-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (239 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css" class="css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="header" id="header">
<nav>
<div class="navbar">
<div class="logo">
<img src="my_logo.png">
</div>
<div class="nav-content">
<ul id="sidemenu">
<li class="nav-items"><a href="#header">Home</a></li>
<li class="nav-items"><a href="#user-section">About</a></li>
<li class="nav-items"><a href="#services">Service</a></li>
<li class="nav-items"><a href="#work-section">Portfolio</a></li>
<li class="nav-items"><a href="#contact-section">Contact</a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
</div>
</div>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="front-content">
<p>Hi i'm <span class="my_name">Aman</span> <br>Srivastava from India</p>
</div>
</div>
<!-- ----------about section------------------ -->
<div class="user-section" id="user-section">
<div class="user-image">
<img src="profile.jpg">
</div>
<div class="about-section">
<H1 class="about">About Me</H1>
<p>Hi, I'm Aman Srivastava, a second-year BTech Computer Science student at GNIOT Greater Noida. I love creating and exploring new technologies.<br><br>
I have solid skills in web development using HTML, CSS, and JavaScript, and have completed many projects that showcase my ability to build functional and attractive websites. I also know Python, C++, and Java, and have a good understanding of data structures and algorithms. Recently, I've been working with the Tkinter library in Python to build simple GUIs.<br><br>
I'm always excited to learn more and work on interesting projects. Check out my work and feel free to reach out if you'd like to connect or collaborate.
</p>
<div class="about-options">
<p class="tabs activelink" onclick="opentab('skills')">Skills</p>
<p class="tabs" onclick="opentab('experience')">Experience</p>
<p class="tabs" onclick="opentab('education')">Education</p>
</div>
<div class="tabcontent activetabs" id="skills">
<ul>
<li><span>Web Devlopment</span><br>Designing web pages </li>
<li><span>Programming Languages</span><br>Skilled in languages like Python,C++ and Java.</li>
<li><span>Data Structures and Algorithms</span><br>Strong Understanding of Fundamentals of Data Structures</li>
</ul>
</div>
<div class="tabcontent" id="experience">
<ul>
<li><span>Ready To Earn</span><br>Although I haven't had the opportunity to gain corporate experience yet, I am enthusiastic about learning and eager to apply my skills in a real-world environment. </li>
</ul>
</div>
<div class="tabcontent" id="education">
<ul>
<li><span>2022-26</span><br>Persuing Btech from Computer Science at GNIOT</li>
</ul>
</div>
</div>
</div>
<!--
------------Services------------- -->
<div class="services" id="services">
<H1>My Services</H1>
<div class="service-containers">
<div class="service-boxes">
<i class="fa-brands fa-web-awesome" id="icon"></i>
<h2>Web Design</h2>
<p>Proficient in building functional and visually appealing websites using HTML , CSS and Javascripts.
</p>
<p><a href="#contact-section">Know More</a></p>
</div>
<div class="service-boxes">
<i class="fa-brands fa-uikit" id="icon"></i>
<h2>Designing GUIs</h2>
<p> Competent to make GUIs using python tkinter library.
</p>
<p><a href="#contact-section">Know More</a></p>
</div>
</div>
</div>
<!-- ------------work---------------- -->
<div class="work-section" id="work-section">
<h1>My Work</h1>
<div class="work-containers">
<div class="work-box">
<img src="work1.jpg">
<div class="layer">
<h3>Rock Paper Scissors</h3>
<p>Designed and developed a web-based Rock Paper Scissors game using HTML, CSS, and JavaScript.
</p>
<a href="https://github.com/its-amans/Rock-Papper-Scissors"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work-box">
<img src="work2.jpg">
<div class="layer">
<h3>Lingual Room</h3>
<p>Designed Lingual Room ,A language translator web interface using API which supports more than 30 languages.
</p>
<a href="https://github.com/its-amans/Lingual-Room"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work-box">
<img src="work3.jpg">
<div class="layer">
<h3>Amazon Clone</h3>
<p>Designed a Amazon Clone website using HTML and CSS.
</p>
<a href="https://github.com/its-amans/Amazon_clone"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="work-containers">
<div class="work-box">
<img src="Work4.jpg">
<div class="layer">
<h3>Tic Tac Toe Game</h3>
<p>Designed and developed a web-based Tic Tac Toe game using HTML, CSS, and JavaScript.
</p>
<a href="https://github.com/its-amans/Tic-Tac-Toe"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work-box">
<img src="work5.jpg">
<div class="layer">
<h3>FOODYHUB</h3>
<p>Developed a commercial food platform leveraging HTML and CSS.
</p>
<a href="https://github.com/its-amans/FOODYHUB"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work-box">
<img src="work6.png">
<div class="layer">
<h3>Personal Portfolio</h3>
<p>Designed my personal portfolio website to concrete my web development skills.
</p>
<a href="https://github.com/its-amans/Portfolio_website"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="final-button">
<button><a href="https://github.com/its-amans">See More</a></button>
</div>
</div>
<!-- --------------Contact Section---------------- -->
<div class="contact-section" id="contact-section">
<div class="contact-detail">
<h1> Contact me</h1>
<div class="tele-contact">
<span><i class="fa-brands fa-telegram"></i></span>
<a href="#">[email protected]</a>
</div>
<div class="tele-contact">
<span><i class="fa-solid fa-phone"></i></span>
<a href="#">0123456789</a>
</div>
<div class="social-contacts">
<a href="https://www.instagram.com/__aman__srivastava__/"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="https://github.com/its-amans"><i class="fa-brands fa-github"></i></a>
<a href="https://linkedin.com/in/its-amans/"><i class="fa-brands fa-linkedin"></i></a>
</div>
<a href="Aman_Resume.pdf"class="download-cv-button" download>
Download CV
</a>
</div>
<div class="contact-form">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" class="input-feild" required><br>
<input type="email" name="Email" placeholder="Your Email" class="input-feild" required><br>
<textarea name="Message" rows="13" placeholder="Your Message" class="textarea"></textarea>
<div class="submit-form">
<button type="submit"> Submit</button>
</div>
<span id="msg"></span>
</form>
</div>
</div>
<!-- -------------------footer---------------- -->
<footer>
<div class="footer">
<p>Copyright © aman. Made with <span>♥</span>.</p>
</div>
</footer>
<!-- -----------------Scripting----------------- -->
<script>
var tabs=document.getElementsByClassName("tabs");
var tabcontents=document.getElementsByClassName("tabcontent");
function opentab(tabname){
for(tab of tabs){
tab.classList.remove("activelink");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("activetabs");
}
event.currentTarget.classList.add("activelink");
document.getElementById(tabname).classList.add("activetabs");
}
</script>
<script>
var sidemenu=document.getElementById("sidemenu");
function openmenu(){
sidemenu.style.right="0";
}
function closemenu(){
sidemenu.style.right="-200px";
}
</script>
<!-- Script for connection to ogoogle sheets -->
<!-- https://github.com/jamiewilson/form-to-google-sheets -->
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbzsNu5ob_6K7zIWPQyZxLhfrwOctOgSC8NT1JWa-9SSuDtrI2Y-qelnEMMvmfsZvzgJnQ/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 = "Thanks For Contacting"
setTimeout(function(){
msg.innerHTML = ""
},3000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>