-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (50 loc) · 2.32 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Pratyaksh Mehrotra</title>
</head>
<body>
<!-- Header Part -->
<div class="header" id="home">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container font-weight-bold">
<a class="navbar-brand" href="#">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://dl.pratyakshm.workers.dev">Files</a>
<li class="nav-item">
<a class="nav-link" href="https://music.youtube.com/playlist?list=PLD_fV9FqxyKm36Y5wUHIjwjgjInv-ShEM&feature=share">Playlist</a>
</ul>
</div>
</div>
</nav>
<section class="header-section">
<div class="center-div">
<div class="card bg-dark text-white" style="width: 20rem;background-image:url('images/cardbg.jpg');">
<div class="card-header align-items-center aa " >
<img class="card-img-top mx-auto my-3 d-flex" src="images/pratyakshm.png" alt="Not a headshot" style="height:100px; width:100px; border-radius:50%">
<h3 class="font-weight-bold text-white text-center">Pratyaksh Mehrotra</h3>
</div>
<div class="card-body font-weight-bold">
<h5 class="text-center" style="font-size:13px">19 year old Computer Science undergrad and Coldplay enjoyer</h5>
<p class="text-center" style="font-size:13px"> RevengeOS // WinRice </p>
</div>
</div>
</div>
</section>
</div>
</body>
</html>