-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (88 loc) · 2.79 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="Anirudh.jpeg">
<title>Anirudh Suresh</title>
</head>
<link rel="stylesheet" type="text/css" href="page1.css">
<div>
<header class="hf">
<div id="centre"> Created on 12-11-2020.</div>
</header>
<hr width="90%" >
</div>
<body>
<div id="runner"></div>
<div class="img"></div>
<img src="Anirudh.jpeg" height="450px" width="300px" alt="There was supposed to be an image here??">
<h1 id="a">About Me</h1>
<p id="intro">
<big>Hello, I am <span style="color: orange; font-size:30px;">Anirudh Suresh</span>. I am pursuing my Major in Electrical and Electronics Engineering and Minor in Machine Learning at College of Engineering Trivandrum (CET), Kerala,India. I am a hardworking and bright individual, a team player. I like to learn new things and to apply them.</big>
</p>
<h1 id="e">Resume</h1>
<div id="resume">
<a href="https://drive.google.com/file/d/1wFyiiu3IOPUNfEUJoEGyUhJ9Zrh0sO1S/view?usp=sharing" target="_blank"><h2>My Resume</h2></a>
</div>
<h1 id="b">Follow on</h1>
<ol>
<li><a href="https://www.linkedin.com/in/anirudhsuresh522001/" target="_blank"><h2>Linkedin</h2></a></li>
<li><a href="https://github.com/anirudhsuresh522001" target="_blank"><h2>Github</h2></a></li>
<li><a href="https://www.facebook.com/anirudh.suresh.5205/" target="_blank"><h2>Facebook</h2></a></li>
<li><a href="https://www.instagram.com/anirudh_suresh_1.0/" target="_blank"><h2>Instagram</h2></a></li>
<li><a href="https://twitter.com/AnirudhSuresh18" target="_blank"><h2>Twitter</h2></a></li>
</ol>
<h1 id="c">My Contact Info</h1>
<div class="contact">
<ul>
<li><big><span style="color:orange">Email:</span> anirudhsuresh522001@gmail.com</big><br></li>
<li><big><span style="color:orange">Mobile:</span> +917034476152</big></li>
</ul>
</div>
<div class="div-table">
<h1 id="d">My Academics</h1>
<table>
<thead>
<th>Sn No</th>
<th>Class/Semester</th>
<th>CGPA/%</th>
</thead>
<tr>
<td>1</td>
<td>10</td>
<td>10</td>
</tr>
<tr>
<td>2</td>
<td>12</td>
<td>95.6</td>
</tr>
<tr>
<td>3</td>
<td>Sem1</td>
<td>10</td>
</tr>
<tr>
<td>4</td>
<td>Sem2</td>
<td>10</td>
</tr>
<tr>
<td>5</td>
<td>Sem3</td>
<td>10</td>
</tr>
<tr>
<td>6</td>
<td>Sem4</td>
<td>10</td>
</tr>
</table>
</div>
<div>
<hr width="90%">
<footer class="hf">
<div id="centre">Web Design: Anirudh Suresh</div>
</footer>
</div>
</body>
</html>