forked from FaeDine/PullRequests2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitquotes.html
286 lines (268 loc) · 7.74 KB
/
gitquotes.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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", sans-serif
}
.w3-bar,
h1,
button {
font-family: "Montserrat", sans-serif
}
.fa-anchor,
.fa-coffee {
font-size: 200px
}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-red w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-red"
href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-white">Home</a>
<a href="https://nbcc.ca" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">NBCC.ca</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 2</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 3</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 4</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large">
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 1</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 2</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 3</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a>
</div>
</div>
<!-- Header -->
<header class="w3-container w3-red w3-center" style="padding:128px 16px">
<h1 class="w3-margin w3-jumbo">START PAGE</h1>
<p class="w3-xlarge">Template by w3.css</p>
<button class="w3-button w3-black w3-padding-large w3-large w3-margin-top">Get Started</button>
</header>
<!-- First Grid -->
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>Git</h1>
<h5 class="w3-padding-32">Git (/ɡɪt/)[7] is software for tracking changes in any set of files, usually used for
coordinating work among programmers collaboratively developing source code during software development. Its
goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel
branches running on different systems).[8][9][10]</h5>
<p class="w3-text-grey">Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with
other kernel developers contributing to its initial development.[11] Since 2005, Junio Hamano has been the
core maintainer. As with most other distributed version control systems, and unlike most client–server
systems, every Git directory on every computer is a full-fledged repository with complete history and full
version-tracking abilities, independent of network access or a central server.[12] Git is free and open-source
software distributed under the GPL-2.0-only license. Source: <a
href="https://en.wikipedia.org/wiki/Git">Wikipedia</a>.</p>
</div>
<div class="w3-third w3-center">
<i class="fa fa-anchor w3-padding-64 w3-text-red"></i>
</div>
</div>
</div>
<!-- Second Grid -->
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-third w3-center">
<i class="fa fa-coffee w3-padding-64 w3-text-red w3-margin-right"></i>
</div>
<div class="w3-twothird">
<h1>Give me your git best puns!</h1>
<h5 class="w3-padding-32">On the table row with your name, replace your initials with your name.
<br />In the next table cell, place the last two digits of your student number.
<br />Finally, in the last cell, replace the text there with the best git pun you've got!</h5>
<p class="w3-text-grey">
<table>
<tr>
<td>KB</td>
<td>SN-90</td>
<td>Git gud.</td>
</tr>
<tr>
<td>AR</td>
<td>SN-xx</td>
<td>AR git pun</td>
</tr>
<tr>
<td>AT</td>
<td>SN-xx</td>
<td>AT git pun</td>
</tr>
<tr>
<td>AS</td>
<td>SN-xx</td>
<td>AS git pun</td>
</tr>
<tr>
<td>AAB</td>
<td>SN-xx</td>
<td>AAB git pun</td>
</tr>
<tr>
<td>BDB</td>
<td>SN-xx</td>
<td>BDB git pun</td>
</tr>
<tr>
<td>BM</td>
<td>SN-xx</td>
<td>BM git pun</td>
</tr>
<tr>
<td>BG</td>
<td>SN-xx</td>
<td>BG git pun</td>
</tr>
<tr>
<td>BO</td>
<td>SN-xx</td>
<td>BO git pun</td>
</tr>
<tr>
<td>CM</td>
<td>SN-xx</td>
<td>CM git pun</td>
</tr>
<tr>
<td>DB</td>
<td>SN-xx</td>
<td>DB git pun</td>
</tr>
<tr>
<td>DW</td>
<td>SN-xx</td>
<td>DW</td>
</tr>
<tr>
<td>DS</td>
<td>SN-xx</td>
<td>DS git pun</td>
</tr>
<tr>
<td>ES</td>
<td>SN-xx</td>
<td>ES git pun</td>
</tr>
<tr>
<td>ET</td>
<td>SN-xx</td>
<td>ET git pun</td>
</tr>
<tr>
<td>JAG</td>
<td>SN-xx</td>
<td>JAG git pun</td>
</tr>
<tr>
<td>JV</td>
<td>SN-xx</td>
<td>JV git pun</td>
</tr>
<tr>
<td>JCRR</td>
<td>SN-xx</td>
<td>JCRR git pun</td>
</tr>
<tr>
<td>JS</td>
<td>SN-xx</td>
<td>JS git pun</td>
</tr>
<tr>
<td>JR</td>
<td>SN-xx</td>
<td>JR git pun</td>
</tr>
<tr>
<td>MS</td>
<td>SN-xx</td>
<td>MS git pun</td>
</tr>
<tr>
<td>MA</td>
<td>SN-xx</td>
<td>MA git pun</td>
</tr>
<tr>
<td>NC</td>
<td>SN-xx</td>
<td>NC git pun</td>
</tr>
<tr>
<td>NO</td>
<td>SN-xx</td>
<td>NO git pun</td>
</tr>
<tr>
<td>RF</td>
<td>SN-xx</td>
<td>RF git pun</td>
</tr>
<tr>
<td>RA</td>
<td>SN-xx</td>
<td>RA git pun</td>
</tr>
<tr>
<td>TB</td>
<td>SN-xx</td>
<td>TB git pun</td>
</tr>
<tr>
<td>WB</td>
<td>SN-xx</td>
<td>WB git pun</td>
</tr>
<tr>
<td>ZM</td>
<td>SN-xx</td>
<td>ZM git pun</td>
</tr>
</table>
</p>
</div>
</div>
</div>
<div class="w3-container w3-black w3-center w3-opacity w3-padding-64">
<h1 class="w3-margin w3-xlarge">Quote of the day: live life or whatever</h1>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity">
<div class="w3-xlarge w3-padding-32">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>