-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodingBlood.html
128 lines (120 loc) · 6.63 KB
/
CodingBlood.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<!-- saved from url=(0023)http://localhost:3000/# -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="template.css"> -->
<link href="./CodingBlood_files/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="./CodingBlood_files/bootstrap.bundle.min.js.download" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<title>CodingBlood</title>
</head>
<body data-new-gr-c-s-check-loaded="14.1012.0" data-gr-ext-installed="">
<nav class="navbar sticky-top navbar-dark bg-dark">
<div class="container-fluid shadow-lg">
<a class="navbar-brand" href="http://localhost:3000/#">
<img src="./CodingBlood_files/wallpapersden.com_not-today-got_3840x2400.jpg" alt="" width="50" height="50" class="d-inline-block align-text-top rounded-circle">
</a>
<a class="navbar-brand" href="http://localhost:3000/#">CodingBlood</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">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="http://localhost:3000/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:3000/Login">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:3000/SignUp">SignUp</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="http://localhost:3000/#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="carouselExampleControls" class="carousel slide pointer-event" data-bs-ride="carousel">
<div class="carousel-inner" style="height: 50%;width: 100%;">
<div class="carousel-item">
<img src="./CodingBlood_files/pexels-pixabay-531880.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item active">
<img src="./CodingBlood_files/pexels-daniel-absi-952670.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="./CodingBlood_files/pexels-sebastiaan-stam-1097456.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="p-5 mb-4 bg-light rounded-3">
<div class="container-fluid py-5">
<img src="./CodingBlood_files/Snapchat-1283668516.jpg" class="rounded float-end" width="150" height="300" alt="">
<h1 class="display-5 fw-bold">Kartik Agarwal</h1>
<br>
<p class="col-md-8 fs-4">Python Developer | Machine Learning | Deep Learning | Competitive Programmer | C++
Programmer | SWAG KiiT | New at Web+Android</p>
<br>
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="modal" data-bs-target="#aboutmodal">About Me</button>
<!-- Modal -->
<div class="modal fade shadow" id="aboutmodal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">About Me</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body shadow-lg">
<p>Hi!</p>
<p>My name is Kartik, currently earning my Bachelor of Technology degree from KIIT Deemed to be
University.</p>
<p>I am a Machine and Deep Learning Engineer and am gaining experience with each passing day.😀</p>
<p>I am also a Python Developer . I recently developed a Tkinter GUI Desktop Application with
multithreading and MongoDB support</p>
<p>You can find me on GitHub By userid 'CodingBlood'</p>
<p>I am also an Competitive Programmer. which I do through C++ (basically first language I
learned as a hobby, which paid off today😜).You can find me on Codeforces by userID
'parinda'</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
<h1>HI</h1>
</body></html>