-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (61 loc) · 3.49 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Tournament.me : Screenshots from our RGHACK2015 project: Tournament.me">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Tournament.me</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/A-Malone/rghack2015">View on GitHub</a>
<h1 id="project_title">Tournament.me</h1>
<h2 id="project_tagline">Screenshots from our RGHACK2015 project: Tournament.me</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/A-Malone/rghack2015/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/A-Malone/rghack2015/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a id="screenshots" class="anchor" href="#screenshots" aria-hidden="true"><span class="octicon octicon-link"></span></a>Screenshots</h2>
<h3>
<a id="index" class="anchor" href="#index" aria-hidden="true"><span class="octicon octicon-link"></span></a>Index</h3>
<p><img src="screens/front.png" alt="Index"></p>
<h3>
<a id="browse" class="anchor" href="#browse" aria-hidden="true"><span class="octicon octicon-link"></span></a>Browse</h3>
<p><img src="screens/list.png" alt="List"></p>
<h3>
<a id="single-elimination" class="anchor" href="#single-elimination" aria-hidden="true"><span class="octicon octicon-link"></span></a>Single elimination</h3>
<p><img src="screens/single.png" alt="single"></p>
<h3>
<a id="double-elimination" class="anchor" href="#double-elimination" aria-hidden="true"><span class="octicon octicon-link"></span></a>Double elimination</h3>
<p><img src="screens/double.png" alt="double"></p>
<h3>
<a id="create-tournament" class="anchor" href="#create-tournament" aria-hidden="true"><span class="octicon octicon-link"></span></a>Create Tournament</h3>
<p><img src="screens/create_tournament.png" alt="create"></p>
<h3>
<a id="adding-a-team" class="anchor" href="#adding-a-team" aria-hidden="true"><span class="octicon octicon-link"></span></a>Adding a team</h3>
<p><img src="screens/add_team.png" alt="add team"></p>
<h3>
<a id="game-code-to-enter-game" class="anchor" href="#game-code-to-enter-game" aria-hidden="true"><span class="octicon octicon-link"></span></a>Game code to enter game</h3>
<p><img src="screens/game_code.png" alt="game code"></p>
<h2>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h2>
<p><a href="https://github.com/A-Malone" class="user-mention">@A-Malone</a>, <a href="https://github.com/Schmidt-A" class="user-mention">@Schmidt-A</a>, <a href="https://github.com/Shadowen" class="user-mention">@Shadowen</a>, <a href="https://github.com/rmilne" class="user-mention">@rmilne</a> created Tournament.me</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>