-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathSushant3059.html
More file actions
60 lines (52 loc) · 2.15 KB
/
Sushant3059.html
File metadata and controls
60 lines (52 loc) · 2.15 KB
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
<!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">
<title>Document</title>
<link rel="stylesheet" href="sushantThakur.css">
</head>
<body>
<div class="top-container">
<img src="images/cloud.jpg" alt="" class="top-cloud">
<h1>I am Sushant Thakur</h1>
<h2>programmer</h2>
<img src="images/cloud.jpg" alt="" class="bottom-cloud">
<img src="images/mountain.jpg" alt="">
<div class="middle-container">
<div class="profile">
<img src="https://media.tenor.com/i8joJrjMPYMAAAAd/angara-messi-messi.gif" alt="" class="profile-img">
<h2>Hello.</h2>
<p class="intro">When Life gives you lemon make a lemonade
</p>
</div>
<div class="skills">
<h2>My skills.</h2>
<div class="skill-row">
<img src="https://www.google.com/imgres?imgurl=https%3A%2F%2Fexternal-preview.redd.it%2FUmAp9d1smuOAIdwvsQL3U6AWdJADx_90U3R2mPIjis8.png%3Fformat%3Dpjpg%26auto%3Dwebp%26s%3Df4deeefdf12770f720c5b518e6bf01019596bb52&imgrefurl=https%3A%2F%2Fwww.reddit.com%2Fr%2FDamnthatsinteresting%2Fcomments%2Fb9m2g6%2Fin_1938_a_clip_of_porky_pig_saying_son_of_a_bitch%2F&tbnid=ossYccxWJ_ZQGM&vet=12ahUKEwiB8q_njdP6AhWByaACHTXRAtcQMygiegUIARCKAQ..i&docid=9IFOKM7AX28qBM&w=320&h=240&q=son%20of%20bitch%20disney&ved=2ahUKEwiB8q_njdP6AhWByaACHTXRAtcQMygiegUIARCKAQ" alt="" class="earth-img">
<!-- lorem2 -->
<h3>Lorem, ipsum.</h3>
<!-- lorem10 -->
<p></p>
</div>
<div class="skill-row">
<img src="https://media.tenor.com/67iB7B7g59YAAAAM/siu-ronaldo-siu.gif">
<!-- lorem3 -->
<h3>Lorem, ipsum dolor.</h3>
<!-- lorem10 -->
<p>why are we still here</p>
</div>
<div class="contact-me">
<h2>Get in touch</h2>
<!-- lorem7 -->
<h3>Lorem ipsum dolor sit, amet consectetur adipisicing.</h3>
<!-- lorem10 -->
<p class="contact-message">
</p>
</div>
</div>
</div>
</div>
</body>
</html>