-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (62 loc) · 4.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<style>
body {
background-color: rgb(255, 209, 223);
color: black;
padding: 1cm;
}
td:first-child {
border-right: solid 1px darkgray;
}
</style>
<title>Roses 2024 Internal Site</title>
</head>
<body>
<div style="padding: 1cm;">
<ul class="nav fixed-top" style="background-color: red;">
<li class="nav-item" style="padding-left: 0.5cm; margin-top: auto; margin-bottom: auto;">
<a class="nav-link active" href="/" style="color: white;"><h3><strong><img src="images/roses2024.png" alt="Roses logo" style="display:inline-block; height:1.5em; width:auto;"> Roses Internal</strong></h3></a>
</li>
<li class="nav-item" style="margin-top: auto; margin-bottom: auto; padding-left: 0.5cm;">
<a class="nav-link" href="/" style="color: white;"><h5>Home</h5></a>
</li>
<li class="nav-item" style="margin-top: auto; margin-bottom: auto; padding-left: 0.5cm;">
<a class="nav-link" href="training.html" style="color: white;"><h5>Training</h5></a>
</li>
<li class="nav-item" style="margin-top: auto; margin-bottom: auto; padding-left: 0.5cm;">
<a class="nav-link" href="/resources.html" style="color: white;"><h5>Resources</h5></a>
</li>
<li class="nav-item" style="margin-top: auto; margin-bottom: auto; padding-left: 0.5cm;">
<a class="nav-link" href="kit-allocation.html" style="color: white;"><h5>Kit Locations</h5></a>
</li>
<li class="nav-item" style="margin-top: auto; margin-bottom: auto; padding-left: 0.5cm;">
<a class="nav-link" href="/contacts.html" style="color: white;"><h5>Contacts</h5></a>
</li>
</ul>
</div>
<div>
<h1>Roses 2024 Internal Site</h1>
<hr>
<div class="list-group" style="text-align: center; padding-top: 1cm;">
<h2>Quick Useful Links</h2>
<a style="width: 70%; margin-left: auto; margin-right: auto;" target=”_blank” href="https://control.roses.graphics" class="list-group-item list-group-item-action">🕹️ Graphics Scoreboard Control</a><br>
<a style="width: 70%; margin-left: auto; margin-right: auto;" target=”_blank” href="https://docs.google.com/document/d/1SwopEW88zkwUBOPxIQN7oGbwWpXD79B55TaVL1W13QU/edit?usp=sharing" class="list-group-item list-group-item-action">💻 ITS Laptops Login for York Radio OB kits</a><br>
<a style="width: 70%; margin-left: auto; margin-right: auto;" target=”_blank” href="https://docs.google.com/spreadsheets/d/1KV8zqzUrgUT7F8l6OY_TbxBFW29Pl4HIvqMxK9zN9Aw/edit?usp=sharing" class="list-group-item list-group-item-action">🔑 TV Stream Keys</i></a><br>
</div>
<div class="list-group" style="text-align: center; padding-top: 1cm;">
<h2>Stuck and need a hand?</h2>
<a style="width: 70%; margin-left: auto; margin-right: auto;" target=”_blank” href="/resources.html" class="list-group-item list-group-item-action">Guides for producing and tech-ing an OB</a><br>
<a style="width: 70%; margin-left: auto; margin-right: auto;" target=”_blank” href="/contacts.html" class="list-group-item list-group-item-action">Give us a call on the helpline!</a><br>
</div>
<div class="list-group" style="text-align: center; padding-top: 1cm;">
<h2>Want to know more about the OB you're working on?</h2>
<a style="width: 70%; margin-left: auto; margin-right: auto;" target=”_blank” href="/kit-allocation.html" class="list-group-item list-group-item-action">Click here!</a><br>
</div>
<footer style="padding-top: 2cm; text-align: center;">
<p style="font-size: small;">YSTV Computing Team 2024 - "Graphic design is my passion"</p>
</footer>
</body>
</html>