-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAltNPS-iframe-source.html
41 lines (41 loc) · 1.93 KB
/
AltNPS-iframe-source.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
<!DOCTYPE html>
<html lang = "en-US">
<head>
<meta charset = "UTF-8">
<title>Support the Alternative US National Park Service</title>
<link rel='stylesheet' id='make-google-font-css' href='//fonts.googleapis.com/css?family=Roboto%3Aregular%2Citalic%2C700&ver=1.8.3#038;subset=latin' type='text/css' media='all' />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<style>
body {
margin: 0 auto;
font-family: Roboto, sans-serif;
color: black;
font-size: 18px;
}
div.ALTNPS-outer {
padding: 10px 10px 10px 10px;
width: 280px;
border: 0px solid black;
background-color: #c46c3a;
text-align: center;
box-shadow: 5px 5px 5px #e1aa43;
}
div.ALTNPS-outer a {
color: black;
text-decoration: none;
}
</style>
</head>
<body>
<div class="ALTNPS-outer">
Stand with<br><strong>Alt-US National Park Service!</strong><br><br>
<img src="https://firecopstation6.github.io/altnps.png" width="159" height="200" alt="Support Alt-NPS" title="Support Alt-NPS"><br><br>
<strong>Stand up for the National Park Service to help protect and preserve the environment for future generations to come.</strong><br><br>
<strong>Join the Movement!</strong><br><br>
<a target="_blank" href="https://www.altnps.org/"><i class="fa fa-globe" aria-hidden="true"></i> www.altnps.org</a><br>
<a target="_blank" href="https://www.facebook.com/pg/AltUSNationalParkService"><i class="fa fa-facebook-official" aria-hidden="true"></i> @AltUSNationalParkService</a><br>
<a target="_blank" href="https://twitter.com/ALTUS_NPS"><i class="fa fa-twitter-square" aria-hidden="true"></i> @ALTUS_NPS</a><br><br>
Fork the code on <i class="fa fa-github-square" aria-hidden="true"></i> <a target="_blank" href="https://github.com/firecopstation6/AltNPS-Code">Github</a>!
</div>
</body>
</html>