-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (101 loc) · 3.71 KB
/
index.html
File metadata and controls
103 lines (101 loc) · 3.71 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frontend-Developer-Portfolio</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DQE92DBNE2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DQE92DBNE2');
</script>
<link rel="stylesheet" href="loco.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.9.0/fonts/remixicon.css" rel="stylesheet"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="circle">
</div>
<div id="main">
<div id="hero">
<div id="nav">
<a href="#">ANKIT YADAV</a>
<h4>CONTACT ME </h4>
</div>
<div id="heading">
<div class="bounding">
<h1 class="boundingelem">software</h1>
</div>
<div class="blocktext">
<div class="bounding">
<h1 class="boundingelem" id="secondh1">engineer</h1>
</div>
<div class="bounding">
<h5 class="boundingelem">Based IN INDIA</h5>
</div>
</div>
<div id="smallheadings">
<div class="bounding">
<h5 class="boundingelem">OPEN TO FRONTEND INTERNSHIPS </h5>
</div>
<div class="bounding">
<h5 class="boundingelem">AVAILABLE IMMEDIATELY</h5>
</div>
</div>
<div id="herofooter">
<a href="#">BUILT PROJECTS USING HTML, CSS & JAVASCRIPT<i class="ri-arrow-right-up-line"></i></a>
<a href="#">ASPIRING FORNT-END DEVELOPER</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>
<div id="second">
<div class="elem">
<img src="Untitled design.png" alt="">
<h1>portfolio site</h1>
<h5>2026</h5>
</div>
<div class="elem">
<img src="code.png" alt="">
<h1>project & clones</h1>
<h5>2025</h5>
</div>
<div class="elem elemlast">
<img src="1.png" alt="">
<h1>react & dsa</h1>
<h5>2025</h5>
</div>
</div>
<div id="about">
<img src="srvankit.png" alt="">
<div id="textabout">
<h5>(about me)</h5>
<p>I am an aspiring Software Developer specializing in Frontend Engineering, building responsive and interactive applications using HTML, CSS, JavaScript, and React.I actively practice Data Structures and Algorithms in Java to strengthen problem-solving and core computer science fundamentals.Over the past six months, I’ve worked as a freelance designer on Fiverr, delivering client-focused solutions on time — because deadlines, unlike code, don’t allow debugging.
</p>
<a href="ankityadav.reh@gmail.com">Let's Talk</a>
</div>
</div>
<div id="subscribe">
<h5>(OPEN TO OPPORTUNITIES)</h5>
<h3>FRONTEND INTERNSHIPS & COLLABORATIONS<i class="ri-arrow-right-up-line"></i></h3>
</div>
<div id="footer">
<div id="footerleft">
<h5>2026 & copy;</h5>
<h5>0:05 AM EST</h5>
</div>
<div id="footerright">
<a href="https://github.com/Srvankit">GitHub</a><a href="https://www.linkedin.com/feed/">linkedin</a><a href="#">resume</a><a href="#">email</a></div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.13.0/gsap.min.js" integrity="sha512-NcZdtrT77bJr4STcmsGAESr06BYGE8woZdSdEgqnpyqac7sugNO+Tr4bGwGF3MsnEkGKhU2KL2xh6Ec+BqsaHA==" 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="main.js"></script>
</body>
</html>