-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (194 loc) · 10.7 KB
/
index.html
File metadata and controls
216 lines (194 loc) · 10.7 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Logamithran's Portfolio</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
body {
background-image: url('background.jpeg');
background-color: white;
color: black;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-size: cover;
}
.header {
background-image: url('banner.png');
background-size: cover;
background-position: center;
height: 1000px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
font-family: 'Roboto Mono', monospace;
color: white;
}
.navbar {
background-color: rgba(0, 0, 0, 0.7);
padding: 20px;
text-align: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
.navbar a {
color: white;
text-decoration: none;
margin: 0 10px;
}
.navbar a:hover {
text-decoration: underline;
}
.footer {
background-color: rgba(0, 0, 0, 0.7);
padding: 20px;
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
color:white;
}
.footer a {
color: white;
text-decoration: none;
}
.back-to-top {
display: inline-block;
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
.back-to-top:hover {
background-color: #555;
}
.credentials {
padding: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 0.7);
}
.credentials img {
margin-right: 5px;
vertical-align: middle;
}
.credentials ul {
text-align: center;
margin-left: 0;
padding-left: 0;
list-style-type: none; /* remove bullet points */
}
.credentials li {
margin-bottom: 15px;
font-size:150%;
font-family:'Roboto Mono', monospace;
}
.credentials dt {
font-weight: bold;
margin-top: 20px;
}
.credentials dl {
margin-left: 0;
padding-left: 0;
padding-bottom: 50px;
}
</style>
</head>
<body>
<div class="navbar">
<a href="#objective">Objective</a>
<a href="#skills">Skills</a>
<a href="#credentials">Credentials</a>
<a href="#education">Education</a>
</div>
<div class="header">
<h1 style="font-size: 200%;">Hello, I'm Logamithran</h1><br><h2 style="font-size: 150%">Student of Engineering at VIT</h2>
</div>
<div class="credentials" id="main">
<div id = "objective">
<br><br><br><br>
<h2><bold>Objective:</h2></bold>
<p style="font-size: 18px; font-family: 'Roboto Mono', monospace; font-size:150%">
I'm Logamithran, a 19-year-old student from the Vellore Institute of Technology, driven by a profound passion for automation since my teenage years. My journey into robotics and technology at VIT has provided me with a solid foundation, combining theoretical knowledge with hands-on experience. What sets my aspirations apart is my keen interest in the intersection of technology and defense, aiming to contribute to groundbreaking research that advances automation in defense systems.
<br><br>
My fascination with automation began as a teenager, sparking a curiosity that led me to enroll at VIT. The academic environment here has equipped me with the skills necessary to navigate the intricate landscape of robotics. Beyond textbooks, I actively engage in extracurricular projects to gain practical experience and stay at the forefront of technological advancements. My coursework encompasses robotics, artificial intelligence, and automation, carefully chosen to align with the technological landscape navigated by companies like Boston Dynamics.
<br><br>
My ultimate goal is to contribute to the defense sector by leveraging advancements in automation technology. I believe that these innovations can play a transformative role in enhancing global security. Boston Dynamics stands as the pinnacle of technological innovation, representing the place where I envision making a significant impact. It's not just about the prestige associated with the company but the platform it provides to contribute meaningfully to the evolution of robotics.
<br><br>
With each lecture, project, and research endeavor, I am not just working towards graduation but striding towards my dream job. I actively seek mentorship and networking opportunities, understanding the value of continuous learning in this dynamic field. Resilience and adaptability are paramount as I navigate the rapid advancements and evolving paradigms in robotics.
<br><br>
Looking ahead, my vision extends beyond personal achievement to the broader impact I can have on society. I see a future where automation not only enhances defense capabilities but also addresses pressing global challenges. My dream is not just about personal success but about leveraging technology to contribute to positive societal change. As I embark on this journey armed with knowledge, determination, and a profound sense of purpose, I am poised to shape the future of automation, with Boston Dynamics as the beacon guiding my path.</p>
<br><br>
</div>
<div class="flex flex-col" id="credentials" style="height: 50vh;">
<br><br><br><br>
<h2><bold>Credentials:</h2></bold>
<ul style="font-size: 24px;">
<li>
<a href="https://github.com/loga115" target="_blank">
<img width="24px" height="24px" src="https://github.com/favicon.ico" alt="GitHub Favicon">
GitHub: loga115
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/logamithran-m-r-6992ba1b4/" target="_blank">
<img width="24px" height="24px" src="https://www.linkedin.com/favicon.ico" alt="LinkedIn Favicon">
LinkedIn: Logamithran M R
</a>
</li>
<li>
<a href="mailto:logamithranmr@gmail.com">
<img width="24px" height="24px" src="email.png" alt="Email Favicon">
Email: logamithranmr@gmail.com
</a>
</li>
</ul>
</div>
<div class="flex flex-col" id="education">
<br><br><br><br>
<h2><bold>Education:</p> </bold></h2>
<dl style="font-size: 150%;">
<dt>Student of Computer Science Engineering at Vellore Institute of Technology, Chennai (2026)</dt>
<dd>VIT Chennai has been an exceptional university for my pursuit of computer science education. The institution's robust curriculum, coupled with state-of-the-art facilities and a dynamic learning environment, has provided me with an enriching academic experience. The dedicated faculty at VIT Chennai brings a wealth of knowledge and industry expertise, fostering a culture of innovation and critical thinking. The computer science program is comprehensive, covering a diverse range of topics from fundamental algorithms to cutting-edge technologies. Hands-on projects, industry collaborations, and internships have been integral to my learning, allowing me to apply theoretical knowledge to real-world scenarios.
<br><br>
Beyond academics, VIT Chennai offers a vibrant campus life with numerous extracurricular activities and clubs, providing ample opportunities for personal and professional development. The university's commitment to fostering a global perspective is evident through international collaborations and exposure to diverse cultures. As a student at VIT Chennai, I have not only honed my technical skills but also developed soft skills, leadership qualities, and a global outlook that will undoubtedly contribute to my success in the field of computer science. VIT Chennai has been a nurturing and transformative academic home, equipping me with the tools to thrive in the ever-evolving landscape of computer science.</dd>
<dt>Student of Computer Science at Chettinad Vidyashram (2022)</dt>
<dd>I completed my entire pre-kindergarten to 12th-grade education at Chettinad Vidyashram, culminating in my graduation in 2022. This educational journey provided me with a holistic foundation that extends beyond academic excellence. The school's rigorous curriculum and emphasis on extracurricular activities cultivated not only my intellectual capabilities but also my leadership, teamwork, and communication skills. Chettinad Vidyashram fostered an environment that encouraged curiosity and a love for learning, shaping not just my academic prowess but also instilling in me a passion for exploring diverse fields. As a graduate from this esteemed institution, I carry forward the values and lessons imbibed over the years, complementing my academic pursuits with a well-rounded and holistic approach to education.</dd>
</dl>
</div>
<div class="flex flex-col" id = "skills">
<h2><bold>Skills:</h2></bold>
<ul>
<li>Arduino enthusiast</li>
<li>Soldering</li>
<li>Python Programming</li>
<li>C++ Programming</li>
<li>Orator and Creative Writer</li>
<li>Video Editing</li>
<li>Local Menace</li>
</ul>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<div class="footer">
© 2023 by Logamithran M R |
<a href="#top" class="back-to-top">Back to Top</a>
</div>
<script>
const backToTopButton = document.querySelector('.back-to-top');
backToTopButton.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
</script>
</body>
</html>