forked from p3hndrx/B-B-Shuffle
-
Notifications
You must be signed in to change notification settings - Fork 20
/
newIndex.html
110 lines (87 loc) · 4.17 KB
/
newIndex.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="favicon.ico">
<title>B&B Shuffle by Richard Phung/P3hndrx</title>
<!-- Bootstrap core CSS -->
<link href="source/bootstrap-4.0.0-dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="deckPage.css" rel="stylesheet">
</head>
<body>
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<a href="https://www.blackhillsinfosec.com/projects/backdoorsandbreaches/"><img class="img-fluid" src="bb-logo.png"></a>
<p class="lead text-muted">Welcome to the Backdoors & Breaches online game! Please choose a deck to begin playing.</p>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-4">
<a href="play.backdoorsandbreaches.com-Engine-V1/App/index.html" onclick="localStorage.setItem('deckKey', 'CoreV22');" class="card-link">
<div class="card">
<img src="BB_CORE_V22.png" class="card-img-top img-fluid" alt="Core Deck Version 2.2">
<div class="card-body">
<h5 class="card-title">Core V2.2</h5>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="play.backdoorsandbreaches.com-Engine-V1/App/index.html" onclick="localStorage.setItem('deckKey', 'Expansion1-2');" class="card-link">
<div class="card">
<img src="BB-expansion.png"card-img-top img-fluid" alt="Core Deck Version 2.2 Plus Expansion">
<div class="card-body">
<h5 class="card-title">Core V2.2 + Expansion</h5>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="play.backdoorsandbreaches.com-Engine-V1/App/index.html" onclick="localStorage.setItem('deckKey', 'ICSOT');" class="card-link">
<div class="card">
<img src="BB-ics.png" class="card-img-top img-fluid" alt="ICS OT Core Deck">
<div class="card-body">
<h5 class="card-title">ICS OT Core Deck</h5>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="play.backdoorsandbreaches.com-Engine-V1/App/index.html" onclick="localStorage.setItem('deckKey', 'Huntress');" class="card-link">
<div class="card">
<img src="BB_HUNTRESS.png" class="card-img-top img-fluid" alt="Huntress Expansion Deck">
<div class="card-body">
<h5 class="card-title">Huntress Expansion deck</h5>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="play.backdoorsandbreaches.com-Engine-V1/App/index.html" onclick="localStorage.setItem('deckKey', 'Cloud Security');" class="card-link">
<div class="card">
<img src="BB_Cloud.png" class="card-img-top img-fluid" alt="Cloud Security Expansion Deck">
<div class="card-body">
<h5 class="card-title">Cloud Security Expansion Deck</h5>
</div>
</div>
</a>
</div>
</div>
</main>
<footer class="text-muted">
<div class="container">
<a href="https://github.com/p3hndrx/B-B-Shuffle"><img class="rounded float-left" src="Github_icon.png"></a>
<a href="https://www.blackhillsinfosec.com"><img class="rounded float-right" src="bb-logo-icon.png"></a>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="Source/bootstrap-4.0.0-dist/js/bootstrap.min.js"></script>
<svg xmlns="http://www.w3.org/2000/svg" width="348" height="225" viewBox="0 0 348 225" preserveAspectRatio="none" style="display: none; visibility: hidden; position: absolute; top: -100%; left: -100%;"><defs><style type="text/css"></style></defs><text x="0" y="17" style="font-weight:bold;font-size:17pt;font-family:Arial, Helvetica, Open Sans, sans-serif">Thumbnail</text></svg></body>
</html>