-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (88 loc) · 3.87 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animated Website</title>
<link rel="stylesheet" href="loco.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="minicircle"></div>
<div id="main">
<div id="hero">
<div id="nav">
<a href="#">Welcome</a>
<h4>MENU+</h4>
</div>
<div id="heading">
<div class="bounding">
<h1>Locomotive</h1>
</div>
<div class="blocktext">
<div class="bounding">
<h1>Scroll</h1>
</div>
<div class="bounding">
<img src="https://miro.medium.com/v2/resize:fit:1400/1*e_Loq49BI4WmN7o9ItTADg.gif" alt="">
</div>
</div>
</div>
<div id="chhotiheadings">
<div class="bounding">
<h5 class="boundingelem">available for freelance</h5>
</div>
<div class="bounding">
<h5 class="boundingelem">work from may 23'</h5>
</div>
</div>
<div id="herofooter">
<img src="https://codemyui.com/wp-content/uploads/2016/10/pure-css-site-scroll-micro-animation.gif" alt="">
<a href="#">Made for fun <i class="ri-arrow-right-up-line"></i></a>
<div id="iconset">
<div class="circle"><i class="ri-arrow-down-line"></i></div>
<div class="circle"><i class="ri-arrow-down-line"></i></div>
</div>
</div>
</div>
<div id="second">
<div class="elem">
<img src="./first.png" alt="">
<h1>Do Some</h1>
<h5>2023</h5>
</div>
<div class="elem">
<img src="./second.png" alt="">
<h1>Movement With</h1>
<h5>2022</h5>
</div>
<div class="elem elemlast">
<img src="./third.png" alt="">
<h1>Your Cursor</h1>
<h5>2021</h5>
</div>
</div>
<div id="about">
<img src="https://i.pinimg.com/originals/f4/7f/d8/f47fd896add554744b4114d964b61b41.gif" alt="">
<div id="textabout">
<h5>(ABout me)</h5>
<p>Hello , My Name is Shivendra Kumar Singh, currently pursuing B.Tech.
in Computer Science and Engineering at Dr APJ Abdul Kalam Technical University.
</p>
<a href="">Thanks For Visiting</a> <br> <br> <br> <br>
<p>This website is still under process. <br>You can visit my GitHub profile for more details.
<br> <br> <a href="https://github.com/insane21shiv">Click here to visit my GitHub prfile</a>
<br> <br> <a href="https://www.linkedin.com/in/shivendra-kumar-singh-7ba1b8208/">Click here to visit my LinkedIn prfile</a>
<br> <br> <a href="mailto: shivendras477@gmail.com">Send Mail</a>
</p>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"
integrity="sha512-cOH8ndwGgPo+K7pTvMrqYbmI8u8k6Sho3js0gOqVWTmQMlLIi6TbqGWRTpf1ga8ci9H3iPsvDLr4X7xwhC/+DQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.min.js"></script>
<script src="script.js"></script>
</body>
</html>