-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
60 lines (60 loc) · 2.76 KB
/
contribute.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO -->
<title>Timeline of The Weeknd</title>
<meta description="A descriptive timeline of The Weeknd with playable elements.">
<meta property="og:title" content="Timeline of The Weeknd">
<meta property="og:description" content="A descriptive timeline of The Weeknd with playable elements.">
<!-- Favicons and Images -->
<link rel="icon" href="assets/weeknd.ico" type="image/x-icon">
<meta property="twitter:image" content="https://raw.githubusercontent.com/pvrzz/WeekndTimeline/refs/heads/main/assets/thumbnail.png" />
<!-- Styles -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
</head>
<!-- Body -->
<body>
<header>
<video autoplay muted loop id="headerVideo" class="header-video">
<source src="video/weeknd.mp4" type="video/mp4">
</video>
<div class="header-content">
<h1>A Timeline of The Weeknd</h1>
<h2>Contributors</h2>
<a href="index.html" class="btn">Back to Timeline</a>
<div class="header-gradient"></div>
</div>
</header>
<section class="timeline">
<div class="timeline-item" data-aos="fade-up">
<h2>Fact Checkers</h2>
<p>kisslandalbums - <a href="https://i.imgur.com/EirFtg7.png">The Noise fact-check</a></p>
<p>MoonFadeXO999 via X - <a href="https://x.com/MoonFadeXO999/status/1869116382333554881">MDM award fact-check</a></p>
<p>jamiethirlwell3 via X - <a href="https://x.com/jamiethirlwell3/status/1868870540548882755">HUT popular songs fact check</a></p>
</div>
<div class="timeline-item" data-aos="fade-up">
<h2>Github Contributors</h2>
<p><a href="https://github.com/pvrzz">pvrzz</a> - Site Creator</p>
<a href="https://github.com/pvrzz/weekndtimeline" class="btn">Github Repository</a>
</div>
</section>
<footer>
<p>created with ❤️ by <a href="https://x.com/christwod" target="_blank">christwod.</a></p>
<a href="contribute.html" class="contribute">Contributors</a>
<br>
<a href="#headerVideo" class="back-to-top" id="backToTop">Back to Top</a>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="scripts/scroll.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>