-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 2.65 KB
/
Copy pathindex.html
File metadata and controls
57 lines (51 loc) · 2.65 KB
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
<!doctype html>
<html>
<head>
<title>IEEE Carleton Git Workshop</title>
</head>
<body>
<h2>Hey everyone! Welcome to the IEEE Carleton Git workshop!</h2>
<!-- THIS DIV WILL HOLD LINKS TO ALL OF YOUR WEB PAGES, AND IS USED TO SHOW YOU PULL REQUESTS -->
<div>
<p><h4>All of your pages should be listed below</h4></p>
<ul>
<li><a href="pages/sean.html">Sean's page</a></li>
<li><a href="pages/nibaspas.html">Nibaspas's page</a></li>
<li><a href="pages/nathan.html">Nate Dog's dope ass page</a></li>
<li><a href="pages/fareed.html">Fareed's page</a></li>
<li><a href="pages/ahmedsakr.html">Ahmed's page</a></li>
<li><a href="pages/moham.html">MohamedHozayen's page</a></li>
<li><a href="pages/hari_govind.html">hari's page</a></li>
<li><a href="pages/josh.html">Josh's page</a></li>
<li><a href="pages/Renato.html">Renato's page</a></li>
<li><a href="pages/ben.html">Ben's page</a></li>
<li><a href="pages/paul.html">Sean's page</a></li>
<li><a href="pages/akhil.html">Akhil's page</a></li>
<li><a href="pages/cookie.html">cookie page</a></li>
<li><a href="pages/vanarman.html">VanArman's page</a></li>
<li><a href="pages/sahil.html">Sahil's page</a></li>
<li><a href="pages/Nick_Armstrong.html">Nick's page</a></li>
<li><a href="pages/jasonvk.html">Harambe memorial page</a></li>
<li><a href="pages/xiaochen.html">Xiaochen's page</a></li>
<li><a href="pages/abinayen.html">Abinayen's page</a></li>
<li><a href="pages/babak.html">Babak's page</a></li>
<li><a href="pages/sunny.html">Sunny's speed page</a></li>
<li><a href="pages/shas.html">Shas's page</a></li>
<li><a href="pages/simon.html">Simon's page</a></li>
<li><a href="pages/Samuel_Catherasoo.html">Sam's page</a><li>
<li><a href="pages/dhyanpathak.html">dhyan's page</a></li>
<li><a href="pages/aldous.html">Aldous' page</a></li>
<li><a href="pages/workshop_director.html">The Workshop Director</a></li>
<li><a href="pages/habib.html">Habib's page</a></li>
<!-- Add links here -->
<!-- Add links here --> <li><a href="pages/Jaskaran.html">Jaskaran's page</a></li>
<!-- Add links here -->
</ul>
</ul>
</div>
<!-- THIS DIV CONTAINS THE TEXT YOU SHOULD MODIFY WHEN WE DISCUSS MERGE CONFLICTS -->
<div>
<h4>This section will be used to show you all merge conflicts</h4>
</div>
</body>
</html>