-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (117 loc) · 5.54 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
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
<html>
<head>
<meta charset="utf-8">
<title>Need for Type</title>
<link rel="stylesheet" type="text/css" href="assets/stylesheets/index.css">
<link rel="shortcut icon" type="image/png" href="assets/favicon.ico"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="window">
<div class="titlebar">
<div class="buttons">
<div class="close">
<a class="closebutton" href="#"><span class="btn"><strong>x</strong></span></a>
</div>
<div class="minimize">
<a class="minimizebutton" href="#"><span class="btn"><strong>–</strong></span></a>
</div>
<div class="zoom">
<a class="zoombutton" href="#"><span class="btn"><strong>+</strong></span></a>
</div>
</div>
Need For Type
</div>
<div class="content">
<div class="logo">
<pre style="font: 5px/3px monospace;">
`@ #'
@@@' @@@.
#@@@@@ @@@@@@
:`#@@@@@@ `@@@@@@ #
`; @@@'@@ @@.@@@. `;
@@ ;@ ,@@ ;@@ ;@ @@`
+@@@@ @ @@, @@ @` ,@@@@
,. @@@@`'@@# @@ @@# @@@ @@@@ #
' `@@+ @@@@ #@@@+ @@@@ @@@@..@@@ `:
@@@ @ :@@@.@@@@@@ @@@@@@;@@@@ ' #@@`
'@@@@; @@ @' #@@@@@@ .@@@@@@ `@ :@ @@@@#
., @@@@;@@@. # @@: @@` @@ @@` `. @@@@@@@@; +
+@# `@@@@ +@@ : .@@ '@@ , @@@ #@@@# ,@@ ,
; @@@,,@@@@ @@ @@: @@ @@. :@@@@ @@@ , '
: #@' + @@@@'@@@@ + @@ @@'# `@@@@@@@@ .: @@
`@@@@ @. @; @@@@,. #@#@@ #@@@@` `@# @` @@@@@
@@@@@'@@@ ` ,@@' @@@. `@@@ ; #@@@`@@@@
@@: @@@@' @@@ @ ;@@ ;` ;@@` @@@@ @@'
# @@@.@@@@, ' @@@` # @@@@ @@@: ;
` '' @@@@, +@@@@ @@@@+ `@ .
: @ @@+ @@ @@; .@@ @: +
;@@@+ # @@; @@ ' @@@`
`@@@@ ; `@@ #@# @ @@@@#
@@@@: @@` @@ @@@@
@# :@@ ,@@ ,@:
@@ @@.
#@# @@
@@ @@'
@@: @@
`@@ '@@
+@` @@
</pre>
<pre>
_ __ __ ____ ______
/ | / /__ ___ ____/ / / __/___ _____ /_ __/_ ______ ___
/ |/ / _ \/ _ \/ __ / / /_/ __ \/ ___/ / / / / / / __ \/ _ \
/ /| / __/ __/ /_/ / / __/ /_/ / / / / / /_/ / /_/ / __/
/_/ |_/\___/\___/\__,_/ /_/ \____/_/ /_/ \__, / .___/\___/
/____/_/
</pre>
</div>
<div class="information">
<div class="about">
<div class="title">
<h3 class="about">About</h3>
</div>
<p>need-for-type is a terminal type racer to help you improve your typing skills while competing with other people from all around the world.</p>
</div>
</div>
<div class="try-out">
<div class="title">
<h3>Try it out (Start typing)</h3>
</div>
<p class="try-text">The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.</p>
</div>
<div class="install">
<div class="title">
<h3>Install</h3>
</div>
<p>gem install need_for_type</p>
</div>
<div class="contribute">
<div class="title">
<h3>Contribute</h3>
</div>
<p><a href="https://github.com/need-for-type" target="_blank"> >>> https://github.com/need-for-type <<< </a></p>
</div>
<div class="team">
<div class="title">
<h3>Creators</h3>
</div>
<ul>
<li>Joao Bernardo - <a href="https://github.com/jbernardo95" target="_blank">https://github.com/jbernardo95</a></li>
<li>Tiago Botelho - <a href="https://github.com/tiagonbotelho" target="_blank">https://github.com/tiagonbotelho</a></li>
</ul>
</div>
</div> <!-- .content -->
</div> <!-- .window -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86548082-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="assets/javascripts/index.js"></script>
</body>
</html>