Skip to content

Commit ed8f761

Browse files
ØyvindØyvind
Øyvind
authored and
Øyvind
committed
Kreditert tidligere gruppe og lastet opp rapport
1 parent 978ccac commit ed8f761

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

Rapport/INF219-Rapport.pdf

1.35 MB
Binary file not shown.

index.html

+19-14
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
text-align: center;
2020
color: white;
2121
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
22-
font-family: 'Montserrat', 'Arial';
22+
font-family: 'Montserrat', 'Arial';
2323
}
2424

2525
#buttons {
@@ -40,7 +40,7 @@
4040

4141
.background {
4242
background-color: #006dcc;
43-
height: 100px;
43+
height: 120px;
4444
width: 100%;
4545
}
4646

@@ -50,21 +50,23 @@
5050
}
5151

5252
h4 {
53-
margin-top: 70px;
53+
font-size: 1em;
54+
margin-top: 10px;
5455
}
5556
</style>
56-
57-
<!-- Global site tag (gtag.js) - Google Analytics -->
58-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118868750-1"></script>
59-
<script>
60-
window.dataLayer = window.dataLayer || [];
61-
function gtag(){dataLayer.push(arguments);}
62-
gtag('js', new Date());
6357

64-
gtag('config', 'UA-118868750-1');
65-
</script>
58+
<!-- Global site tag (gtag.js) - Google Analytics -->
59+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118868750-1"></script>
60+
<script>
61+
window.dataLayer = window.dataLayer || [];
62+
function gtag() { dataLayer.push(arguments); }
63+
gtag('js', new Date());
64+
65+
gtag('config', 'UA-118868750-1');
66+
</script>
6667

6768
</head>
69+
6870
<body>
6971
<div id="header" class="background">
7072
<h1 id="header">Visualization of algorithms and datastructures</h1>
@@ -79,8 +81,11 @@ <h1 id="header">Visualization of algorithms and datastructures</h1>
7981
</div>
8082

8183
<div id="footer" class="background">
82-
<h4>By: Kenneth Apeland, Øyvind S. Liland and Philip T. Hoang</h4>
84+
<h4>Project By: Kenneth Apeland, Øyvind S. Liland and Philip T. Hoang</h4>
85+
<h4>Contribute to project: https://github.com/algorithmVis/algorithmVis.github.io</h4>
86+
<h4>Building on a previous project by: Ragnhild Aalvik, Kristian Rosland or Knut Anders Stokke</h4>
87+
<h4>Previous project: https://bitbucket.org/algoritmevisualisering/algoritmevisualisering</h4>
8388
</div>
8489
</body>
8590

86-
</html>
91+
</html>

0 commit comments

Comments
 (0)