-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (65 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/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">
<title>Abhishek Mukherjee</title>
</head>
<body>
<div class="top">
<img src="images/cloud.png" alt="cloud image" class="top_cloud">
<h1>I'm Abhishek Mukherjee.</h1>
<p class="pra">A Berozgaar Homosapien</p>
<img src="images/cloud.png" alt="cloud image" class="bottom_cloud">
<img src="images/mountain.png" alt="mountain image" class="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/abhi1.jpeg" class="ppic">
<h2 class="namaskar">Namaskar🙏.</h2>
<img src="images/hello.gif" alt="" class="hlo">
<p class="intro">I am a front end web developer, proficient in HTML and CSS and have good knowledge of Javascript, React and Bootstrap.
Other than these I am interested in Startups, Android,AI,ML and Blockchain Technology. And I occasionaly contribute to Open source Projects.
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img src="images/gif1.gif" alt="meme" class="gifc">
<h3>Website Development</h3>
<p class="skl1">I am pretty decent at Front End Development and currently learning backend development.</p>
</div>
<div class="skill-row">
<img class="tmkoc" src="images/bhide.gif" alt="meme">
<h3>Fundamentals</h3>
<p class="skl2">I know basic fundamentals of computer science and programming, operating system and Java language, currently learning Data
Structures and Algorithms.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<img src="images/contact.gif" alt="meme" class="cntct">
<h3 class="footerlast">People say they got Lucky after contacting me.</h3>
<p>If you want to listen lullaby in my sweet voice, Contact me.</p>
<a class="btn" href="mailto:mukherjeeabhishek207@gmail.com">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/abhishek-mukherjee-a8811a19b/" target="blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/abmukherjee" target="blank">Twitter</a>
<a class="footer-link" href="/~https://github.com/abhishekkmukherjee" target="blank">Github</a>
<a class="footer-link" href="https://abmukherjee.hashnode.dev/" target="blank">Blog</a>
<p class="copyright">© Abhishek Mukherjee.</p>
<p>Made with Love and Code❤️.</p>
</div>
</body>
</html>