-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (117 loc) · 5.68 KB
/
Copy pathindex.html
File metadata and controls
155 lines (117 loc) · 5.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Universal Basic Income 2020</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="UBI, universal basic income, presidential election, 2020, Andrew Yang" name="keywords">
<meta content="UBI 2020 explains Universal Basic Income (UBI) and links to all 2020 presidential candidates who have endorsed UBI as a policy" name="description">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="img/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="site/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139582493-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139582493-1');
</script>
</head>
<body>
<header id="header">
<div class="container">
<div class="logo float-left">
<h1 class="text-light"><a href="#intro" class="scrollto"><span>UBI 2020</span></a></h1>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#basic-income">Basic Income</a></li>
<li><a href="#candidates">Candidates</a></li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<main id="main">
<section id="about" class="wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="about-content">
<h2>About</h2>
<p>UBI 2020 is a project to track and promote all candidates for the 2020 United States presidential election who endorse a universal basic income.</p>
</div><!-- about-content -->
</div><!-- col-lg-12 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- #about -->
<section id="basic-income" class="wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="about-content">
<h2>Universal Basic Income</h2>
<p>Universal Basic Income (UBI) is a policy where all citizens receive a guaranteed monthly payment. As an idea it dates back to the writing of Thomas Paine and has been supported over time by politicians, philosophers, economists and citizens acros the political spectrum. Here is journalist Rutger Bregman explaining the rationale for UBI.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ydKcaIE6O1k" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div><!-- about-content -->
</div><!-- col-lg-12 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- #basic-income -->
<section id="candidates">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Candidates</h2>
</div>
</div>
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<p class="cta-text"><a href="https://twitter.com/AndrewYang">Andrew Yang</a> is running in the Democractic Primary. UBI is a key pillar of his <a href="https://www.yang2020.com/policies/">platform</a>.</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="https://www.yang2020.com/">Support Andrew</a>
</div>
</div>
</div>
</section><!-- #candidates -->
</main>
<footer id="footer" class="section-bg">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer-info">
<h2>Suggest</h2>
<p>If you are aware of other candidates supporting a Universal Basic Income, please let us know by emailing <a href="mailto:info@ubi2020.org">info@ubi2020.org</a>.</p>
</div><!-- footer-info -->
</div><!-- col-lg-12 -->
</div><!-- row -->
</div><!-- container -->
</div><!-- footer-top -->
<div class="container">
<div class="credits">
Brought to you by citizens supporting a Universal Basic Income.
</div><!-- credits -->
</div><!-- container -->
</footer>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery-ui/jquery-ui.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="site/main.js"></script>
</body>
</html>