-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (62 loc) · 2.95 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 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>sunil reddy</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="android-chrome-512x512.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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:ital,wght@1,300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="topcontainer">
<img class="topcloud" src="images/cloud.png" alt="cloud1">
<h1>I'm Sunil</h1>
<h2> A student</h2>
<img class="mountain" src="images/mountain.png" alt="mountain">
<img class="bottemcloud" src="images/cloud.png" alt="cloud2">
<img class="birds" src="images/—Pngtree—flying bird_594010.png" alt="birds">
</div>
<div class="middle-container">
<div class="profile">
<img class="my-image" src="images/WhatsApp Image 2021-11-29 at 9.29.41 AM-modified.png" alt="Sunil Reddy">
<h2>Hello.</h2>
<p>I'm a 1st year bca student,I love to code And i ❤️ coffee..</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="tech" src="https://media1.giphy.com/media/17b875GGvV9m9sLmNc/200w.webp?cid=ecf05e47vjt9pkgon131mbblqszjk1tsra4wx0lopjx8k8jy&rid=200w.webp&ct=s" alt="Coding">
<h3>Coding And Development</h3>
<p>I ❤️ Web designing and development, I am learing C++ and its datastructure algorithem, and more into blockchain development ,crypto-currencys and its technologies.....</p>
</div>
<div class="skill-row">
<img class="Cricket" src="https://media0.giphy.com/media/GFI3mxEhuG6Nq/200w.webp?cid=ecf05e4720glntsx7d342marl32jrq2pdz4if0o0uynwxd6v&rid=200w.webp&ct=g" alt="cricket">
<h3>Cricket</h3>
<p>I love to play cricket🏏 and watch cricket matches🏏🏏,and my favourite cricketers are rohit sharma, Virat kohli, Rishab pant and more.... </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Cricket is love❤️❤️❤️</h3>
<p>If you want to watch crickt with no ads and for free, contact me below</p>
<p>👇👇</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottemcontainer" >
<a class="btn-linkedin" href="https://www.linkedin.com/in/sunil-reddy-209249216/">linkedin</a>
<a class="twitter" href="https://twitter.com/Sunilre6666?t=rOH-7qA6ga13G95XQjhW4g&s=09">twitter</a>
<a class="footer-link" href="https://www.instagram.com/sunil__red_/">Website</a>
<p>©2021 Sunil Reddy.</p>
</div>
</div>
</body>
</html>