-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (117 loc) · 6.47 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="with=device-width,initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
<title>Vaitheeswaran</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
!function(){var i="analytics",analytics=window[i]=window[i]||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","screen","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware","register"];analytics.factory=function(e){return function(){if(window[i].initialized)return window[i][e].apply(window[i],arguments);var n=Array.prototype.slice.call(arguments);if(["track","screen","alias","group","page","identify"].indexOf(e)>-1){var c=document.querySelector("link[rel='canonical']");n.push({__t:"bpc",c:c&&c.getAttribute("href")||void 0,p:location.pathname,u:location.href,s:location.search,t:document.title,r:document.referrer})}n.unshift(e);analytics.push(n);return analytics}};for(var n=0;n<analytics.methods.length;n++){var key=analytics.methods[n];analytics[key]=analytics.factory(key)}analytics.load=function(key,n){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.setAttribute("data-global-segment-analytics-key",i);t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r);analytics._loadOptions=n};analytics._writeKey="OaFRoaMMRXzRWkPujktgaAhYWBLB7nBV";;analytics.SNIPPET_VERSION="5.2.0";
analytics.load("OaFRoaMMRXzRWkPujktgaAhYWBLB7nBV");
analytics.page();
}}();
</script>
</head>
<body>
<section class="header">
<nav>
<a href="index.html" style="font-weight: bolder;"></a><h1 >Vaitheeswaran</h1></a>
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#achievements">ACHIEVEMENTS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<div class="text-box">
<h1>Hello..</h1>
<img src="images/boy.png" alt="boy" width="100px">
<p>Those who dare to fail miserably can achieve greatly..⚡</p>
<a href="#about" class="hero-btn">know more</a>
</div>
</section>
<section class="about" id="about">
<h1>Hello</h1>
<p>I'm Vaitheeswaran</p>
<div class="row">
<div class="about-col">
<h3>About</h3>
<p>Budding IT Engineer. I am a person who likes to explore and learn new things. <br> Never Stop learning</p>
</div>
<div class="about-col">
<h3>Education</h3>
<p>Saranathan College of Engineering <br> B.Tech, Information Technology <br> 2019-2023 </p>
</div>
<div class="about-col">
<h3>Hobbies</h3>
<p>Coding<br>Watching Cricket <br> Reading books</p>
</div>
</div>
</section>
<section class="section-3" id="achievements">
<h1>Achievements</h1>
<div class="row">
<div class="ach-col">
<img src="images/guvi.png" alt="">
<br>
<h3>GUVI Certification</h3>
<p>Earned for Robotic Process Automation (RPA)</p>
</div>
<div class="ach-col">
<img src="images/python.PNG" alt="">
<h3>IBM Certification</h3>
<p>python for Data Science</p>
</div>
<div class="ach-col">
<img src="images/HackerRank.PNG" alt="">
<h3>HackerRank Certification</h3>
<p>Python Programming (python basics)</p>
</div>
<div class="about-col">
<h3>Achievements</h3>
<p>Earned "5-Star Gold Badge" in HackerRank for Python Programming</p>
<p>A website developed based on Cognitive Behavioural Therapy and Humanistic Therapy to deal with mental wellness that is built using React and MongoDB.</p>
</div>
<div class="about-col" style="background-color: #fff3f3; height: fit-content;">
<p>Developed a simple AI chatbot</p>
<p>Price tracker script using Python</p>
</div>
<div class="about-col" style="background-color: #fff3f3; height: fit-content;">
<h3>Knowledge In</h3>
<p>Python<br>React <br> Java <br> HTML/CSS </p>
</div>
</div>
</section>
<section class="contact" id="contact">
<h1>contact</h1>
<a href="home.html" class="hero-btn">Reach me out!</a>
</section>
<section class="footer">
<h4>© Vaitheeswaran 2022</h4>
<div class="icons">
<a href="https://www.instagram.com/vaitheeswaran_15?r=nametag"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/vaitheeswaran-l-m-7894b3188"><i class="fa fa-linkedin"></i></a>
</div>
<p>Trichy,TamilNadu</p>
</section>
<script>
var navLinks = document.getElementById("navLinks");
function showMenu(){
navLinks.style.right = "0";
}
function hideMenu(){
navLinks.style.right = "-200px";
}
</script>
</body>
</html>