-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
44 lines (40 loc) · 3.44 KB
/
menu.html
File metadata and controls
44 lines (40 loc) · 3.44 KB
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
<!DOCTYPE html>
<html>
<head>
<title>SenseNet Platform</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./SenseNet_Files/over.css">
<link rel="stylesheet" href="./SenseNet_Files/css">
<link rel="stylesheet" href="./SenseNet_Files/font-awesome.min.css">
<link rel="icon" href="./SenseNet_Files/favicon.ico">
<meta name="author" content="labka.cz" />
<meta name="description" content="SenseNet platform which is able to measure, parse, and predict data about air polution in industrial region Ostrava" />
<meta name="keywords" content="SenseNet, SensoricNet, Sense Net, Sensoric Net, AI, platform, prediction, parser, neural network, hackerspace, labka.cz, labka, ostrava, hackerspaces, polution, air, environmental, environment"/>
</head>
<body>
<style>
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<div class="text_center">
<a href="index.html#oprojektu" class="menu-item" target="_parent"><img src="./SenseNet_Files/tomas_s.png" width="60px"><br/>Sensnet</a><br />
<a href="senzory.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/pavel_s.png" width="60px"><br/>modul Sense</a><br />
<a href="net.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/radek_s.png" width="60px"><br/>modul Net [NB-IoT a další]</a> <br />
<a href="brain.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/adam_s.png" width="60px"><br/>modul Brain [Neural Network]</a><br />
<a href="face.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/jan_s.png" width="60px"><br/>modul Face [API, Web a další]</a><br />
<a href="index.html#data" class="menu-item" target="_parent"><img src="./SenseNet_Files/petr_s.png" width="60px"><br/>modul Data</a><br />
<a href="index.html#aktualne" class="menu-item" target="_parent"><img src="./SenseNet_Files/jiri_s.png" width="60px"><br/>Aktuálně</a><br />
<a href="index.html#media" class="menu-item" target="_parent"><img src="./SenseNet_Files/eva_s.png" width="60px"><br/>Medialni pokrytí</a><br />
<a href="index.html#kontakt" class="menu-item" target="_parent"><img src="./SenseNet_Files/mnohosten_s3.png" width="60px"><br/>Řešitelé a kontakt</a><br />
<!--<a href="https://labka.cz/wiki/doku.php?id=start" ><img src="https://labka.cz/wiki/lib/exe/fetch.php?media=logo.png" width="25px"></a>
<a href="https://goo.gl/maps/5tTBJ4kj6FL2"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=20&tok=125940&media=map_icon.png" width="25px"></a>
<a href="http://lists.webdroid.cz/mailman/listinfo/labka"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=253a0c&media=mail.png" width="25px"></a>
<a href="http://webchat.freenode.net/?channels=labka"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=f951c6&media=irc.png" width="25px"></a>
<a href="https://www.facebook.com/labka.cz"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=f6227e&media=facebook.png" width="25px"></a>
<a href="https://github.com/Labka-cz"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=5dff32&media=github.png" width="25px"></a>
<img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=9bdacf&media=nyx_transparent_small.png">
<img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=0c25ce&media=rss.png"> -->
</div>
</body>
</html>