-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (51 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Animish Pande</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon (2).ico">
<link href="https://fonts.googleapis.com/css2?family=Sofia&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<br>
<h1>I'm Animish.</h1>
<h3 class="intro"><strong>A Web Developer.</strong></h3>
<br>
</div>
<div class="middle-container">
<div class="profile">
<img class="profilepic" src="images/animishpic.png" alt="Profile pic">
<h2>Hello</h2>
<p>I am an aspiring Web Developer and Programmer. I am currently pursuing computer engineering degree at SIGCE.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="python-pic" src="images/python.png" alt="">
<h2>Python</h2>
<p class="desc1">Python is one of my favourite programming language because of it's simplistic properties and syntax. I am familiar with all the basic fundamentals of python3 and also can work with numpy.</p>
</div>
<div class="skill-row">
<img class="html-pic" src="images/html5.png" alt="">
<h2>HTML5 & CSS3</h2>
<p class="desc2">I've always wanted to make beautiful websites and these languages made it possible. I am going to work on many more projects on HTML and CSS.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<a class="btn" href="mailto:animishpande@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/animish-pande-b85449197/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Animishpande1">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/animish_/?hl=en">Instagram</a>
<p class="copyright">© 2020 Animish Pande.</p>
</div>
</body>
</html>