forked from kauevestena/opensidewalkmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
172 lines (92 loc) · 4.91 KB
/
about.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<!-- thx, w3schools, this page was made following their tutorial!! -->
<html lang="en">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Kdam Thmor Pro', sans-serif;font-size: 22px;
text-align: center;
color: rgb(255, 255, 255);
}
</style>
<title>OSWM: About</title>
<link rel="icon" type="image/x-icon" href="assets/favicon_homepage.png">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/kauevestena/opensidewalkmap" data-color-scheme="no-preference: dark_dimmed; light: dark_dimmed; dark: dark_dimmed;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star kauevestena/opensidewalkmap_beta on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/kauevestena" data-color-scheme="no-preference: dark_dimmed; light: dark_dimmed; dark: dark_dimmed;" data-size="large" data-show-count="false" aria-label="Follow @kauevestena on GitHub">Follow @kauevestena</a>
<style>
body {
background-image: url('assets/sidewalk_background2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.responsive {
max-width: 100%;
height: auto;
}
/* thx: https://stackoverflow.com/a/22196760*/
.vertical-center {
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}
.container_v2 {
display: flex;
height: 100%;
min-height: 0;
padding: 5px;
}
.responsive-font{
font-size: min(25px,2.2vw);
}
</style>
<h1 style="font-size: min(40px,3.5vw);">
<img title="OSWM Logo" src="assets/project_logo.png" alt="OSWM Logo"
style="vertical-align:middle; padding: 10px;" class="responsive">
OpenSidewalkMap
</h1>
<h3 style="text-align: center;color: rgb(231, 234, 63);padding: 10px;font-size: min(30px,2.8vw);">
A project focused on OpenStreetMap Sidewalk Networks Data!!
</h3>
<div class="row vertical-center container_v2" style="background-color: rgba(68, 68, 68, 0.67);">
<div class="col">
<a href="https://kauevestena.github.io/opensidewalkmap/">
<img title="OSWM Home" src="assets/images/home_img.png" alt="OSWM home img"
class="responsive">
</a>
</div>
<div class="col"><span class="responsive-font">We have a decentered structure:<br> for each location, one implementation!!<span></div>
</div>
<div class="row vertical-center container_v2" style="background-color: rgba(123, 123, 123, 0.67);">
<div class="col"><span class="responsive-font">Each implementation<br><a href="https://docs.google.com/presentation/d/e/2PACX-1vREy5o4tl4xt1osUidqQjImrmQDyAuh9sxAuc3SeP5jmQzAmzj5yjDrFxwN4dxMbbwnb8V0qlaCrlUn/pub?start=true&loop=false&delayms=60000#slide=id.gf4921d47bb_0_0" style="color:rgb(231, 234, 63)">is modular</a><br>so we can develop many applications<span></div>
<div class="col">
<a href="https://kauevestena.github.io/opensidewalkmap/">
<img title="OSWM modules" src="assets/images/modules.gif" alt="OSWM modules img"
class="responsive" width="400">
</a>
</div>
</div>
<div class="row vertical-center container_v2" style="background-color: rgba(68, 68, 68, 0.67);">
<div class="col">
<a href="https://kauevestena.github.io/opensidewalkmap/">
<img title="OSWM modules" src="assets/images/webmap_thumb.png" alt="OSWM modules img"
class="responsive">
</a>
</div>
<div class="col"><span class="responsive-font">The main module is<br>a WEBMAP containing <br> a cartographic representation<br> with access to each feature<span></div>
</div>
<h2><br></h2>
<h2 style="font-size: min(40px,3.5vw);padding-bottom: 20px;background-color: rgba(216, 255, 255, 0.068)">coming soon: Tutorials on how to deploy an OSWM instance for a region!!<br></h2>
<h2 style="font-size: min(30px,2.5vw);padding: 30px;">2022, by Kauê de Moraes Vestena<br> as part of my phd work at UFPR<br>funded by CAPES<br> follow me: @kauevestena </h2>
</body>
</html>