-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
273 lines (192 loc) · 7.88 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
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>responsive personal portfolio website design tutorail</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header>
<div class="user">
<img src="images/profile pic3.jpg" alt="">
<h3 class="name">sahil kumar</h3>
<p class="post">web developer</p>
</div>
<nav class="navbar">
<ul>
<li><a href="#home">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#education">education</a></li>
<li><a href="#portfolio">my work</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</nav>
</header>
<!-- header section ends -->
<div id="menu" class="fas fa-bars"></div>
<!-- home section starts -->
<section class="home" id="home">
<h3>HI THERE !</h3>
<h1>I'M <span>sahil kumar</span><br>student of <span>chandigarh university</span></h1>
<p>i'm a freelance designer, specializing in web design. checkout my work below and feel free to get in touch if you want to work with me.
</p>
<a href="#about"><button class="btn">about me <i class="fas fa-user"></i></button></a>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>about</span> me </h1>
<div class="ab">
<h2>I am an extremely curious and self-motivated individual with a huge passion for design in general. As an autodidact, I take a very positive and ego-free approach to all aspects of my life, and I carry a strong work ethic with me wherever I go.</h2>
</div>
<div class="row">
<div class="info">
<h3> name : <span> sahil kumar </span></h3>
<h3> age : <span> 18 </span></h3>
<h3> qualification : <span> BE-CSE(1st year) </span></h3>
<h3> post : <span>web developer</span></h3>
<h3> language : <span> english </span></h3>
<a href="images/Sahil Kumar SAMPLE CV HQ.pdf"><button class="btn"> download CV <i class="fas fa-download"></i> </button></a>
</div>
<div class="counter">
<div class="box">
<span>2+</span>
<h3>years of experience</h3>
</div>
<div class="box">
<span>75+</span>
<h3>porject completed</h3>
</div>
<div class="box">
<span>30+</span>
<h3>happy clients</h3>
</div>
<div class="box">
<span>4+</span>
<h3>awards won</h3>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- education section starts -->
<section class="education" id="education">
<h1 class="heading"> my <span>skills</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2020</span>
<h3>language</h3>
<p>in 2020 i complited my 10th schooling from the earth public school and i learn two language python and c.</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2021</span>
<h3>Web development</h3>
<p>in 2021 i srart learning HTML / CSS and JAVA SCRIPT and created more than 75+ project by using these language.</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2022</span>
<h3>chandigarh university</h3>
<p>i complited my 12th in 2022 and took admission in chandigarh university and i am currently pursuing BE-CSE.</p>
</div>
</div>
</section>
<!-- education section ends -->
<!-- portfolio section starts -->
<section class="portfolio" id="portfolio">
<h1 class="heading"> my <span>work</span> </h1>
<div class="work-container">
<div class="work">
<img src="images/work-1.png" alt="">
<div class="layer">
<h3>social media app</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Neque quibusdam fugit .</p>
<a href="https://www.linkedin.com/in/sahil-kumar-11b506250"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-2.png" alt="">
<div class="layer">
<h3>social media app</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Neque quibusdam fugit .</p>
<a href="#"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-3.png" alt="">
<div class="layer">
<h3>social media app</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Neque quibusdam fugit .</p>
<a href="#"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</section>
<!-- portfolio section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading"> <span>contact</span> me </h1>
<div class="row">
<div class="content">
<h3 class="title"><span>Reach Out To Me !!!</span></h3>
<div class="info">
<h3> <i class="fas fa-envelope"></i><span>[email protected]</span></h3>
<h3> <i class="fas fa-envelope"></i><span>[email protected]</span></h3>
<h3> <i class="fas fa-phone"></i> 8102976545 </h3>
<h3> <i class="fas fa-map-marker-alt"></i>Chandigarh(Mohali), Punjab 140413</h3>
</div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/sahil-kumar-11b506250"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://www.instagram.com//hey__im__sahil"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/hey__im__sahil"><i class="fa-brands fa-twitter-square"></i></a>
<a href="https://www.facebook.com/profile.php?id=100017065530456"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<form method="post" name="submit-to-google-sheet">
<input type="text" name="Name" placeholder=" your name" class="box">
<input type="email" name="Email" placeholder="your email" class="box">
<input type="text" name="Project" placeholder="project" class="box">
<textarea name="Message" id="" cols="30" rows="10" class="box message" placeholder=" your message"></textarea>
<button type="submit" class="btn"> send <i class="fas fa-paper-plane"></i> </button>
<span id="msg"></span>
</form>
</div>
<div class="copy">
<h1>Designed and developed with ❤ by sahil kumar. © 2022 All rights reserved</h1>
</div>
</section>
<!-- contact section ends -->
<!-- scroll top button -->
<a href="#home" class="top">
<img src="images/scroll-top-img.png" alt="">
</a>
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="js/script.js"></script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbwGVQUIfy6AVg9gGVbbjWnkKX-hEALvSjlpTcO8QOB2oPX1sZEe9Js1AklN-p1N-0sn/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
msg.innerHTML = "Message send succesfully"
setTimeout(function(){
msg.innerHTML = ""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>