-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
47 lines (44 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CU Webring</title>
<meta name="author" content="Yufeng">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="CU Webring">
<meta property="og:description" content="A webring for Computer Science and Software Engineering students at Carleton University">
<meta name="description" content="A webring for Computer Science and Software Engineering students at Carleton University">
<link rel="stylesheet" href="css/style.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=Source+Code+Pro&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="691bfa5c-4acf-44ab-9f29-4936493c7a5d"></script>
</head>
<body onload="fillSiteTable('fromLoading')">
<!-- Main Content -->
<div id="content" class="hidden">
<img src="assets/carleton_logo.svg" alt="Carleton University Logo" width="600">
<div class="sticky" id="searchbardiv">
<img class="search-icon" alt="Search" src="assets/search.svg">
<input id="searchbar" type="search" maxlength="100" spellcheck="false" placeholder="Search by name/site/year admitted" oninput="fillSiteTable(`fromSearch`)">
<button title="Randomly select someone's website" id="surpriseme" type="button" onclick="handleRandomSite()">
<strong>Surprise Me!</strong>
<div id="container-stars">
<div id="stars"></div>
</div>
<div id="glow">
<div class="circle"></div>
<div class="circle"></div>
</div>
</button>
</div>
<noscript>
<p>This website requires JavaScript to run. Please enable running scripts for this website in your browser.</p>
</noscript>
</div>
<a title="Link to Github repo" href="https://github.com/yufengliu15/cu-webring?tab=readme-ov-file#how-do-i-join" id="add-website" target="_blank">Add your website here ></a>
<script type="module" src="js/cu-webring.js"></script>
<script src="js/preloader.js"></script>
</body>
</html>