-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (71 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mobiliza</title>
<style>
body {
width: 100%;
height: 100%;
background-color: #557586;
padding: 0;
margin: 0;
padding: 0;
}
a:link {
text-decoration: none;
color: white;
}
a:visited {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
h1 {
font-family:Arial Black;
text-align:center;
color:white;
}
h2 {
font-family:Arial Black;
text-align:center;
color:white;
border-style: outset;
border-color: #557586;
}
iframe {
background-color: #455F6C;
}
.agenda {
height:400px;
width: 50%;
float: left;
}
.mapa {
height:400px;
width: 50%;
float: right;
}
</style>
</head>
<body style='height: 100%; width: 100%;'>
<h1>Mobiliza</h1>
<div class="agenda">
<iframe frameborder='0' height='100%' src='https://calendar.google.com/calendar/embed?showTitle=0&showPrint=0&showCalendars=0&showTz=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=lg8buddk2gl6fkagghj6d47fkk%40group.calendar.google.com&color=%23182C57&ctz=America%2FSao_Paulo' width='100%'>
</iframe>
<h2><a href='https://calendar.google.com/calendar/render?cid=lg8buddk2gl6fkagghj6d47fkk%40group.calendar.google.com#eventpage_6' target='_blank'>Adicionar Eventos</a></h2>
</div>
</div>
<div class="mapa">
<iframe frameborder='0' height='100%' src='https://www.google.com/maps/d/embed?mid=11L8XzRWpegON-pCxSO6MKetEnWU' width='100%'>
</iframe>
<h2><a href='https://drive.google.com/open?id=11L8XzRWpegON-pCxSO6MKetEnWU' target='_blank'>Adicionar Marcadores</a></h2>
</div>
</div>
</body>
</html>