-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Kodespejder.dk</title>
<meta name="description" content="Et løst defineret fællesskab af folk der lærer andre at programmere.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
img {
max-width: 50%;
max-height: 33%;
}
#logo {
display: block;
margin: auto;
}
.twitter-timeline {
display: block;
height: 66%;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
width: 100% !important;
}
</style>
</head>
<body>
<!-- Det midlertidige logo -->
<img src="midlertidigt-logo.png" id="logo">
<!-- Producér og indsæt indhold fra https://github.com/Kodespejder/Kodespejder.github.io/wiki -->
<!-- En Twitter widget med tweets fra #kodespejder hashtagget -->
<a class="twitter-timeline" href="https://twitter.com/hashtag/kodespejder" data-widget-id="524856234449457152">#kodespejder Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>