-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (180 loc) · 7.16 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
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<link rel="icon" href="images/cofee-icon.JPG">
<title>COEnv</title>
</head>
<body class="landing">
<!-- Header -->
<header id="header">
<img src="images\air-comfort-icon.png" alt="icon">
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project.html">O Projeto</a></li>
<li><a href="http://dashboard.coenv.tech" target="_blank" class="button special">Dashboard</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<img src="images\COENV-blue.png" alt="Comfortable Office Environment">
<p>Em breve</p>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="container">
<header class="major">
<h2>Título</h2>
<p>Descrição óbvia do conteudo</p>
</header>
<div class="row 150%" style="display: flex;">
<div class="4u 12u$(medium)" style="display:flex; flex-direction: column;">
<section class="box" style="flex: 1;">
<i class="icon big rounded color1 fa-cloud"></i>
<h3>Conforto? </h3>
<p>Ou link pra página com descrição de verdade do projeto #Saúde #QualidadeDeVida</p>
</section>
</div>
<div class="4u 12u$(medium)" style="display:flex; flex-direction: column;">
<section class="box" style="flex: 1;">
<i class="icon big rounded color9 fa-desktop"></i>
<h3>Monitoramento?</h3>
<p>Seila <a href="https://dashboard.coenv.tech" target="_blank">dashboard</a></p>
</section>
</div>
<div class="4u 12u$(medium)" style="display:flex; flex-direction: column;">
<section class="box" style="flex: 1;">
<i class="icon big rounded color6 fa-rocket"></i>
<h3>Código Aberto</h3>
<p>Qualquer batata sobre o codigo disponível e <a href="https://github.com/co-env">Link do github</a></p>
</section>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 special">
<div class="container">
<header class="major">
<h2>Quem somos?</h2>
<p>Da pra colocar quem são as partes envolvidas no projeto tbm</p>
</header>
<section class="profiles">
<div class="row" style="display: flex; justify-content: center; padding-left: 10%;">
<section class="4u 6u(medium) 12u$(xsmall) profile">
<img src="https://avatars1.githubusercontent.com/u/20494654?s=400&u=7c7f22b800be0f3dce442bcdfb398348250d6fa0&v=4" alt="foto" />
<h4>Isabella Bologna</h4>
<a href="https://github.com/isabologna" target="_blank">@IsaBologna</a>
</section>
<section class="4u 6u$(medium) 12u$(xsmall) profile">
<img src="https://avatars1.githubusercontent.com/u/19560610?s=400&u=29bea5626d108a190be1f9da7900a7c44f7d2a70&v=4" alt="foto" />
<h4>Renato Freitas</h4>
<a href="https://github.com/freitas-renato" target="_blank">@freitas-renato</a>
</section>
</div>
</section>
<section class="profiles">
<h3>Escola Politécnica da Universidade de São Paulo</h3>
<div class="row" style="display: flex; justify-content: space-evenly; padding-left: 10%;">
<section class="dpto">
<img src="images\psi-logo.JPG" alt="foto" style="width: 70px;"/>
<p style="display:flex; text-align: left; width:70%;"><a href="https://sites.usp.br/psi/" target="_blank">Departamento de Engenharia de Sistemas Eletrônicos</a></p>
</section>
<section class="dpto">
<img src="https://pcs.usp.br/wp-content/themes/template-pcs/images/logo.png" alt="foto" style="width: 100px;"/>
<p style="display:flex; text-align: left; width:50%;"><a href="https://pcs.usp.br/" target="_blank">Departamento de Engenharia de Computação e Sistemas Digitais</a></p>
</section>
</div>
</section>
<section class="profiles">
<h3>Orientadores</h3>
<div class="row" style="display: flex; justify-content: space-evenly; padding-left: 10%;">
<section class="4u 6u(medium) 12u$(xsmall) profile" style="width: 35%;">
<img src="https://servicosweb.cnpq.br/wspessoa/servletrecuperafoto?tipo=1&id=K4751426T3" alt="foto" />
<a href="https://bv.fapesp.br/pt/pesquisador/79628/gustavo-pamplona-rehder/" target="_blank"><h4>Gustavo P. Rehder</h4></a>
<p style="display: flex;">Professor do departamento de Engenharia de Sistemas Eletrônicos</p>
</section>
<section class="4u 6u$(medium) 12u$(xsmall) profile" style="width: 42%;">
<img src="https://servicosweb.cnpq.br/wspessoa/servletrecuperafoto?tipo=1&id=K4703650D8" alt="foto" />
<a href="https://bv.fapesp.br/pt/pesquisador/87699/cintia-borges-margi/" target="_blank"><h4>Cíntia B. Margi</h4></a>
<p style="display: flex;">Professora Associada do departamento de Engenharia de Computação e Sistemas Digitais</p>
</section>
</div>
</section>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="container">
<header class="major">
<h2>Fale Conosco</h2>
<p>só vem</p>
</header>
</div>
<div class="container 50%">
<form action="#" method="post">
<div class="row uniform">
<div class="6u 12u$(small)">
<input name="name" id="name" value="" placeholder="Name" type="text">
</div>
<div class="6u$ 12u$(small)">
<input name="email" id="email" value="" placeholder="Email" type="email">
</div>
<div class="12u$">
<textarea name="message" id="message" placeholder="Message" rows="6"></textarea>
</div>
<div class="12u$">
<ul class="actions">
<li><input value="Send Message" class="special big" type="submit"></li>
</ul>
</div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© Untitled. All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
<div class="4u$ 12u$(medium)">
<ul class="icons">
<li>
<a class="icon rounded fa-github" href="https://github.com/co-env" target="_blank"><span class="label">GitHub</span></a>
</li>
<li>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>