generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
outro.html
104 lines (93 loc) · 9.29 KB
/
outro.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Metas -->
<meta name="description" content="An Easter Egg for the game Icecapades"/>
<meta name="keywords" content="Tux, penguin, game, side-scroll, side, scroll, side-scroller, shoot, snowman, easter egg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="canonical" href="https://abibubble.github.io/icecapades/outro.html"/>
<meta name="robots" content="index, follow" />
<title>Icecapades</title>
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Icecapades" />
<meta property="og:description" content="An Easter Egg for the game Icecapades"/>
<meta name="image" property="og:image" content="static/docs/finalpage.png"/>
<meta property="og:image:alt" content="An image of the final site"/>
<meta property="og:url" content="https://abibubble.github.io/icecapades/outro.html"/>
<meta property="og:site_name" content="Icecapades" />
<meta name="author" content="1-Bit Short of a Flappy Disc" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Icecapades" />
<meta name="twitter:description" content="An Easter Egg for the game Icecapades"/>
<meta name="twitter:image" content="static/docs/finalpage.png" />
<meta name="twitter:image:alt" content="An image of the final site"/>
<!-- Local stylesheets -->
<link href="static/css/ascii.css" rel="stylesheet" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>Icecapades ASCII</title>
</head>
<body>
<div>
<h1>Thanks for playing!</h1>
</div>
<div class="css-typing">
<p>                          ,;;#####;;,</p>
<p>                         ,;#########;,</p>
<p>                        |#############|</p>
<p>                        ||* *;##;* *##|</p>
<p>                        |: @ ;##; @ :#|</p>
<p>                        ||,</^""z>*/##|</p>
<p>                        ||<       >####\</p>
<p>                        || `"z.,.z"######\</p>
<p>                        //;     "   \######\</p>
<p>                        //#           \######\</p>
<p>                        /##             \######\</p>
<p>                       /##;               \######\</p>
<p>                      /###;                 |######;</p>
<p>                    ;####;                  |######|</p>
<p>                    |####;                 .|;#######/,</p>
<p>                   //;\###\,               ||'\#####/'||</p>
<p>               ,.//' '\;###;              /|;  `***   \\</p>
<p>                ,=/''      \;**'          ~/##/          '\\.,</p>
<p>               "|;         `;\__________~/##|            ,//'</p>
<p>              ;#'          `#############;            ;/'</p>
<p>            <|,             \#########|'           ,/'</p>
<p>           '==___         /#======##|         ,;'</p>
<p>             ''=____,;;/``        '\\_____//'</p>
<p>               ``'                `'''''</p>
</div>
<div class="center--align">
<h2>1-Bit Short of a Flappy Disc</h2>
<h2>. . .</h2>
<ul>
<li>
<a href="https://github.com/Abibubble" target="_blank" rel="noopener">Abi Harrison</a>
</li>
<li>
<a href="https://github.com/aidant842" target="_blank" rel="noopener">Aidan Thorpe</a>
</li>
<li>
<a href="https://github.com/alexandergrib" target="_blank" rel="noopener">Alexander Grid</a>
</li>
<li>
<a href="https://github.com/DaveyJH" target="_blank" rel="noopener">Dave Horrocks</a>
</li>
<li>
<a href="https://github.com/manni8436" target="_blank" rel="noopener">Emanuel Silva</a>
</li>
<li>
<a href="https://github.com/MadStu" target="_blank" rel="noopener">Stuart Raynor</a>
</li>
</ul>
</div>
</body>
</html>