-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (55 loc) · 2.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Sahin Mallik</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@500&family=Montserrat:wght@500&family=Sacramento&display=swap"
rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Sahin.</h1>
<h2>A <span class="pro">College</span> Student.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="My Profile.jpeg" alt="My profile Photo">
<h2>Hello.</h2>
<p class="intro">Hello Everyone, I am Sahin Mallik. I am a student of IEM and I am Pursuing my B.tech degree in this college.</p>
</div>
<hr>
<div class="skills">
<h2>My Journey and Skill.</h2>
<div class="skill-row">
<img class="journey-img" src="Journey.jpeg" alt="My Journey">
<h3>Journey To Engineering Life</h3>
<p>In school I don't have any idea about coding but I have a interest in hacking. That time I thought that no matter what ever I am doing in Life I will learn hacking. I know about coding in college. Then I found some interest in Web Development and Cyber Security.</p>
</div>
<div class="skill-row">
<img class="code-img"src="https://media.giphy.com/media/2z73e5pARxR03U7CB7/giphy.gif?cid=ecf05e47pjsrjhov6o4cbsw12babde5gv8rewh71csoedm5i&rid=giphy.gif&ct=g" alt="My skill">
<h3>Design and Development</h3>
<p>I love doing coding and Design website. So I learn about HTML5 CSS3 and trying to design beautiful website.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love Coding as much I do.</h3>
<p class="contact-message">Love coding as much I do? let's talk about how much awasome they are!</p>
<a class="btn" href="mailto:sahinmallik1999@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/"><img class="icon" src="https://img.icons8.com/ios-glyphs/30/000000/linkedin.png"/></a>
<a class="footer-link" href="https://twitter.com/"><img class="icon" src="https://img.icons8.com/ios-glyphs/30/000000/twitter--v1.png"/></a>
<a class="footer-link" href="https://facebook.com"><img class="icon" src="https://img.icons8.com/ios-glyphs/30/000000/facebook.png" /></a>
<p class=" copyright">© 2021 Sahin Mallik.</p>
</div>
</body>
</html>