-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (111 loc) · 5.5 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>new</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/weather-icon.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="bg"></div>
<header id="header"></header>
<div class="section-full">
<div id="wrapper_content">
<section id="s01" class="grid left linksbox">
<header>
<h3><span class="fa fa-linux"></span></h3>
</header>
<div class="links">
<a href="http://www.archlinux.org">archlinux</a>
<a href="http://bbs.archlinux.org">archlinux forum</a>
<a href="http://wiki.archlinux.org">archlinux wiki</a>
<a href="https://www.archlinux.org/packages/">archlinux packages</a>
<a href="https://aur4.archlinux.org/">archlinux aur</a>
<a href="http://www.reddit.com/r/unixporn/">unixporn</a>
</div>
</section>
<section id="s02" class="grid left linksbox">
<header>
<h3><span class="fa fa-google"></span></h3>
</header>
<div class="links">
<a href="https://www.google.com/calendar/render">calendar</a>
<a href="https://plus.google.com/">plus</a>
<a href="https://drive.google.com/#my-drive">drive</a>
<a href="https://maps.google.com/">maps</a>
<a href="https://www.google.com/analytics/web/">analytics</a>
<a href="https://drive.google.com/keep/">keep</a>
</div>
</section>
<section id="s03" class="grid left linksbox">
<header>
<h3><span class="fa fa-graduation-cap"></span></h3>
</header>
<div class="links">
<a href="https://studi-portal.hs-furtwangen.de/qisserver/rds?state=user&type=0">studiportal</a>
<a href="https://felix.hs-furtwangen.de/dmz/">felix</a>
<a href="https://webmail2.hs-furtwangen.de/ox.html">webmail</a>
<a href="http://www.hs-furtwangen.de/willkommen/die-hochschule/zentrale-services/informations-und-medienzentrum/die-bibliotheken.html">bibliothek</a>
<a href="http://e5.onthehub.com/WebStore/ProductsByMajorVersionList.aspx?ws=7b2181a5-729b-e011-969d-0030487d8897&vsro=8&JSEnabled=1">dreamspark</a>
<hr />
<a href="https://lnu.se/student-at-lnu?l=en">Lnu</a>
</div>
</section>
<section id="s04" class="grid left linksbox">
<header>
<h3><span class="fa fa-headphones"></span></h3>
</header>
<div class="links">
<a href="https://soundcloud.com">soundcloud</a>
<a href="http://www.mixcloud.com/">mixcloud</a>
</div>
</section>
<section id="clock_out" class="right">
<h1 id="clock"></h1>
</section>
<section id="weather_out">
<h2 id="weather_town" class="left"></h2>
<div class="clear"></div>
<div id="weather_current_box0">
<div class="weather_current_box1">
<span id="weather_current_temperature"></span>
</div>
<div class="weather_current_box1">
<span id="weather_current_icon"></span>
<br />
<span id="weather_current_text"></span>
</div>
</div>
<div class="clear"></div>
<h3 id="weather_current_day"></h3>
<table id="weather_forecast_table">
<tr id="weather_forecast_days">
<td></td>
<td></td>
<td></td>
</tr>
<tr id="weather_forecast_icons">
<td><i class="wi wi-day-sunny-overcast"></i></td>
<td><i class="wi wi-day-sunny-overcast"></i></td>
<td><i class="wi wi-day-sunny-overcast"></i></td>
</tr>
<tr id="weather_forecast_maxs">
<td></td>
<td></td>
<td></td>
</tr>
<tr id="weather_forecast_mins">
<td></td>
<td></td>
<td></td>
</tr>
</table>
</section>
</div>
<footer id="footer"></footer>
</div>
</body>
<script src="js/logic.js"></script>
</html>