-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (232 loc) · 10.6 KB
/
index.html
File metadata and controls
233 lines (232 loc) · 10.6 KB
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="F1-TOOLS-Favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="F1-TOOLS-Favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="F1-TOOLS-Favicon/favicon-16x16.png"
/>
<link rel="manifest" href="F1-TOOLS-Favicon/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="F1 Tools is just a couple of nerdy Formula 1 fans making tools to enhance everyone's enjoyment of Formula 1."
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-5ZR0M75GHR"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-5ZR0M75GHR');
</script>
<!-- Google Adsense -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8282094253815988"
crossorigin="anonymous"
></script>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<title>F1 Tools</title>
</head>
<body>
<script src="./main.js" type="module"></script>
<!--==============================CODE FOR THE NAVBAR BEGIN==============================-->
<nav
class="navbar is-fixed-top is-spaced has-shadow"
role="navigation"
aria-label="main navigation"
>
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img id="logo" src="f1-tools-rec.png" alt="F1 tools" />
</a>
<a
role="button"
class="navbar-burger"
aria-label="menu"
aria-expanded="false"
data-target="navbarBasicExample"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="#ABOUT"> About </a>
<a class="navbar-item" href="/F1-Bingo-Card-Generator">
F1 Bingo Card Generator
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#"> More </a>
<div class="navbar-dropdown">
<a
class="navbar-item"
href="https://github.com/f1-tools"
target="_blank"
>
Github
</a>
<a
class="navbar-item"
href="/discord"
target="_blank"
>
Discord
</a>
<a
class="navbar-item"
href="mailto:f1-tools-contact@umich.edu"
target="_blank"
>
Email
</a>
</div>
</div>
</div>
</div>
</nav>
<!--==============================CODE FOR THE NAVBAR END==============================-->
<div id="EVERYTHING">
<!--==============================CODE FOR THE ABOUT SECTION START==============================-->
<section class="section">
<div id="ABOUT" class="sectionAnchor"></div>
<h1 class="title">About</h1>
<p>
F1 Tools is just a couple of nerdy Formula 1 fans making
tools to enhance everyone's enjoyment of Formula 1. Please
visit the
<a href="https://github.com/f1-tools" target="_blank"
>GitHub</a
>
page if you like our tools, GitHub stars are a great way to
show your support. We also have a
<a href="/discord" target="_blank">Discord</a> server, where
you can ask questions or give feedback.
</p>
</section>
<!--==============================CODE FOR THE ABOUT SECTION END==============================-->
<!--==============================CODE FOR THE BINGO CARD GENERATOR START==============================-->
<section class="section">
<h1 class="title">Our Projects</h1>
<div class="container">
<div class="columns">
<div class="column">
<a href="/F1-Bingo-Card-Generator">
<div class="card card-equal-height">
<div class="card-image">
<figure class="image">
<img
src="template.webp"
alt="Race Starts"
/>
</figure>
</div>
<div class="card-content">
<div class="media-content">
<p class="title is 4">
F1 Bingo Card Generator
</p>
</div>
</div>
</div>
</a>
</div>
<div class="column">
<div class="card card-equal-height">
<div class="card-image">
<figure class="image">
<img
src="StreamDeckExample.png"
alt="Stream Deck Plugin Example"
/>
</figure>
</div>
<div class="card-content">
<div class="media-content">
<p class="title is 4">
MultiViewer Stream Deck Plugin -
Search for it on <a href="https://marketplace.elgato.com/">Elgato Marketplace</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==============================CODE FOR THE BINGO CARD GENERATOR END==============================-->
<!--==============================CODE FOR THE FOOTER START==============================-->
<footer class="footer">
<div class="content has-text-centered">
<div class="columns">
<div class="column is 4">
<a href="/discord" target="_blank">Discord</a>
</div>
<div class="column is 4">
<a
href="https://github.com/f1-tools"
target="_blank"
>GitHub</a
>
</div>
<div class="column is 4">
<a
href="mailto:f1-tools-contact@umich.edu"
target="_blank"
>Email: f1-tools-contact@umich.edu</a
>
</div>
</div>
<br />
<p>
This website is unofficial and is not associated in any way with the Formula 1 companies.
F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks
are trade marks of Formula One Licensing B.V.
<br>
<strong>F1-Tools</strong> by
<a href="https://github.com/f1-tools">F1-Tools</a>. The
source code is licensed
<a href="http://opensource.org/licenses/mit-license.php"
>MIT</a
>.
</p>
</div>
</footer>
<!--==============================CODE FOR THE FOOTER END==============================-->
</div>
</body>
</html>