-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.htm
124 lines (101 loc) · 3.82 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vimukthi Oshada</title>
<!-- main file css -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" herf="stylepreloader.css">
<!-- boxicon css link -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Unispace">
<link href="https://fonts.cdnfonts.com/css/unispace-2" rel="stylesheet">
<body>
<!-- backhround Music-->
<iframe width="0" height="0" src="https://www.youtuberepeater.com/watch?v=A4LiP8WFuG0#gsc.tab=0" frameborder="0" allowfullscreen></iframe>
<section class="home" id="home">
<div class="hero-info">
<h3><b>
<font size="90">Welcome Back Homie!</font>
</b></h3>
<center>
<div class="loader"></div>
</center>
<center> <img src="img/oshada.jpg" alt="" id="oshada1">
<div class="text-animate">
<h2> still Learning</h2>
</div>
<p> <h3> Welcome brother. I am still learning Web Developing, Design, Programming.
I think hard work always pays off.</h3></p>
</center>
</div>
</div>
</br>
</section>
<center>
<div class="social-media">
<div class="bg-icon">
<a href="https://github.com/Vimukthi Oshada"><i class='bx bxl-github'></i></a>
<span></span>
</div>
<div class="bg-icon">
<a href="https://twitter.com/Vimukthi Oshada"><i class='bx bxl-twitter'></i></a>
<span></span>
</div>
<div class="bg-icon">
<a href="https://www.linkedin.com/#"><i class='bx bxl-linkedin'></i></a>
<span></span>
</div>
</div>
</div>
</center>
<div class="img-hero">
<img src="" alt="">
</div>
</section>
<div class="proposal">
<div class="text-box">
<span></span>
<h3>I wonder if I can still make myself a hero</h3></br>
<a href="https://wa.me/94703698781" class="btn">Contact Me</a>
</div>
</div>
</section>
<footer>
<div class="social-footer">
<div class="bg-icon">
<a href="https://github.com/Vimukthi"><i class='bx bxl-github'></i></a>
<span></span>
</div>
<div class="bg-icon">
<a href="https://twitter.com/VimukthiOShada"><i class='bx bxl-twitter'></i></a>
<span></span>
</div>
<div class="bg-icon">
<a href="https://www.linkedin.com/#/"><i class='bx bxl-linkedin'></i></a>
<span></span>
</div>
</div>
<p>Copyright © 2024 by <span><a href="#"> Oshada</a></span> || All Right Reservd.</p>
</footer>
<div id="progress">
<span id="progress-value">
<i class='bx bxs-chevrons-up'></i>
</span>
</div>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<!-- mixitup cdn js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mixitup/3.3.1/mixitup.min.js"></script>
<script src="script.js"></script>
<script>
$(window).on("load", function () {
$(".loader").fadeOut("slow");
}); </script>
</body>
</html>