-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
221 lines (182 loc) · 9.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aditya Kumar Singh</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<!-- Update these with your own fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,900|Source+Sans+Pro:300,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="logo">
<img src="img/logo.png" alt="">
</div>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#services" class="nav__link">Current Doings</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About me</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Work</a></li>
<li class="nav__item"><a href="#contact1" class="nav__link">Contact</a></li>
</ul>
</nav>
</header>
<!-- Introduction -->
<section class="intro" id="home">
<h1 class="section__title section__title--intro">
Hola! I am <strong>Aditya Kumar Singh</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">2nd-year Chemical Engineer,IIT-BHU</p>
<img src="img/adi.jpeg" alt="a picture of Myself smiling" class="intro__img">
</section>
<!-- Current doings -->
<section class="my-services" id="services">
<h2 class="section__title section__title--services">What I do</h2>
<div class="services">
<div class="service">
<h3>Development</h3>
<p>I am a learner-cum-developer. Still trying to figure out my way through competitive programming and development amidst a flurry of machine learning.</p>
</div> <!-- / service -->
<div class="service">
<h3>Studies</h3>
<p>Majoring Chemical Engineering from IIT-BHU. Currently in 2nd Year and still limited to MS-Teams :( </p>
</div> <!-- / service -->
<div class="service">
<h3>Hobbies</h3>
<p>Like slaying gamers in online-multiplayers. The feeling of watching and playing football can't be overcome (Messi GOAT!). And yeah forking github repos and building upon counts too.</p>
</div> <!-- / service -->
</div> <!-- / services -->
<a href="#work" class="btn">My Work</a>
</section>
<!-- About me -->
<section class="about-me" id="about">
<h2 class="section__title section__title--about">Who I am</h2>
<p class="section__subtitle section__subtitle--about">College student and part-time-developer</p>
<div class="about-me__body">
<p>I am a sophomore at IIT-BHU. I am based in Jamshedpur, though I forever belong to Varanasi!</p>
<p>I like exploring and developing different codes and environments. I really love watching and playing football. Travelling, although restricted, is one of the best ways for refreshing myself. I too like playing FPS games online and is any profile complete without, ofcourse, binge-watching!</p>
</div>
<img src="img/adi2.jpeg" alt="Me standing" class="about-me__img">
</section>
<!-- My Work -->
<section class="my-work" id="work">
<h2 class="section__title section__title--work">My Work</h2>
<p class="section__subtitle section__subtitle--work">A selection of my projects and developments (Yet to be added...)</p>
<div class="portfolio">
<!-- Portfolio item 01 -->
<a href="filesystemnodejs.html" class="portfolio__item">
<img src="img/nodejsfilesystemlogo.png" alt="" class="portfolio__img" height="250">
</a>
<!-- Portfolio item 02 -->
<a href="fluttertravelapp.html" class="portfolio__item">
<img src="img/flutterapplogo.jpg" alt="" class="portfolio__img" height="250">
</a>
<!-- Portfolio item 03 -->
<a href="travelpage.html" class="portfolio__item">
<img src="img/travelpagelogo.png" alt="" class="portfolio__img" height="250">
</a>
<!-- Portfolio item 04 -->
<!-- <a href="portfolio-item.html" class="portfolio__item">
<img src="img/portfolio-04.jpg" alt="" class="portfolio__img">
</a> -->
<!-- Portfolio item 05 -->
<!-- <a href="portfolio-item.html" class="portfolio__item">
<img src="img/portfolio-05.jpg" alt="" class="portfolio__img">
</a> -->
<!-- Portfolio item 06 -->
<!-- <a href="portfolio-item.html" class="portfolio__item">
<img src="img/portfolio-06.jpg" alt="" class="portfolio__img">
</a> -->
<!-- Portfolio item 07 -->
<!-- <a href="portfolio-item.html" class="portfolio__item">
<img src="img/portfolio-07.jpg" alt="" class="portfolio__img">
</a> -->
<!-- Portfolio item 08 -->
<!-- <a href="#" class="portfolio__item">
<img src="img/portfolio-08.jpg" alt="" class="portfolio__img">
</a> -->
<!-- Portfolio item 09 -->
<!-- <a href="#" class="portfolio__item">
<img src="img/portfolio-09.jpg" alt="" class="portfolio__img">
</a> -->
<!-- Portfolio item 0 0-->
<!-- <a href="#" class="portfolio__item">
<img src="img/portfolio-10.jpg" alt="" class="portfolio__img">
</a> -->
</div>
</section>
<!-- Footer -->
<div class="footer" id="contact1">
<h1 class="section-heading mb50px">
<span>
<i class="far fa-address-card"></i>
</span>
<span> Contact </span>
</h1>
<div id="contact-container">
<div id="contact-form-container">
<form id="contact-form">
<input id="input-name" name="name" type="text" placeholder="Your Name">
<input id="input-email" name="input-email" type="text" required placeholder="Your Email">
<textarea id="input-message" name="input-message" rows="2" cols=40 placeholder="Message"></textarea>
<button class="sub-btn" type="submit">SEND MESSAGE</button>
</form>
</div>
<div id="my-details-container">
<h3> Get In touch </h3>
<p> For further Details You can ping me at any of the below mentioned social media links! </p>
<h3> My Address </h3>
<div class="my-details-info-container">
<i class="fas fa-map-marker-alt"></i>
<span>Varanasi, India</span>
</div>
<!-- <div class="my-details-info-container">
<i class="fas fa-mobile-alt"></i>
<span>XXXXXXXXXXX</span>
</div> -->
<div class="my-details-info-container">
<i class="far fa-envelope"></i>
<span>[email protected]</span>
</div>
</div>
</div>
<div class="text-center social-icons">
<ul class="horizontal-list">
<li>
<a href="https://www.linkedin.com/in/aditya-kumar-singh-2a49081a7/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://github.com/ItsAdityaKSingh" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/itsadityaksingh/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/profile.php?id=100004271555775">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://twitter.com/itsadityaksingh" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>