-
Notifications
You must be signed in to change notification settings - Fork 0
/
course-complete.html
51 lines (51 loc) · 2.87 KB
/
course-complete.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
<!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;
}
</style>
<title>Roses 2024 Internal Site</title>
</head>
<body>
<div style="padding-bottom: 1.5cm;">
<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>Course Complete!</h1>
<hr>
</div>
<div style="text-align: center; padding-top: 1cm;">
<p>If you have any futher questions do not hesitate to contact us in the #general channel in the Roses Live Slack</p>
<p>Not in the Slack? Join here:</p>
<a href="https://roseslive.slack.com">roseslive.slack.com</a>
</div>
<div style="padding-top: 2cm; text-align: center;"><a href="/" type="button" class="btn btn-secondary">Back to homepage</a></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>