-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject1.html
More file actions
104 lines (94 loc) · 4.58 KB
/
Copy pathProject1.html
File metadata and controls
104 lines (94 loc) · 4.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AMP0075 Portfolio</title>
</head>
<body align="center">
<header>
<a style="margin : 0 5rem ;" href="#skl">Skills</a>
<a style="margin : 0 5rem ;" href="#edu">Education</a>
<a style="margin : 0 5rem ;" href="#cm">Contact Me</a>
<a style="margin : 0 5rem ;" href="#me">Find Me</a>
</header>
<table cellspacing="20" align="center">
<td>DSC Logo ...<br><img height="10%" width="20%" src="https://miro.medium.com/max/8100/1*YRI9ekpm4qJBUr0KKsN0gQ.png" alt="Couldn't load 📸 DSC."></td>
<h1>Ananthu. M. Pillai </h1>
<p> Currently a 3rd year undergrad student at MACE Kothamangalam. I'm pursuing B.Tech in CSE. <br> I've been passionate about developing software in a way that it helps a lot of people.<br>I love coding👨💻, listening to music🎶🎧, playing football/soccer⚽,
solving patterns🔢. <br>I love sci-fi movies or series. I've been recently a lot into Dramas like Sweet Combat.</p>
</table>
<table border="1" align="center" id="edu">
<tr>
<th colspan="4">Education</th>
</tr>
<tr>
<td width="250px">School</td>
<td width="250px">Stream</td>
<td width="100px">Duration</td>
</tr>
<tr>
<td>SRDAVPS Dayanand Vihar, Delhi-92</td>
<td>Science</td>
<td>2016-2018</td>
</tr>
<tr>
<td>MACE Kothamangalam, Kochi-66</td>
<td>Computer Science and Engineering</td>
<td>2018-2022</td>
</tr>
</table>
<h3 id="skl">Skills</h3>
<table cellspacing="5px" align="center">
<tbody>
<tr>
<td>Python</td>
<td><progress id="file" value="80" max="100"> 80% </progress></td>
</tr>
<tr>
<td>Java</td>
<td><progress id="file" value="70" max="100"> 70% </progress></td>
</tr>
<tr>
<td>C++</td>
<td><progress id="file" value="10" max="100"> 10% </progress></td>
</tr>
<tr>
<td>DSA</td>
<td><progress id="file" value="40" max="100"> 40% </progress></td>
</tr>
<tr>
<td>Web Development</td>
<td><progress id="file" value="40" max="100"> 40% </progress></td>
</tr>
<tr>
<td>Android Studio</td>
<td><progress id="file" value="70" max="100"> 70% </progress></td>
</tr>
<tr>
<td>Google Cloud Platform</td>
<td><progress id="file" value="40" max="100"> 40% </progress></td>
</tr>
</tbody>
</table>
<br> A DSC video ✨ ...<br><iframe width="560" height="315" src="https://www.youtube.com/embed/Eq5XuC6cEek" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<form class="form" action="mailto:ananthum0938@gmail.com">
<h2 id="cm">Contact Me</h2>
<p type="Name:"><input placeholder="First Name" /> </p>
<p type="Email:"><input placeholder="Email" /> </p>
<button type="submit">Submit</button>
</form>
<br>
<br>
<footer align="center" id="me">
<a href="https://www.linkedin.com/in/ananthu-pillai/"><img style="margin : 0 5rem ;" height="5%" width="5%" src="https://cdn4.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-linkedin-circle-512.png" /></a>
<a href="https://github.com/amp0075"><img style="margin : 0 5rem ;" height="5%" width="5%" src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" /></a>
<a href="https://www.qwiklabs.com/public_profiles/b4208400-a143-44fe-b639-5f134f143ec2"><img style="margin : 0 5rem ;" height="5%" width="5%" src="https://www.codemithra.com/wp-content/uploads/2020/04/qwiklabs-logo.png" /></a>
<br>
<a style="margin : 0 5.25rem ;" href="https://www.linkedin.com/in/ananthu-pillai/">LinkedIn</a>
<a style="margin : 0 6.25rem ;" href="https://github.com/amp0075">Github</a>
<a style="margin : 0 5rem ;" href="https://www.qwiklabs.com/public_profiles/b4208400-a143-44fe-b639-5f134f143ec2">QwikLabs</a>
<p>Made with ♥ by AMP0075</p>
</footer>
</body>
</html>