-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
323 lines (294 loc) · 13.8 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!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>Aswin’s Portfolio</title>
<link rel="stylesheet" href="style.css">
<!-- Link to External JavaScript File -->
<script src="script.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script src="https://kit.fontawesome.com/c4254e24a8.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/logo.png" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#technicalskills">Technical Skills</a></li>
<!-- <li><a href="#hobbies">Hobbies</a></li> -->
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn" onclick="toggleDropdown()">Hobbies</a>
<div class="dropdown-content" id="hobbiesDropdown">
<a href="#books">Books</a>
<a href="#movies">Movies</a>
</div>
</li>
<li><a href="#contact">Contact</a></li>
<i class="fas fa-times" onclick="closemenu()"></i>
</ul>
<i class="fas fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Computer Science & AI Student @ IE University</p>
<h1>Hi, I'm <span>Aswin</span><br>from India</h1>
</div>
</div>
</div>
<!-- -----------about---------- -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/user21.png">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>Enthusiastic and hard-working computer science student with deep passion for machine learning, Generative AI and Robotics.</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Interests</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<ul>
<li><b><span>Machine Learning</span><br>Specializing and learning about neural network architectures like CNNs for image recognition and RNNs for natural language processing.</b></li>
<li><b><span>Data Science </span><br>Learning statistical analysis, predictive modeling, and data visualization. Experienced with Python techniques like scikit-learn, tensorflow & Pytorch. </b></li>
<li><b><span>Robotics & AI</span><br>Interested in designing autonomous systems using computer vision techniques.</b></li>
</ul>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>2023 - Current</span><br>Junior Developer @IE Robotics & AI Lab</li>
<li><span>2022 - Curent</span><br>Content Coordinator @ IE Coding Club</li>
<li><span>Jan - June, 2023</span><br>Intern @ IE Econ-Data Lab</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2022 - 2026</span><br>Computer Science & AI, IE University, Madrid, Spain</li>
<li><span>2018 - 2022</span><br>Hindustan International School, Chennai, India</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ----------portfolio------------ -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="images/work-1.png">
<div class="layer">
<h3>Peppers & Emoji</h3>
<p>This project aims to use OpenCV, DeepFace algorithms to detect emotions and convert them to emojis helping children with Autism improve social skills, inspired from (Google Glasses + Stanford).</p>
<a href="https://github.com/smaswin21/pepper-emoji"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-2.png">
<div class="layer">
<h3>Asteroids--an-arcade-game</h3>
<p>This is one of the most popular arcade games, Asteroid made using pygame, recursive algorithms and efficient data structures.</p>
<a href="https://github.com/smaswin21/Asteroids--an-arcade-game"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-3.png">
<div class="layer">
<h3>Madrid Nightlife (focused on backend of website)</h3>
<p>This project, focused on backend to understand the role of databases is developed by us servers as a comprehensive guide to the vibrant clubbing scene in Madrid. It offers detailed insights into various clubs, events, and nightlife experiences in the city, making it an essential resource for party-goers and nightlife enthusiasts.</p>
<a href="https://github.com/smaswin21/clubbing_databases"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-4.png">
<div class="layer">
<h3>Borat Programmin-Language</h3>
<p>The Borat Programming Language project, where we've created an interpreted programming language inspired by the iconic character Borat. This project is a unique blend of humor and technical skill, aimed at providing a fresh perspective on programming language design and implementation using C.</p>
<a href="https://github.com/smaswin21/Borat-Language"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<a href="#" class="btn">See more</a>
</div>
<!-- Technical Skills Section --><!-- Technical Skills Section -->
<div id="technicalskills">
<div class="container">
<div class="technicalskills">
<h1 class="technicalskills">Technical Skills</h1>
</div>
<div class="skills-grid">
<div class="skills-block">
<h2>Programming Languages</h2>
<ul>
<li>C</li>
<li>Python</li>
<li>R</li>
<li>MYSQL</li>
</ul>
</div>
<div class="skills-block">
<h2>Frameworks</h2>
<ul>
<li>Django</li>
<li>Flutter</li>
</ul>
</div>
<div class="skills-block">
<h2>Libraries, Tools & Platforms</h2>
<ul>
<li>Git</li>
<li>IBM SPSS</li>
<li>Tensorflow</li>
<li>Scikit-learn</li>
<li>Azure</li>
<li>Ubuntu</li>
<li>OpenCV</li>
</ul>
</div>
</div>
</div>
<!-- ---------- Hobbies Section ----------- -->
<div id="hobbies">
<div class="container">
<h1 class="sub-title">Hobbies</h1>
<!-- Books Subsection -->
<div class="hobby-category" id="books">
<h2 class="hobby-title">Books</h2>
<div class="hobby-items">
<!-- Actual image sources and links -->
<div class="hobby-item">
<img src="images/book-1.png" alt="Book 1">
<a href="https://www.oreilly.com/library/view/introduction-to-machine/9781449369880/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
<div class="hobby-item">
<img src="images/book-2.png" alt="Book 2">
<a href="https://www.simonandschuster.com/books/Steve-Jobs/Walter-Isaacson/9781982176860" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
<div class="hobby-item">
<img src="images/book-3.png" alt="Book 3">
<a href="https://www.google.es/books/edition/Anxious_People/v_2-DwAAQBAJ" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
<!-- Add more books as needed -->
</div>
</div>
<!-- Movies Subsection -->
<div class="hobby-category" id="movies">
<h2 class="hobby-title">Movies</h2>
<div class="hobby-items">
<!-- Replace with your actual image sources and links -->
<div class="hobby-item">
<img src="images/movie-1.png" alt="Movie 1">
<a href="https://www.imdb.com/title/tt1375666/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
<div class="hobby-item">
<img src="images/movie-2.png" alt="Movie 2">
<a href="https://www.miramax.com/movie/good-will-hunting/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
<div class="hobby-item">
<img src="images/movie21.png" alt="Movie 2">
<a href="https://www.miramax.com/movie/good-will-hunting/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
<!-- Add more movies as needed -->
</div>
</div>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
var dropdown = document.querySelector('.dropbtn');
dropdown.onclick = function() {
var content = this.nextElementSibling;
if (content.style.display === 'block') {
content.style.display = 'none';
} else {
content.style.display = 'block';
}
};
});
</script>
</body>
</html>
<!-- ----------contact------------- -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fas fa-paper-plane"></i> [email protected]</p>
<p><i class="fas fa-phone-square-alt"></i> +34 696 085 856 / +91 9150 865 886</p>
<div class="social-icons">
<a href="https://www.instagram.com/sm_aswin21" target="_blank" rel="noopener noreferrer"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/aswin-subramanian-maheswaran-3b9a2323b" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/smaswin21" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
<a href="https://medium.com/@sm.aswin21" target="_blank" rel="noopener noreferrer"><i class="fab fa-medium"></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 btn2">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright © Aswin. Made with HTML, CSS & JS <i class="fas fa-heart"></i>
</div>
</div>
<script>
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/AKfycbxgNn4l77bhtrDljnXD9EsmPeSqejSiVYTHOuKUObDl6RV76zIsQL_ITz0CNKxPzasoMQ/exec' // add your own app script link here
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 = ""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>