This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
political-parties.html
49 lines (49 loc) · 2.15 KB
/
political-parties.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
<!DOCTYPE html>
<html>
<head>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<title>10 Facts from the video "Political Parties"</title>
<style>
body {
background-color: #c0c0c0;
font-family:monospace;
}
hr {
}
</style>
</head>
<body>
<embed style="width:100%; height:40px;" src='banner.html'>
<hr style="height:5px;">
<div style="background-color:black; border:2px dotted orange" href="https://turbowafflz.github.io">
<b><h1 style="color:red; text-align:center; font-family:monospace;">TurboWafflz</h1></b>
</div>
<hr style="height:5px;">
<br>
<body>
<ol>
<h2><center>10 Facts from the video "Political Parties"</center></h2>
<!--1--><li>Candidates for an election are selected in primaries</li>
<!--2--><li>Most states require you to be a registered party member to vote in primaries</li>
<!--3--><li>If you do not want to run with a party, you can run as an independent</li>
<!--4--><li>Parties recruit candidates</li>
<!--5--><li>Parties nominate candidates</li>
<!--6-10-->
<li>Parties influence national government</li>
<li>States that no not require party registration to vote in primaries, have problems with people voting for a candidate in the other party that they know will not win, so their party wins</li>
<li>Party conventions are not really functional anymore</li>
<li>Only 25% of people who can vote in primaries do</li>
<li>People who do vote in primaries tend to have extreme views</li>
</ol>
<footer>
<hr style="height:5px;">
Copyright 2018 Finian Wright
</footer>
</body>
</html>