-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (84 loc) · 4.2 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>KeshavPortfolio</title>
<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 rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link rel="icon" href="favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<div class="top-container">
<nav class="navbar navbar-expand-lg navbar-light bg-transparent">
<div class="container-fluid">
<a class="navbar-brand" href="#">KESHAV'S</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<button class="b1"><a class="nav-link active" aria-current="page">About me</a></button>
</li>
<li class="nav-item">
<a class="nav-link active" href="mailto:[email protected]">Contact me</a>
</li>
<li><button onclick="changeColor()" class="btn btn-primary"style="margin-top:15px;">Change background</button></li>
</ul>
</div>
</div>
</nav>
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<div class="title-text">
<h1>I'm Keshav.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
</div>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="i1"src="https://i.postimg.cc/W4nMQddN/IMG-20220610-WA0021-modified.png" alt="angela-profile-img">
<h2>Hello.</h2>
<p class="intro">I am Keshav. I'm currently doing my bachelors in Software Development from Ramanujan College,University of Delhi</p>
</div>
<hr>
<div class="skills">
<h2 class="hh3">My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="https://media1.giphy.com/media/26DOMQa5Ib2SmaRZm/giphy.gif?cid=ecf05e47uaikry3iyok425bp0891r5npzytdzba1cat6ji8f&rid=giphy.gif&ct=g" alt="code-img">
<h3>Direction and Writer</h3>
<p class="pp">I started direction and writing in first cut society of Ramanujan College. Started as a beginner my journey has been a total roller-coaster ride. </p>
<hr noshade >
</div>
<div class="skill-row">
<img class="chilli-img" src="https://media1.giphy.com/media/qgQUggAC3Pfv687qPC/giphy.gif?cid=ecf05e47hazpdzgh2hjyfnkqoz7pp9jiyh4vrnperu84tqnj&rid=giphy.gif&ct=g" alt="chillies-img">
<h3>Part-time Programmer</h3>
<p class="ppp">I also have a keen interest in programming.Though programming doesn't excites me that much but my strong will is enough to overcome this barrier.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love stocking as much as I do.</h3>
<p class="contact-message">Love stocking as much as I do? Let's talk about how awesome this is! We can!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/mwlite/in/keshav-kumar-54529b228">LinkedIn</a>
<a class="footer-link" href="https://mobile.twitter.com/Keshav63942836">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/keshuuu_05/">Instagram</a>
<p class="copyright">© 2022 Keshav Kumar @copyright.</p>
</div>
<script src="js/uikit.min.js"></script>
<script src="js/uikit-icons.min.js"></script>
<script src="kesh.js" charset="utf-8"></script>
</body>
</html>