forked from TBfighters/tbfightersdotorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sweepstakes-terms.html
93 lines (88 loc) · 4.22 KB
/
sweepstakes-terms.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Meta tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="index, follow" />
<!--Open Graph Tags-->
<meta property="og:site_name" content="TBFighters" />
<meta property="og:url" content="https://tbfighters.org" />
<meta property="og:image" content="img/og-image.jpg" />
<meta property="og:type" content="website" />
<meta property="theme-color" content="#D7211E" />
<!-- Style Tags -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="libs/toastify/toastify.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="menu.js" defer></script>
<script src="libs/toastify/toastify.js"></script>
<!-- Variable Tags -->
<meta property="og:title" content="Sweepstakes Terms | TBFighters" />
<meta property="og:description"
content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="noindex" />
<title>Sweepstakes Terms | TBFighters</title>
</head>
<body class="about" style="display: flex; flex-direction: column; min-height: 100vh;">
<!--BELOW THIS GETS COPIED TO ALL PAGES WHEN MENU CHANGES (CHANGE BODY CLASS TO PAGE NAME)-->
<header id="site-head"><a href="#main" class="skip">Skip to main content</a>
<div class="wrapper-head">
<h1 class="page-title">
<a href="index.html"><span class="black-highlight">TB</span>FIGHTERS</a>
</h1>
<a id="hamburger-button" href="#" title="menu"></a>
<nav class="site-menu">
<ul class="active">
<li><a href="about.html">About Us</a></li>
<li><a href="timeline.html">News & Timeline</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="action.html">Take Action</a></li>
</ul>
</nav>
</div>
</header>
<!--ABOVE THIS GETS COPIED TO ALL PAGES MENU CHANGES-->
<main id="main">
<section class="container container-compact title">
<div class="wrapper-full">
<h2 class="break-anywhere">TBFighters Anniversary Sweepstakes Terms and Conditions</h2>
<p>This giveaway is not in any way associated with the MSF Access Campaign or
Good.Store. Must be 18 to enter or else have the permission of a
parent/guardian. The prize cannot be exchanged for any alternative, and to
receive it the winner must be able to receive parcels from good.store . The
giveaway will close on 19th September 2024 at 23:59 EST, and winners will be
contacted directly with an email from tbfighters.social@gmail.com by 22nd
September 23:59 EST. If a winner cannot be contacted within 7 days, a new winner
will be selected and contacted.</p>
</div>
</section>
</main>
<div style="flex-grow: 1;"></div>
<footer class="site-foot">
<p class="socials-wrapper-centered">
<a href="https://x.com/tbfighters" target="_blank">
<img src="img/socials/twitter.svg" alt="Twitter" class="social-icon">
<img src="img/socials/twitter-hover.svg" alt="Twitter" class="social-icon-hover"></a>
<a href="https://www.instagram.com/tbfighters" target="_blank">
<img src="img/socials/insta.svg" alt="Instagram" class="social-icon">
<img src="img/socials/insta-hover.svg" alt="Instagram" class="social-icon-hover"></a>
<a href="https://www.youtube.com/@TB_Fighters" target="_blank"><img
src="img/socials/youtube.svg" alt="Youtube" class="social-icon"><img
src="img/socials/youtube-hover.svg" alt="Youtube" class="social-icon-hover"></a>
<a href="https://www.facebook.com/profile.php?id=61555332203505" target="_blank"><img
src="img/socials/facebook.svg" alt="Facebook" class="social-icon"><img
src="img/socials/facebook-hover.svg" alt="Facebook" class="social-icon-hover"></a>
</p>
<hr style="width: 10%; margin: 0 auto; margin-bottom: 4px;">
<p>
© The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">
We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
</body>
</html>