-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy paththunderplains-lower.html
70 lines (59 loc) · 2.48 KB
/
thunderplains-lower.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ThunderPlains</title>
<link rel="stylesheet" href="thunderplains-lower.css">
</head>
<body>
<section class="center">
<div id="s1" class="center">
<h3 class="center">Event Details</h3>
<img src="triple-line.svg" alt="ThunderPlains" id="tp-logo">
</div>
<div id="s2" class="center">
<div id="s2-1" class="center div-third">
<!-- this div is empty for spacing -->
</div>
<div id="s2-2" class="center div-third">
<h5>Date:</h5>
<h6>October 10, 2024</h6>
</div>
<div id="s2-3" class="center div-third">
<h5>Venue:</h5>
<h6>OKC Convention Center</br>Downtown OKC</h6>
<p>Special Event - FREE Parking is Available.</p>
</div>
</div>
<div id="photo-wrapper" class="center">
<img src="okc-event-center.png" alt="OKC Convention Center" id="event-photo">
</div>
</section>
<footer class="center">
<div id="f1" class="center">
<img src="Logo_horizontal.png" alt="ThunderPlains" id="tp-logo" class="center">
</div>
<div id="f2" class="center">
<p id="f2-p1">ThunderPlains is a Techlahoma event organized by Vance Lucas and many other volunteers</p>
<p id="f2-p2">
<a href="https://www.techlahoma.org/code-of-conduct" class="text-gray-200 no-underline hover:text-gray-400">Techlahoma Code of Conduct</a>
</p>
<ul class="center">
<li id="first-li">Previous Years:</li>
<li><a href="http://2023.thunderplainsconf.com">2023</a></li>
<li><a title="Sorry, no website is available" class="text-gray-200 no-underline cursor-not-allowed">2022</a></li>
<li><a href="http://2021.thunderplainsconf.com">2021</a></li>
<li><a href="http://2020.thunderplainsconf.com">2020</a></li>
<li><a href="http://2019.thunderplainsconf.com">2019</a></li>
<li><a href="http://2018.thunderplainsconf.com">2018</a></li>
<li><a href="http://2017.thunderplainsconf.com">2017</a></li>
<li><a href="http://2016.thunderplainsconf.com">2016</a></li>
<li><a href="http://2015.thunderplainsconf.com">2015</a></li>
<li><a href="http://2014.thunderplainsconf.com">2014</a></li>
<li id="last-li"><a href="http://2013.thunderplainsconf.com">2013</a></li>
</ul>
</div>
</footer>
</body>
</html>