-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutTheNRA.html
112 lines (110 loc) · 5.87 KB
/
AboutTheNRA.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Bootstrap -->
<link rel = "stylesheet" href ="GunControl.css">
<script src = "GunControl.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<meta charset="utf-8">
<title></title>
<!-- Font -->
<style>
p.a {
font-family: "Times New Roman", Times, serif;
}
</style>
</head>
<body>
<img src="logo6.png" class="center">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="Home.html">Overwrite Violence</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="Home.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="AboutTheNRA.html">About the NRA</a>
</li>
<li class="nav-item">
<a class="nav-link" href="GunFacts.html"> Gun Facts</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Get Political
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="Map.html">Map</a>
<a class="dropdown-item" href="Information.html">Information</a>
<a class="dropdown-item" href="Organizations.html">Organizations</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="Statistics.html">Statistics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Donate.html">Donate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Pledge.html">Pledge</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Sources.html">Our Sources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="AboutUs.html">About Us</a>
</li>
</ul>
</div>
</nav>
<!-- Text-->
<!-- Slideshow -->
<div class="bd-example">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="shootings.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>What is the NRA?</h5>
<p>The National Rifle Association is a gun rights advocacy group based in the United States. It was founded in 1871 as a recreational group designed to "promote and encourage rifle shooting on a scientific basis".</p>
</div>
</div>
<div class="carousel-item">
<img src="shootings2.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>What have they contributed?</h5>
<p>The association supported two major gun control acts, the National Firearms Act of 1934 (NFA), and Gun Control Act of 1968(GCA), but became politically active following the passage of the GCA in the 1970s.</p>
</div>
</div>
<div class="carousel-item">
<img src="shootings3.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>How much does the NRA spend?</h5>
<p>The NRA spends about $250 Million per year. </p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</body>
</html>