Skip to content

Commit d3b9008

Browse files
author
Martin Eggesvik
committed
remove dips figures
1 parent 2015935 commit d3b9008

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

sorlandet.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<head>
22
<meta charset="utf-8" />
3+
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
34
<style>
45
img
56
{
@@ -22,6 +23,7 @@
2223

2324
.dips-logo {
2425
width: 45%;
26+
margin-right: 5%;
2527
}
2628

2729

@@ -46,29 +48,27 @@
4648
{
4749
text-align: center;
4850
font-weight: bold;
49-
font-family: Arial, Helvetica, sans-serif;
51+
font-family: 'Open Sans';
5052
color: #343434; font-size: 4vw;
5153
}
5254

5355
.time
5456
{
5557
text-align: center;
5658
font-weight: normal;
57-
font-family: Arial, Helvetica, sans-serif;
59+
font-family: 'Open Sans';
5860
color: #343434; font-size: 4vw;
5961
}
6062

6163
</style>
6264
</head>
63-
<body style="background-color:whitesmoke;">
65+
<body style="background-color:#F8F8F8;">
6466
<div class="content">
6567
<div class="image-container">
66-
<img class="super-lege" src="images/SuperLege.png" />
6768
<img class="dips-logo" src="images/DIPS_ArenaLogo.png" />
68-
<img class="super-pleier" src="images/SuperSykepleier.png" />
6969
</div>
70-
<h3 id="hsor" class="head">DIPS Arena tas i bruk ved Sørlandet sykehus</h3>
71-
<h3 id="tsor" class="time" ></h3>
70+
<h3 id="hhsthf" class="head">DIPS Arena tas i bruk ved Sørlandet sykehus</h3>
71+
<h3 id="thsthf" class="time" ></h3>
7272
</div>
7373
<script>
7474

@@ -107,9 +107,9 @@ <h3 id="tsor" class="time" ></h3>
107107
func("h"+letter, "t"+letter, time, fallback, x);
108108
}
109109

110-
var Sor = new Date("October 27, 2024 08:00:00").getTime();
110+
var Hsthf= new Date("October 27, 2024 08:00:00").getTime();
111111

112-
setup("sor", Sor);
112+
setup("hsthf", Hsthf);
113113
</script>
114114
</body>
115115
</html>

0 commit comments

Comments
 (0)