-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
267 lines (235 loc) · 11.1 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!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>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.4.0/remixicon.css" crossorigin="">
<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=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<img src="./images/logo.png" alt="" class="logo">
<div>
<ul>
<li class="nav_item"><i class="uil uil-home"></i> <a href="#hero">Home</a></li>
<li class="nav_item"><i class="uil uil-user"></i> <a href="#about">About</a></li>
<li class="nav_item"><i class="uil uil-suitcase"></i> <a href="#services">Services</a></li>
<li class="nav_item"><i class="uil uil-image"></i> <a href="#portfolio">Portfolio</a></li>
<li class="nav_item"><i class="uil uil-navigator"></i> <a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</header>
<section id="hero" class="hero">
<div class="hero-text">
<div class="hero-discription">
<p class="text1" >Hello, I'm</p>
<h1 class="name">Aditya Thapliyal</h1>
<p class="text3">Frontend developer</p>
<!-- <div class="text-animation">
<span class="t1 text3">I Like to </span>
<span class="t1 text2">Code</span>
</div>
<script>
const text = document.querySelector(".text2");
const textLoad = () => {
setTimeout(() => {
text.textContent = "code";
}, 0);
setTimeout(() => {
text.textContent = "Solve";
}, 3000);
setTimeout(() => {
text.textContent = "Learn";
}, 6000);
}
textLoad();
setInterval(textLoad, 9000)
</script> -->
</div>
<div class="btn-container" >
<a href="./images/cv2.png" target="_blank" ><button class="btn btn2" >Download CV</button></a>
<button class="btn btn1" onclick="location.href='#contact'" > Contact me</button>
</div>
<div class="socials">
<img class="icon" src="./images/linkedin.png" onclick="location.href='https://www.linkedin.com/' ">
<img class="icon" src="./images/github.png" onclick="location.href='https://www.github.com/' ">
</div>
</div>
<div class="profile">
<div class="blob"></div>
</div>
</section>
<section id="about" class="about">
<p class="text4">Get to know more</p>
<div class="box1"></div>
<h1 class="section-title">About Me.</h1><br><br><br><br>
<div class="section-container">
<div class="section-pic-container">
<img src="./images/logo.png" alt="profile" class="about-pic">
</div>
<div class="about-details">
<div class="details-containers">
<div class="details d1">
<i class="ri-medal-fill d2"></i>
<h3>Experience</h3>
<p>2+ years <br> Frontend Development</p>
</div>
<div class="details">
<i class="ri-contacts-book-fill d2"></i>
<h3>Education</h3>
<p>B.Tech CSE<br>Vellore Institute of Technology</p>
</div>
</div>
<div class="about-text">
<p>
Experienced frontend developer dedicated to creating user-friendly
interfaces with HTML, CSS, and JavaScript. Committed to innovation
and enhancing digital experiences. Let's collaborate and bring your
ideas to life!</p>
</div>
</div>
</div>
</section>
<section id="services" class="services">
<div class="box1"></div>
<h1 class="section-title">Services.</h1><br><br><br>
<div class="service-container">
<br>
<article class="service-card "><br><br>
<div class="service-box"></div>
<div class="service-content">
<br><br>
<div class="box"></div>
<i class="ri-layout-2-line"></i><br><br>
<h3>Web Design</h3><br>
<p>Beautiful and elegant designs with
interfaces that are intuitive, efficient
and pleasant to use for the user.</p>
<br><br>
</div>
</article>
<article class="service-card "><br><br>
<div class="service-box"></div>
<div class="service-content">
<br><br>
<div class="box"></div>
<div class="icon34"><i class="ri-code-box-line"></i></div><br>
<h3>Development</h3><br>
<p>Custom web development tailored to your
specifications, designed to provide a
flawless user experience.
</p>
</div>
</article>
<article class="service-card"><br><br>
<div class="service-box"></div>
<div class="service-content">
<br><br>
<div class="box"></div>
<i class="ri-smartphone-line"></i><br><br>
<h3>Mobile App</h3><br><br>
<p>Design and transform website projects
into mobile apps to provide a seamless
user experience.</p>
</p>
</div>
</article>
</div>
</section>
<section id="portfolio" class="portfolio">
<div class="portfolio-container">
<p class="text4">Browse my recent</p>
<div class="box1"></div>
<h1 class="section-title">Projects.</h1>
<div class="portfolio-card-container">
<div class="portfolio-card">
<div class="card-img">
<img src="./images/Screenshot 2024-04-20 at 10.34.56 PM.png" alt="project-image" class="card-img">
</div>
<div class="card-text">Time Table Website</div>
<!-- <div class="btn-container" >
<button class="btn btn2" onclick="location.href='#'">Github</button>
<button class="btn btn1" onclick="location.href='#'"> Live Demo</button>
</div> -->
</div>
<div class="portfolio-card">
<div class="card-img">
<img src="./images/abc.png" alt="project-image" class="card-img">
</div>
<div class="card-text">Coffee Sales Website</div>
<!-- <div class="btn-container" >
<button class="btn btn2" onclick="location.href='#'">Github</button>
<button class="btn btn1" onclick="location.href='#'"> Live Demo</button>
</div> -->
</div>
<div class="portfolio-card">
<div class="card-img">
<img src="./images/Screenshot 2024-04-20 at 10.30.57 PM.png" alt="project-image" class="card-img">
</div>
<div class="card-text">Student Selection website</div>
<!-- <div class="btn-container" >
<button class="btn btn2" onclick="location.href='#'">Github</button>
<button class="btn btn1" onclick="location.href='#'"> Live Demo</button>
</div> -->
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="contact-container">
<div class="box2"></div>
<h1 class="section-title">Get In Touch.</h1><br>
<div class="links-container">
<div class="email link-item">
<i class="ri-mail-send-line contact-icon"></i>
<h3>Email</h3>
<p>[email protected]</p>
<br>
<a class="write" href="#">Write me <i class="ri-arrow-right-circle-fill"></i></a>
</div>
<div class="whatsapp link-item">
<i class="ri-whatsapp-line contact-icon"></i>
<h3>Whatsapp</h3>
<p>9501173062</p>
<br>
<a class="write" href="#">Write me <i class="ri-arrow-right-circle-fill"></i></a>
</div>
<div class="linkedin link-item">
<i class="ri-linkedin-box-line contact-icon"></i>
<h3>Linkedin</h3>
<p>Aditya Thapliyal</p>
<br>
<a class="write" href="#">Write me <i class="ri-arrow-right-circle-fill"></i></a>
</div>
</div>
<div class="form-container">
<p> Write to me</p>
<form class="form">
<div class="form-item">
<label class="contact-tag">Name</label>
<input type="text" class="form-input" placeholder="Enter your name">
</div>
<div class="form-item">
<label class="contact-tag">Email</label>
<input type="email" class="form-input" placeholder="Enter your email">
</div>
<div class="form-item">
<label class="contact-tag ">Message</label>
<textarea name="mdg" id="mdg" cols="30" rows="10" class="form-input msg_area" placeholder="Enter your message"></textarea>
</div>
<button class="form-item submit" type="submit">Send Message <i class="ri-arrow-right-double-line"></i></button>
</form>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>