-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (148 loc) · 7.33 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169343252-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169343252-4');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="css.css">
<title>Roll the dice</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-white">
<img src="i1.png" width="50" height="50" class="d-inline-block align-top" alt="" loading="lazy">
<a class="navbar-brand" href="https://vasu021.github.io/AmlenduWeb/index.html">@Shekhar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<img class="navbar-toggler-icon" src="menu-icon.png" width="45" height="45" alt="">
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="https://vasu021.github.io/AmlenduWeb/index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://vasu021.github.io/AmlenduWeb/index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://vasu021.github.io/AmlenduWeb/index.html">Skills</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Projects
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://vasu021.github.io/AmlenduWeb/index.html">Base Converter</a>
<a class="dropdown-item" href="https://vasu021.github.io/AmlenduWeb/index.html">MsgC</a>
<a class="dropdown-item" href="https://vasu021.github.io/AmlenduWeb/index.html">BMI</a>
<a class="dropdown-item" href="https://vasu021.github.io/AmlenduWeb/index.html">Base Converter Web App</a>
<a class="dropdown-item" href="https://vasu021.github.io/AmlenduWeb/index.html">Kavya Khand</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://vasu021.github.io/AmlenduWeb/index.html">Load more...</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#foot">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="external_div">
<div class="row">
<div class="col">
<div class="container_of_span">
<span class="badge badge-primary" id="one">6</span>
</div>
</div>
<div class="col">
<div class="container_of_span">
<span class="badge badge-secondary" id="two">6</span>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="container_of_span">
<span class="badge badge-success" id="three">6</span>
</div>
</div>
<div class="col">
<div class="container_of_span">
<span class="badge badge-danger" id="four">6</span>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="container_of_span">
<span class="badge badge-warning" id="five">6</span>
</div>
</div>
<div class="col">
<div class="container_of_span">
<span class="badge badge-info" id="six">6</span>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="button_outline">
<button type="button" id="roll_button" class="btn btn-success">Roll the dice</button>
</div>
</div>
<footer class="foot" id="foot">
<div class="row footer-upper">
<div class="footer-logo">
<img src="i1.png" width="50" height="50" class="d-inline-block align-top" alt="" loading="lazy">
<a class="navbar-brand" href="https://vasu021.github.io/AmlenduWeb/index.html">@Shekhar</a>
</div>
</div>
<div class="row">
<div class="col text-center text-light">
<p>Email: <br><a href="">amlendushekharcss_cse18_its_edu_in</a></p>
</div>
</div>
<div class="row">
<div class="col text-center text-light">
<p>Designed and Developed by:<br> <a href="https://vasu021.github.io/AmlenduWeb/index.html">Amlendu Shekhar</a></p>
</div>
</div>
<div class="row">
<div class="col text-center text-light">
<a href="https://www.facebook.com/profile.php?id=100009670151360"><img src="logos/fb.png" height="40"
width="40" alt=""></a>
<a href="https://www.instagram.com/vasu_shekhar_srivastav/"><img src="logos/ig.png" height="40"
width="40" alt=""></a>
<a href="https://github.com/Vasu021"><img src="logos/git.png" height="40" width="40" alt=""></a>
<a href="https://twitter.com/VSU38001685"><img src="logos/twittwe.png" height="40" width="40"
alt=""></a>
<a href="https://www.linkedin.com/in/amlendu-shekhar-7aa6251a4/"><img src="logos/ld.png" height="40"
width="40" alt=""></a>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<script src="code.js"></script>
</body>
</html>