-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (65 loc) · 2.22 KB
/
index.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
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="main.css">
<title>What are exchange rates?</title>
<link rel="icon" href="http://www.penskefile.com/static/PenskeUI/George_Cutout.png">
<script src="app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-92529337-1', 'auto');
ga('send', 'pageview');
</script>
<style>
@font-face {
font-family: pressstart2p;
src: url("fonts/pressstart2p.ttf");
}
* {
font-family: pressstart2p;
}
</style>
</head>
<body>
<script type="text/javascript">
changeWallpaper();
</script>
<div>
<nav class="navbar navbar-inverse navbar-static-top example-8">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand text-hide" href="#">
</a>
</div>
<div id="navbar8" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-left">
<li class="active"><a href="https://github.com/josephwhite/">GitHub</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
</div>
</nav>
</div>
<div id=button>
</div>
<div id=button1>
</div>
<div class=button5>
<a href="faq.html" class="button1">Find out!</a>
<a href="central.html" class="button1">Crunch some numbers!</a>
<a href="sources.html" class="button1">Just read.</a>
</div>
<div class="banana">
</div>
<div class=article>
<article>
<h1>What is an exchange rate?</h1>
<p>Are you a dogecoin millionaire, sleezy international movie executive, or someone on vaction in a foreign country? Do you have to convert your superior form of currency to a different currency? Do you wonder why it is never a constant rate?</p>
</article>
</div>
</body>
</html>