-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
307 lines (298 loc) · 12.5 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!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">
<link rel="stylesheet" href="./fontawesome-free-5.7.2-web 2/css/all.css">
<link rel="stylesheet" href="./style.css">
<title>Portfolio</title>
</head>
<body>
<!-- nav-button -->
<span class="nav-btn" id="nav-btn">
<i class="fas fa-bars"></i>
</span>
<!-- nav-bar -->
<nav class="navbar" id="navbar">
<div class="navbar-header">
<span class="nav-close" id="nav-close">
<i class="fas fa-times"></i>
</span>
</div>
<ul class="nav-items">
<li><a href="index.html" class="nav-link">home</a></li>
<li><a href="skills.html" class="nav-link">Skills</a></li>
<li><a href="about.html" class="nav-link">About</a></li>
<li><a href="certificate.html" class="nav-link">Certificate</a></li>
</ul>
</nav>
<!-- header -->
<header class="header">
<div class="banner">
<h3 class="banner-subtitle">Portfolio</h3>
<h1 class="banner-title">Shivam Gupta</h1>
<a href="skills.html" class="banner-btn">Explore</a>
</div>
</header>
<!-- end-header -->
<!-- content divider -->
<div class="content-divider"></div>
<!-- end content divider -->
<!-- skills section -->
<section class="skills clearfix">
<!-- single skills -->
<article class="skill">
<span class="skill-icon">
<i class="fas fa-code"></i>
</span class="skill-icon">
<h3 class="skill-title">Coding Languages</h3>
<p class="skill-text word-spacing">C C++ Python</p>
</article>
<!-- end of single skills -->
<!-- single skills -->
<article class="skill">
<span class="skill-icon">
<i class="fab fa-dev"></i>
</span>
<h3 class="skill-title">Web Development</h3>
<p class="skill-text word-spacing">Html-5 CSS-3 Javascript</p>
</article>
<!-- end of single skills -->
<!-- single skills -->
<article class="skill">
<span class="skill-icon">
<i class="fas fa-heart"></i>
</span>
<h3 class="skill-title">Hobbies</h3>
<p class="skill-text word-spacing">Bike-Riding reading-books</p>
</article>
<!-- end of single skills -->
<!-- single skills -->
<article class="skill">
<span class="skill-icon">
<i class="fas fa-comment-dots"></i>
</span>
<h3 class="skill-title">Extra</h3>
<p class="skill-text word-spacing">Open Source Projects</p>
</article>
<!-- end of single skills -->
</section>
<!-- end of skills section -->
<!-- about -->
<section class="about">
<div class="section-center clearfix">
<!-- first column -->
<article class="about-img">
<div class="about-picture-container">
<img src="./img/shivam.png" alt="Shivam Photo" class="about-picture" />
</div>
</article>
<!-- second column -->
<article class="about-info">
<!-- section title -->
<div>
<h3 class="section-subtitle">Hey there</h3>
<h2 class="section-title">Nice to meet you!</h2>
</div>
<!--end section title -->
<p class="about-text">
I'm Shivam Gupta, a B.tech Second year student, working on many WebDev projects.
</p>
<p class="about-text">
My is aim to be an MERN stack developer.
</p>
<a href="about.html" class="main-btn">Know more</a>
</article>
</div>
</section>
<!-- end of about -->
<!-- product -->
<section class="products">
<div class="section-center clearfix">
<!-- product info -->
<article class="products-info">
<!-- section title -->
<div>
<h3 class="section-subtitle">check out</h3>
<h2 class="section-title text-white">My Certificate</h2>
</div>
<!--end section title -->
<p class="product-text">
I have done various programming courses to increase my programming skills and I'm sharing few of
them
</p>
<a href="products.html" class="main-btn">Know More</a>
</article>
<!-- product inventory -->
<article class="products-inventory clearfix">
<!-- single product -->
<article class="product">
<img src="./img/1.png" alt="Certificate" class="product-img" />
<h3 class="product-title">Java Programming</h3>
<h3 class="product-price">Duke University</h3>
</article>
<!-- end single product -->
<!-- single product -->
<article class="product">
<img src="./img/2.png" alt="Certificate" class="product-img" />
<h3 class="product-title">Programming with Python</h3>
<h3 class="product-price">Michigan University</h3>
</article>
<!-- end single product -->
<!-- single product -->
<article class="product">
<img src="./img/3.png" alt="Certificate" class="product-img" />
<h3 class="product-title">Programming with HTML,CSS and JAVASCRIPT</h3>
<h3 class="product-price">Duke University</h3>
</article>
<!-- end single product -->
</article>
</div>
</section>
<!-- end of product -->
<!-- services -->
<section class="services">
<!-- section title -->
<div class="services-title text-center">
<h3 class="section-subtitle">Features used for creation</h3>
<h2 class="section-title ">A brief description about this basic website.</h2>
</div>
<!--end section title -->
<div class="section-center clearfix">
<!-- single-card -->
<article class="service-card">
<!-- img containner -->
<div class="service-img-container">
<!-- igm -->
<img src="./img/html5.png" class="service-img" alt="single-service">
<!-- service icon -->
<span class="service-icon">
<i class="fab fa-html5 fa-fw"></i>
</span>
</div>
<!-- service-info -->
<div class="service-info">
<h4 class="">Html-5</h4>
<h4>markup language</h4>
<button type="button" class="service-btn">Read more</button>
</div>
</article>
<!--end of single-card -->
<!-- single-card -->
<article class="service-card">
<!-- img containner -->
<div class="service-img-container">
<!-- igm -->
<img src="./img/javascript-logo.jpg" class="service-img" alt="single-service">
<!-- service icon -->
<span class="service-icon">
<i class="fab fa-js-square fa-fw"></i>
</span>
</div>
<!-- service-info -->
<div class="service-info">
<h4 class="">javascript</h4>
<h4>Programming language</h4>
<button type="button" class="service-btn">Read more</button>
</div>
</article>
<!--end of single-card -->
<!-- single-card -->
<article class="service-card">
<!-- img containner -->
<div class="service-img-container">
<!-- igm -->
<img src="./img/css-logo.png" class="service-img" alt="single-service">
<!-- service icon -->
<span class="service-icon">
<i class="fab fa-css3-alt fa-fw"></i>
</span>
</div>
<!-- service-info -->
<div class="service-info">
<h4 class="">CSS</h4>
<h4>style sheet language</h4>
<button type="button" class="service-btn">Read more</button>
</div>
</article>
<!--end of single-card -->
</div>
</section>
<!-- end of services -->
<!-- contact -->
<section class="contact">
<div class="section-center clearfix">
<!-- contact-info -->
<article class="contact-info">
<!-- contact-item -->
<div class="contact-item">
<h3 class="contact-title"><span class="contact-icon"><i
class="fas fa-location-arrow"></i></span>address</h3>
<h3 class="contact-text">
Panipat India
</h3>
</div>
<!-- end of contact-item -->
<!-- contact-item -->
<div class="contact-item">
<h3 class="contact-title"><span class="contact-icon"><i class="fas fa-envelope"></i></span>Email
</h3>
<h3 class="contact-text">
skg050210@gmail.com
</h3>
</div>
<!-- end of contact-item -->
<!-- contact-item -->
<div class="contact-item">
<h3 class="contact-title"><span class="contact-icon"><i class="fas fa-phone"></i></span>Phone</h3>
<h3 class="contact-text">
+918448804008
</h3>
</div>
<!-- end of contact-item -->
</article>
<!-- contact-form -->
<article class="contact-form">
<form action="#">
<input type="text" name="name" placeholder="name" class="form-control">
<input type="email" name="email" placeholder="email" class="form-control">
<textarea name="message" rows="5" class="form-control" placeholder="message"></textarea>
<button type="submit" class="main-btn">Send</button>
</form>
</article>
</div>
</section>
<!-- end of contact -->
<footer class="footer">
<div class="social-center">
<div class="social-icons">
<!-- social-icon -->
<a href="https://github.com/shivam-0510" target="_blank" class="social-icon">
<i class="fab fa-github"></i>
</a>
<!--end of social-icon -->
<!-- social-icon -->
<a href="https://www.instagram.com/_shivam_05._/" target="_blank" class="social-icon">
<i class="fab fa-instagram"></i>
</a>
<!--end of social-icon -->
<!-- social-icon -->
<a href="https://www.hackerrank.com/shivamg_05" target="_blank" class="social-icon">
<i class="fab fa-hackerrank"></i>
</a>
<!--end of social-icon -->
<!-- social-icon -->
<a href="https://www.linkedin.com/in/shivam-gupta-3628641bb" target="_blank" class="social-icon">
<i class="fab fa-linkedin"></i>
</a>
<!--end of social-icon -->
</div>
<p class="footer-text">
©<span class="text-primary"></span>Shivam Gupta
</p>
</div>
</footer>
<script src="./app.js"></script>
</body>
</html>