generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
outro.html
88 lines (85 loc) · 5.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A choose your own adventure story, based on a zombie's journey to meet the Zombie King. Will you find the cure, true love, or a grizzly death?">
<meta name="keywords" content="zombie, king, story, animation, hackathon, halloween">
<link rel="canonical" href="https://abibubble.github.io/undead-choices/">
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="article"/>
<meta property="og:title" name="title" content="Undead Choices"/>
<meta property="og:description" content="A choose your own adventure story, based on a zombie's journey to meet the Zombie King. Will you find the cure, true love, or a grizzly death?"/>
<meta property="og:url" content="https://abibubble.github.io/undead-choices/"/>
<meta property="og:site_name" content="Undead Choices"/>
<meta property="og:image" name="image" content="assets/docs/finalsite.png"/>
<meta property="og:image:alt" content="The Undead Choices site on a variety of devices">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Undead Choices">
<meta name="twitter:description" content="A choose your own adventure story, based on a zombie's journey to meet the Zombie King. Will you find the cure, true love, or a grizzly death?">
<meta name="twitter:image" content="assets/docs/finalsite.png">
<meta name="twitter:image:alt" content="The Undead Choices site on a variety of devices">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest" crossorigin="use-credentials">
<!-- Local stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/outro.css">
<title>Undead Choices Outro</title>
</head>
<body>
<header>
<img src="assets/img/pumpkin1.png" alt="A black and orange carved pumpkin" class="pumpkin1">
<h1>Undead <br class="header-br">Choices!</h1>
<img src="assets/img/pumpkin2.png" alt="A black and orange carved pumpkin" class="pumpkin2">
</header>
<main>
<div class="page current">
<div id="paragraph-container">
<h2>Doh, what a cliffhanger...</h2>
<h3>Thanks for reading</h3>
</div>
<div class="names-container">
<h2 class="chronicles">Undead Choices chronicles</h2>
<div class="jim-grid">
<h3 id="fac">Facilitator</h3>
<a href="https://www.linkedin.com/in/jim-morel/" target="_blank" rel="noopener noreferrer" class="avatars boss" id="boss"></a>
<a href="https://www.linkedin.com/in/jim-morel/" target="_blank" rel="noopener noreferrer" id="jim">
<p class="team">Jim Morel</p>
</a>
</div>
<a href="https://abibubble.github.io/undead-choices/" role="button" rel="noopener noreferrer" class="go-back btn" id="restart">
Start again?
</a>
<div class="team-grid">
<h3 id="team">Team</h3>
<a href="https://github.com/Abibubble" target="_blank" rel="noopener noreferrer" class="avatars girl" id="girl"></a>
<a href="https://github.com/Abibubble" target="_blank" rel="noopener noreferrer" id="abi">
<p class="team">Abi Harrison</p>
</a>
<a href="https://github.com/alexandergrib" target="_blank" rel="noopener noreferrer" class="avatars man" id="man"></a>
<a href="https://github.com/alexandergrib" target="_blank" rel="noopener noreferrer" id="alex">
<p class="team">Alexander Grib</p>
</a>
<a href="https://github.com/DaveyJH" target="_blank" rel="noopener noreferrer" class="avatars candy" id="candy"></a>
<a href="https://github.com/DaveyJH" target="_blank" rel="noopener noreferrer" id="dave">
<p class="team">Dave Horrocks</p>
</a>
<a href="https://github.com/D1ang" target="_blank" rel="noopener noreferrer" class="avatars boy" id="boy"></a>
<a href="https://github.com/D1ang" target="_blank" rel="noopener noreferrer" id="djang">
<p class="team">Djang Heimgartner</p>
</a>
</div>
</div>
</div>
</main>
<footer>
<p>Copyright © Blood, Sweat, and Brains <span id="copyright"></span></p>
</footer>
</body>
</html>