-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
61 lines (61 loc) · 2.03 KB
/
home.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
<!doctype hmtl>
<html lang="is">
<head>
<meta charset="utf-8">
<title>Verkefni 4</title>
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body class="col-xs-12">
<header>
<div id="this-carousel-id" class="carousel slide carousel-fade">
<div class="carousel-inner">
<div class="item active">
<img src="gogn/img/lake.jpeg" alt="" />
<div class="carousel-caption">
<h1><strong>Gjaldeyrisreiknivélin!</strong></h1>
<h2><strong>Svarar öllum þínum gjaldeyrisspurningum</strong></h2>
</div>
</div>
<div class="item">
<img src="gogn/img/mountains.jpeg" alt="" />
<div class="carousel-caption">
<h1><strong>Gjaldeyrir</strong></h1>
<h2><strong>Hvernig virkar hann eiginlega?</strong></h2>
</div>
</div>
</div>
<div class="carousel-control left" href="#this-carousel-id" data-slide="prev">‹</div>
<div class="carousel-control right" href="#this-carousel-id" data-slide="next">›</div>
</div>
</header>
<main>
<div class="list-group col-xs-12"></div>
<form name="converter"></div>
<h4>Sækja gögn frá:
<a data-source="m5">m5.is</a>
<a data-source="arion" class="arion">Arion banka</a>
<a data-source="lb">Landsbankanum</a></h4>
<div>
<table class="table table-striped">
<thead>
<tr>
<th>Mynt</th>
<th>Heiti</th>
<th>Breyting</th>
<th>Gengi</th>
<th>Myntbreyta</th>
</tr>
</thead>
<tbody class="currency-data">
</tbody>
</table>
<div class="loader lead" style="display:none;">Hleð gögnum...</div>
</form>
<footer><h4>Gögn sótt frá apis.is</h4></footer>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="main.js"></script>
</main>
</body>
</html>