-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (102 loc) · 3.93 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Anirudh Sharma</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Anirudh.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="personal-pic" src="images/Anirudh.png" alt="Anirudh's Profile Pic">
<h2>Hello.</h2>
<p>I like cloud computing and want to pursue with it. And I am aiming for internship at FAANG companies.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skills-pic" src="images/computer.png" alt="skills">
<h3>Skills</h3>
<div class="table-row">
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>OOPS</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Data Structures</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>POSTRESQL</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Problem Solving</td>
<td>⭐</td>
</tr>
<tr>
<td>Programming</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm currently available for internship.</h3>
<p>If you have a project that you want to get started, think you need my help with something or just fancy saying hey, then get in touch.</p>
<img class="phone-pic" src="https://media1.giphy.com/media/vIg5t0KHYqgE0/200.webp?cid=ecf05e47wsahc37igjto37lxqehdx7ai20azngtexigadmnf&rid=200.webp&ct=g" alt="My old phone"><br />
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/anirudh-sharma-33b592189/">LinkedIn</a>
<a class="footer-link" href="https://github.com/anirudh357">GitHub</a>
<a class="footer-link" href="https://mypersonalportfolioweb.netlify.app/">Website</a>
<p>© Anirudh Sharma.</p>
</div>
</body></html>