-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRushHour.html
More file actions
43 lines (36 loc) · 1.72 KB
/
RushHour.html
File metadata and controls
43 lines (36 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Flaxenphoenix.GitHub.io by flaxenphoenix</title>
</head>
<body>
<header>
<div class="container">
<h1>Rush Hour</h1>
<h2>A mobile application to solve the Rush Hour Problem</h2>
</div>
</header>
<div class="container">
<section id="main_content">
<h3><a href="https://flaxenphoenix.github.io" aria-hidden="true"><span class="octicon octicon-link"></span></a>Home</h3>
<h3>
<a id="First-Paragraph" class="anchor" href="#welcome" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rush Hour</h3>
<p>
I co-wrote this project with the help of 6 other developers as part of my second year group project at university.
</p>
<h3><a id="contact" class="anchor" href="#contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>
There are many ways to contact me, here are some of the best:
<li><a href="https://www.facebook.com/rwdrich">Facebook</a></li>
<li><a href="https://twitter.com/FlaxenPhoenix">Twitter</a></li>
<li><a href="https://www.linkedin.com/profile/view?id=AAMAABN2JG8Bqr09YcuGthGBC6vM4PNG7AAkq4A&trk=hp-identity-name">LinkedIn</a></li>
</p>
</section>
</div>
</body>
</html>