-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
265 lines (247 loc) · 13.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
<!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>ADITYA KUMAR TIWARI</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/8b4ead44dd.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/A-logos_transparent.png" alt="logo" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<h1>Hello, My name is <span class="namecolor">Aditya</span>,
<div>Am a passionate,enthusiastic <br> learner and a</div>
<span id="element"></span>
</h1>
</div>
</div>
</div>
<!-- ---------------ABOUT------------ -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/bg.jpg">
</div>
<div class="about-col-2">
<p class="sub-title">About Me</p>
<p>Hello and welcome to my personal portfolio website! My name is Aditya, and I am a Third-year
B.Tech student currently pursuing my degree in computer science engineering from vellore
institute of technology,bhopal.
<br>
<br>
I have always been passionate about programming, and I am currently honing my skills in Java
programming, full-stack development, and Android app development. As a Java programmer, I am
proficient in writing well-structured and efficient code that meets the highest industry
standards. I am also experienced in developing full-stack applications, which involve working
with both front-end and back-end technologies to create robust and scalable web applications.
<br>
<br>
In addition to my expertise in Java and full-stack development, I have also been actively
developing Android applications. I have a strong understanding of the Android development
environment, and I am well-versed in developing applications that are optimized for the Android
platform.
<br>
<br>
During my time in college, I have also been involved in various extracurricular activities, such
as Cricket and Hackathons, which have allowed me to develop my leadership and communication
skills. I am always eager to learn new things and take on new challenges, and I am excited to
see where my career in technology will take me.
<br>
<br>
Thank you for taking the time to read my profile, and please feel free to connect with me if you
have any questions or would like to discuss potential opportunities.
</p>
<div class="tab-titles">
<div class="tab-links active-link" onclick="opentab('skills')">Skills</div>
<div class="tab-links" onclick="opentab('experience')">Experience</div>
<div class="tab-links" onclick="opentab('education')">Education</div>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Java Developer</span><br>Problem solving using java.</li>
<li><span>Web Developer</span><br>Web app devlopment.</li>
<li><span>Open Source Contributor</span><br>Contributing to open Source for good cause.</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>Web development Intern</span><br>Codeway Solutions <br>Jan-Feb 2024</li>
<li><span>Web development Intern</span><br>The Sparks Foundation <br>Dec 2023-Jan 2024</li>
<li><span>Contributor</span><br>Social Winter Of Code <br>Dec 2023- Mar 2024</li>
<li><span>Contributor@Ockam</span><br>Hacktoberfest <br>Oct 2023</li>
<li><span>Builder</span><br>Buildspace <br>Aug-Oct 2023</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2022-2026</span><br>B.Tech from VIT Bhopal University</li>
<li><span>2020-21</span><br>Intermediate from ST.Thomas School,Kanpur</li>
<li><span>2018-19</span><br>High school from ST.Thomas School,Kanpur</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ---------------SERVICES------------ -->
<div id="services">
<div class="container">
<p class="sub-title title-margin">My Expertise</p>
<div class="service-list">
<div>
<i class="fa-solid fa-globe"></i>
<h2>Web Devlopment</h2>
<p>Hi there! I'm a full stack developer with expertise in both front-end and back-end development. Let's build something amazing together!</p>
<a href="#">Laern more</a>
</div>
<div>
<i class="fa-solid fa-mobile-screen-button"></i>
<h2>Open Source Contribution</h2>
<p>Hello! I'm an experienced Open Source Contributor with a passion for contributing in innovative and user-friendly Web apps. I have contributed in various open source programms like Hacktoberfest, SWOC and eagerly looking forward towards more contributions!</p>
<a href="#">Laern more</a>
</div>
<div>
<i class="fa-solid fa-code"></i>
<h2>Problem Solving</h2>
<p>Hi! I'm a skilled problem solver with expertise in Java and C++ programming. Let me help you find efficient and effective solutions for your next project.</p>
<a href="#">Laern more</a>
</div>
</div>
</div>
</div>
<!-- ---------------PROJECTS------------ -->
<div id="projects">
<div class="comtainer">
<p class="sub-title title-margin">My Projects</p>
<div class="work-list">
<div class="work">
<img src="images/work1.png">
<div class="layer">
<h3>Calculator</h3>
<p>Check out my calculator app built with HTML, CSS, and JavaScript!</p>
<a href="https://bucolic-souffle-a0a7cb.netlify.app"><i class="fa-solid fa-calculator"></i></a>
</div>
</div>
<div class="work">
<img src="images/work2.png">
<div class="layer">
<h3>Car Animation</h3>
<p>Take a look at my cool car animation built with HTML, CSS, and JavaScript!</p>
<a href="https://radiant-bunny-fc56c1.netlify.app"><i class="fa-solid fa-car"></i></a>
</div>
</div>
<div class="work">
<img src="images/work3.png">
<div class="layer">
<h3>Cheetsheet</h3>
<p>Check out my handy cheatsheet built with HTML, CSS, and JavaScript!</p>
<a href="https://deft-klepon-0f504f.netlify.app"><i class="fa-solid fa-sheet-plastic"></i></a>
</div>
</div>
<div class="work">
<img src="images/work4.png">
<div class="layer">
<h3>Color Flipper</h3>
<p>Take a look at my fun color flipper, built with HTML, CSS, and JavaScript with the help of FreeCodeCamp!</p>
<a href="https://genuine-concha-758875.netlify.app"><i class="fa-sharp fa-solid fa-palette"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- ---------------CONTACTS------------ -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title title-margin title-contact">Contact Me</h1>
<p><i class="fa-sharp fa-solid fa-envelope"></i> [email protected]</p>
<div class="social-icons">
<a href="https://www.instagram.com/adii_7784/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/Adii_7784"><i class="fa-brands fa-square-twitter"></i></a>
<a href="https://www.linkedin.com/in/aditya-kumar-tiwari-605a40251/"><i
class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/ironspec07"><i class="fa-brands fa-square-github"></i></a>
</div>
<a href="images/MY-CV.pdf" download class="btn btn2">Download CV</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
<div class="copyright">
<p>copyright © Aditya Kumar Tiwari.</p>
</div>
</div>
<!-- ---------------SCRIPT------------ -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['Web Developer.', 'Open Source Contributor.', 'Java Developer.','C++ Programmer.'],
typeSpeed: 100,
loop : true
});
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname) {
for (tablink of tablinks) {
tablink.classList.remove("active-link");
}
for (tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<script>
var sidemeu = document.getElementById("sidemenu");
function openmenu() {
sidemeu.style.right = "0";
}
function closemenu() {
sidemeu.style.right = "-200px";
}
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbygKvZX_7gAoDooMtbvxhtjTzpdl2G__tdZk-yPESQUAKKUPK012UeKtUobtqMWnTAOYw/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 sent successfully"
setTimeout(function () {
msg.innerHTML = ""
}, 2000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>