-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (221 loc) · 11.8 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Advik | Portfolio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="duckwithbread.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;800&family=Montserrat:wght@300;400;500;700;800&display=swap" rel="stylesheet">
</head>
<body>
<header id="home">
<div class="topBar">
<a href="#"><h2>Advik</h2></a>
<div class="hamborgerImage">
<input type="checkbox" class="headerBar" id="navBar"/>
<label for="navBar" class="labelBar">
<div class="bar bar1"></div>
<div class="bar bar2"></div>
<div class="bar bar3"></div>
</label>
<div class="navLinks">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonial">Testimonial</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="midText">
<h2>Hello</h2>
<p>I am <span>Advik</span></p>
<div class="icons">
<a href="https://u.advik.dev/linkedin" target="_blank" class="linkedin headerIcon"></a>
<a href="https://u.advik.dev/x" target="_blank" class="x headerIcon"></a>
<a href="https://u.advik.dev/github" target="_blank" class="github headerIcon"></a>
<a href="https://u.advik.dev/snapchat" target="_blank" class="snapchat headerIcon"></a>
<a href="https://u.advik.dev/instagram" target="_blank" class="insta headerIcon"></a>
</div>
</div>
</header>
<section class="about" id="about">
<div class="aboutImages">
<div class="redAbout"></div>
<img src="dots.png" class="dots">
<img src="me_irl.png" alt="a photo of me smiling" title="me_irl" class="me_irl">
</div>
<div class="contentWrapper">
<div class="content">
<h1>About Me</h1>
<p class="role">Web Developer</p>
<p>I am <span>Advik Singh Somvanshi</span>, a student of Zoho Schools of Technology. As a front-end developer, I believe that every pixel, every gradient and every animation holds the potential to create a lasting impression. For me, the web is not just a medium but a playground, where design meets emotion, and I am its dedicated craftsman.</p>
</div>
<div class="skills">
<div class="skillBar">
<div class="black webDev">
<p>Web Development</p>
</div>
</div>
<div class="skillBar">
<div class="black java">
<p>Java</p>
</div>
</div>
<div class="skillBar">
<div class="black python">
<p>Problem Solving</p>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<h1>Portfolio</h1>
<div class="portfolioImages">
<div class="portfoliocard">
<div class="portfolioHoverStuff">
<p>Tradeshow Project - Snippet Sphere</p>
<div class="portfolioHoverIcons">
<a href="https://snippet-sphere.vercel.app" target="_blank" title="Website"><div class="icon1 faIcons hoverIcons"></div></a>
<a href="https://github.com/istoleabread/snippet-share" target="_blank" title="Source Code"><div class="icon2 faIcons hoverIcons"></div></a>
</div>
</div>
<img src="project1.png" alt="Finland Website">
</div>
<div class="portfoliocard">
<div class="portfolioHoverStuff">
<p>ToDo App</p>
<div class="portfolioHoverIcons">
<a href="https://todo-advik.glitch.me/" target="_blank" title="Website"><div class="icon1 faIcons hoverIcons"></div></a>
<a href="https://glitch.com/edit/#!/todo-advik" target="_blank" title="Source Code"><div class="icon2 faIcons hoverIcons"></div></a>
</div>
</div>
<img src="project2.png" alt="Parallax Scrolling Website">
</div>
<div class="portfoliocard">
<div class="portfolioHoverStuff">
<p>Mood Tracker</p>
<div class="portfolioHoverIcons">
<a href="https://mood-tracker-zs.vercel.app/" target="_blank" title="Website"><div class="icon1 faIcons hoverIcons"></div></a>
<a href="https://github.com/istoleabread/mood-tracker" target="_blank" title="Source Code"><div class="icon2 faIcons hoverIcons"></div></a>
</div>
</div>
<img src="project3.png" alt="Circle Transitions Project">
</div>
<div class="portfoliocard">
<div class="portfolioHoverStuff">
<p>Infinite Color Palettes</p>
<div class="portfolioHoverIcons">
<a href="https://field-grizzly-tuck.glitch.me/" target="_blank" title="Website"><div class="icon1 faIcons hoverIcons"></div></a>
<a href="https://glitch.com/edit/#!/field-grizzly-tuck" target="_blank" title="Source Code"><div class="icon2 faIcons hoverIcons"></div></a>
</div>
</div>
<img src="project4.png" alt="3D Transitions Project">
</div>
<div class="portfoliocard">
<div class="portfolioHoverStuff">
<p>Pomodoro Timer</p>
<div class="portfolioHoverIcons">
<a href="https://pomodoro-henna-pi.vercel.app/" target="_blank" title="Website"><div class="icon1 faIcons hoverIcons"></div></a>
<a href="https://github.com/istoleabread/pomodoro" target="_blank" title="Source Code"><div class="icon2 faIcons hoverIcons"></div></a>
</div>
</div>
<img src="project5.png" alt="Card Layout Website">
</div>
<div class="portfoliocard">
<div class="portfolioHoverStuff">
<p>Overly Sophisticated Theme Switch</p>
<div class="portfolioHoverIcons">
<a href="https://bold-helix-gourd.glitch.me/" target="_blank" title="Website"><div class="icon1 faIcons hoverIcons"></div></a>
<a href="https://glitch.com/edit/#!/bold-helix-gourd" target="_blank" title="Source Code"><div class="icon2 faIcons hoverIcons"></div></a>
</div>
</div>
<img src="project6.png" alt="Width Change on hover">
</div>
</section>
<section class="testimonialParentSect" id="testimonial">
<div class="testimonials-section">
<h1>Testimonials</h1>
<div class="testimonials">
<input type="radio" id="radio1" name="radioSlide" checked>
<input type="radio" id="radio2" name="radioSlide">
<input type="radio" id="radio3" name="radioSlide">
<div class="radioImgs">
<div class="slideImg first">
<div class="testimonialSingle">
<img src="aravind.jpg">
<p>Advik's programming prowess is truly commendable. Even while in the learning phase, his insights have been invaluable to me. His patience, dedication, and knack for problem-solving stand out. I'm genuinely grateful to have such a talented friend guiding me through the intricacies of coding.</p>
<p>Aravind</p>
<p>Student, ZS Tech</p>
</div>
</div>
<div class="slideImg">
<div class="testimonialSingle">
<img src="amogha.png">
<p>Advik is really good in the field of web development. His skills are exceptional, and his friendly nature makes him a joy to work with. Whenever I've had questions or needed assistance, he has been there with a helping hand. His dedication and talent are truly admirable.</p>
<p>Mahalakshmi K.</p>
<p>Student, ZS Tech</p>
</div>
</div>
<div class="slideImg">
<div class="testimonialSingle">
<img src="keerthana.jpg">
<p>Advik showcases exceptional technical skills, a deep understanding of project goals, and unmatched dedication. His proactive communication and passion for the craft made collaboration effortless and productive. Highly recommended.</p>
<p>Keerthana S.</p>
<p>Student, ZS Tech</p>
</div>
</div>
</div>
<div class="controls">
<label for="radio1" class="radioBtn"></label>
<label for="radio2" class="radioBtn"></label>
<label for="radio3" class="radioBtn"></label>
</div>
</div>
</div>
</section>
<section class="ContactSect" id="contact">
<div class="Contact">
<h1>Contact Me</h1>
<div class="contactIcons">
<div class="iconInfo">
<div class="addressIcon contactSingleIcon">
<p>Address</p>
<a href="geo:12.831079,80.0501143">Zoho Corp HQ, Chennai</a>
</div>
</div>
<div class="iconInfo">
<div class="emailIcon contactSingleIcon">
<p>Email</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="iconInfo">
<div class="phoneIcon contactSingleIcon">
<p>Phone</p>
<a href="tel:+917388467939">+91 73884 67939</a>
</div>
</div>
</div>
<form class="contactForm" method="POST" netlify>
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Email Address">
<textarea name="textarea" id="" placeholder="Message" required></textarea>
<input type="submit"></input>
</form>
</div>
</section>
<footer>
<p>Copyright © 2023 | All Rights Reserved | advik.dev</p>
</footer>
</body>
</html>