-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
133 lines (113 loc) · 5.39 KB
/
history.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Louisville Makes Games! - Game development community in Louisville, Kentucky</title>
<meta property="og:title" content="Louisville Makes Games! - Game development community in Louisville, Kentucky">
<meta property="og:site_name" content="Louisville Makes Games">
<meta property="og:url" content="http://louisvillemakesgames.org">
<meta property="og:description" content="Calling all Artists, Animators, Storytellers, Programmers, Musicians, and all creative folks – this is the community for you! Louisville Makes Games is an inclusive community created to connect and support anyone in the Louisville, Kentucky area who wants to create games!">
<meta property="og:type" content="website">
<meta property="og:image" content="/img/LouisvilleMakesGamesShareImage.jpg">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.knightlab.com/libs/timeline3/latest/css/timeline.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="img/logos/lmg/louisville-makes-games-horzontal-logo-for-dark-bg.svg" style="width: 250px; max-width: 250px;"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html" >Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="local-game-harvest.html" >Local Game Harvest</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html" >Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="games.html" >Games</a>
</li>
<li class="nav-item">
<a class="nav-link" href="warpzone.html" >Warpzone</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html" >Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="code-of-conduct.html" >Code of Conduct</a>
</li>
<li class="nav-item">
<a class="nav-link" href="donate.html" >Donate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="press.html" >Press</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://louisvillemakesgames.printify.me" target="_blank">Store</a>
</li>
</ul>
</div>
</div>
</nav><main class="container my-5">
<h1> History</h1>
<img src="https://media.tenor.com/MRCIli40TYoAAAAi/under-construction90s-90s.gif">
</main>
<footer class="bg-dark text-light p-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<p id="year-range"></p>
<p>501(c)3 non-profit organization<br>
Louisville, Kentucky</p>
</div>
<div class="col-12 col-md-6 text-md-end">
<div class="cc-zero mt-4">
<a href="https://creativecommons.org/publicdomain/zero/1.0/" target="_blank">
<img src="https://licensebuttons.net/p/zero/1.0/88x31.png" alt="Creative Commons Zero">
</a>
</div>
<p class="mt-2">This website is licensed under
<a href="https://creativecommons.org/publicdomain/zero/1.0/" target="_blank" rel="noopener">Creative Commons
Zero</a>
</p>
<p>Feel free to view/use our source code on <a
href="https://github.com/LouisvilleMakesGames/LouisvilleMakesGames.org" target="_blank"
rel="noopener">GitHub</a></p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script>
// Update the year range in the footer dynamically
const currentYear = new Date().getFullYear();
document.getElementById('year-range').textContent = `2014-${currentYear} Louisville Makes Games, Inc.`;
// Your existing code for the random color functionality
window.addEventListener("load", function() {
const elements = document.querySelectorAll(".image-container");
const colors = ["red", "blue", "yellow"];
elements.forEach(function(element) {
const randomColor = colors[Math.floor(Math.random() * colors.length)];
element.classList.add(randomColor);
});
});
</script>
</html>