-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (51 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sandeep</title>
<link rel="stylesheet" href="css/style.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=Great+Vibes&family=Merriweather&family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<div class="topcontainer">
<img class="tcloud" src="images/cloud.png" alt="clouds-img">
<h1>I'am Sandeep.</h1>
<h2 class="para">a Web developer.</h2>
<img class="bcloud" src="images/cloud.png" alt="clouds-img">
<img class="mainimg" src="images/pngwing.com (3).png" alt="skyline-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="propic" src="images/pngwing.com.png" alt="profile-pic">
<h2>Hello.</h2>
<p class="intro">I am Sandeep Roy. I am a first year student at Haldia Institute Technology. My journey of web developent begin with this website.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row-1">
<img class="skill-img-1" src="images/conversation.png" alt="skill1">
<h3>Communication</h3>
<p class="skill-des-1">I am overall a good speaker and lsitener. In today's world communication has turned out to one if the most important skill to hold. I can communicate in three major langauages.</p>
</div>
<div class="skill-row-2">
<img class="skill-img-2" src="images/giphy.gif" alt="">
<h3>Codding</h3>
<p class="skill-des-2">I have been coding from the age of 16. This helped me in develop problem solving skills. I code in 4 differt languages C,C++,Java,Javascript.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If I can help you with anything you can conatct me in the below given detail.</h3>
<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/sandeep-roy-956b9125b">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Sandeep07102002?t=kpZpj7yCmuiNv1CKGmAJIA&s=08">Twitter</a>
<p>© Sandeep Roy.</p>
</div>
</body>
</html>