19
19
text-align : center;
20
20
color : white;
21
21
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' ;
23
23
}
24
24
25
25
# buttons {
40
40
41
41
.background {
42
42
background-color : # 006dcc ;
43
- height : 100 px ;
43
+ height : 120 px ;
44
44
width : 100% ;
45
45
}
46
46
50
50
}
51
51
52
52
h4 {
53
- margin-top : 70px ;
53
+ font-size : 1em ;
54
+ margin-top : 10px ;
54
55
}
55
56
</ 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 ( ) ) ;
63
57
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 >
66
67
67
68
</ head >
69
+
68
70
< body >
69
71
< div id ="header " class ="background ">
70
72
< h1 id ="header "> Visualization of algorithms and datastructures</ h1 >
@@ -79,8 +81,11 @@ <h1 id="header">Visualization of algorithms and datastructures</h1>
79
81
</ div >
80
82
81
83
< 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 >
83
88
</ div >
84
89
</ body >
85
90
86
- </ html >
91
+ </ html >
0 commit comments