-
Notifications
You must be signed in to change notification settings - Fork 1
/
devcredits.html
213 lines (195 loc) · 8.62 KB
/
devcredits.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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="./bulma/bulma-pageloader-min.css">
<link rel="canonical" href="https://wikiki.github.io/elements/pageloader/">
<link rel="stylesheet" href="./style.css">
<link rel="icon" type="image/png" href="./image/favicon_nhd.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Debate an Democracy</title>
<meta content="NHD Headers Testing Page" property="og:title" />
<meta content="NHD Project by Idris Vohra and Priansh Mittra" property="og:description" />
<meta content="https://nhd.primitt.tk/home" property="og:url" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<style>
/* Add some padding on document's body to prevent the content
to go underneath the header and footer */
body {
padding-top: 60px;
padding-bottom: 40px;
}
.fixed-header,
.fixed-footer {
width: 100%;
position: fixed;
z-index: 1;
}
.fixed-header {
top: -1;
}
.fixed-footer {
bottom: 0;
}
.container {
width: 80%;
margin: 0 auto;
/* Center the DIV horizontally */
}
nav a {
color: #fff;
text-decoration: none;
padding: 7px 25px;
display: inline-block;
}
.abt-break {
padding-bottom: 76px;
}
</style>
<header class="fixed-header">
<nav class="navbar has-background-white" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar">
<span aria-hidden="true"></span><span aria-hidden="true"></span><span aria-hidden="true"></span>
</a>
</div>
<div id="navbar" class="navbar-menu">
<a class="navbar-item" href="/"> <i class="fal fa-house"></i> </i> Home </a>
<a class="navbar-item" href="./backroundinfo.html"> <i class="fas fa-send-backward"></i> Background Information </a>
<a class="navbar-item" href="./dad.html"> <i class="fal fa-question-circle"></i> Debate and Diplomacy
</a>
<a class="navbar-item" href="./mainimpact.html"> <i class="fal fa-calendar-day"></i> Short Term Impact </a>
<a class="navbar-item" href="./lastingimpact.html"> <i class="fas fa-calendar-week"></i> Legacy </a>
<a class="navbar-item" href="./credits.html"> <i class="far fa-receipt"></i> Written Work </a>
<a class="navbar-item" href="./devcredits.html"> <i class="far fa-code"></i> About </a>
</div>
<div class="navbar-end buttons has-addons">
<div class="navbar-item">
<div class="buttons">
</div>
</div>
</div>
</div>
</nav>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</header>
<br>
<body class="has-background-primary-light">
<!-- make a box -->
<div class="container">
<div class="columns">
<div class="column is-one-third">
<div class="box">
<div class="content">
<h1 class="title is-4">
<i class="fas fa-code"></i> About
</h1>
<p>
This website is developed by Priansh Mittra with content support by Idris Vohra.
</p>
<p>
This website is developed using the following technologies:
</p>
<ul>
<li>
<i class="fab fa-js-square"></i> JavaScript
</li>
<li>
<i class="fab fa-html5"></i> HTML
</li>
<li>
<i class="fab fa-css3-alt"></i> CSS
</li>
<li>
<i class="fab fa-bootstrap"></i> Bulma
</li>
<li>
<i class="fab fa-github"></i> GitHub
</li>
<li>
<i class="fab fa-npm"></i> NPM
</li>
</ul>
</div>
<div class="abt-break"></div>
</div>
</div>
<div class="column is-one-third">
<div class="box">
<p class="title is-size-4">
Priansh Mittra
</p>
<div class="image is-128x128">
<img class="is-rounded" src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/priansh%20(2).png">
</div>
<br>
<br>
<p class="is-size-6">
I was born on October 16th, 2008, and I am an 8th grade student in Sierra Vista Middle School (IUSD). I am a front-end developer from Irvine, California. I code in HTML, CSS, nodeJS, and dart! I love to read, watch TV, play video games, and of course,
code. I love playing with my friends, biking and playing tennis. I would love to graduate from MIT.
<br>
<br>
</div>
</div>
<div class="column is-one-third">
<div class="box">
<p class="title is-size-4">
Idris Vohra
</p>
<div class="image is-128x128">
<img class="is-rounded" src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/idris3.png">
</div>
<br>
<br>
<p class="is-size-6">
Hello I am from Irvine, California and I was born on April 18th, 2008, and am an 8th grade student in Sierra Vista Middle School (IUSD). I am a professional swimmer for the Mission Viejo Nadadores. I like to play video games, surf, violin, code, and spend
time with family and friends. My goal is to graduate from any one of the IVY League colleges, such as Brown and Dartmouth one day.
</div>
</div>
</div>
</div>
</body>
<nav class="bd-docs-pagination bd-pagination-links level" style="margin:20px">
<a class="button bd-fat-button is-primary is-light bd-pagination-next" href="./lastingimpact.html" title="Next Page">
<i>←</i>
<span>
<b> Credits </b>
</span>
</a>
<span> </span>
</nav>
<footer class="has-backround-primary-light">
<br>
<br>
<div class="content has-text-centered">
<p>
Website created by <strong><a href="https://github.com/primitt">primitt</a></strong> using the <strong><a
href="https://bulma.io">Bulma CSS Framework</a></strong>
</p>
</div>
</footer>
<style>
.break-custom {
padding-bottom: 300px;
}
</style>
<div class="break-custom">
</div>