-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (67 loc) · 2.22 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
76
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Bishal Keshri</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">
</head>
<body>
<div class="topcontainer">
<img class="topcloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Bishal.</h1>
<h2 class="pro">a <u>pro</u>grammer <h2>
<img class="bottomcloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middlecontainer">
<div class="profile">
<img class="mypic" src="myphoto.png" alt="">
<h2>Hello.</h2>
<p>I'm a Student as well as a Web Developer and I 💖 playing Sports.</p>
</div>
<hr class="hr">
<div >
<h2 >My Skills.</h2>
<div class="skill-row">
<img class="code" src="images/code.png" alt="computer-img">
<br />
<h3>Programming</h3>
<ul>
<li>Full Stack Web Development.</li>
<li>Competitive Programming</li>
<li>C and C++</li>
</ul>
</div>
<div class="skill-row">
<br />
<img class="sports" src="images/sports.png" alt="sports-img">
<br />
<h3>Sports</h3>
<ul>
<li>Cricket</li>
<li>Badminton</li>
<li>Volleyball</li>
</ul>
</div>
</div>
<br />
<hr class="hr">
<div class="contact-me">
<h2>Get In Touch</h2>
<p>Love programming ? Let's talk about it.</p>
<a class="btn" href="mailto: bishal.keshri999@gmail.com"><button class="btn">CONTACT ME </button> </a>
</div>
</div>
<div class="bottomcontainer">
<br />
<a class="footer-link" href="https://www.linkedin.com/in/bishal-keshri-953a87212/">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/bishal.keshri.9028">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/bishal_keshri/">Instagram</a>
<p class="cr" >© 2021 Bishal Keshri.</p>
<br />
</div>
</body>
</html>