-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 1.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
<html><head><title>|pipe| demo at NBT</title>
<link href="https://pi.pe/pipe.css" media="all" rel="stylesheet" />
<style>
.wrap {
width: 80vmin;
margin: 0 auto 0 auto;
padding: 2vmin;
}
h1, h2 {
text-align: center;
font-weight: 300;}
h1 {
margin-top: 20vmin;
margin-bottom: 15vmin;
font-size: 12vmin;
}
h2 {
font-size: 4.5vmin;
}
.devices {
display: flex;
flex-direction: row;
}
.devices a {
display: flex;
flex-grow: 1;
margin: 2vmin 2vmin 15vmin 2vmin;
justify-content: center;
align-items: center;
}
a {
text-decoration: none;
font-size: 3.5vmin;
padding: 4vmin 0 4vmin 0;
background-color: #00A7FF;
border: 1px solid #444444;
}
a:hover {
background-color: #333333;
}
p {
font-size: 3vmin;
text-align: center;
}
</style>
</head>
<div class="wrap">
<H1>|pipe|</H1>
<h2>Sumo Drive Demo</h2>
<div class="devices">
<a href="fshare.html">Borrow Sumo</a>
<a href="sumo2.html">Drive Sumo</a>
</div>
<h2>Hermione Demo</h2>
<div class="devices">
<a href="fshare.html">Borrow Hermione</a>
<a href="hermione.html">Fly Hermione</a>
</div>
</div>
</body>
</html>