-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojx.html
151 lines (109 loc) · 4.32 KB
/
projx.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style_s.css" >
<link rel="stylesheet" href="fontawaesome/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<meta charset="utf-8">
<title>Oficina Experimental</title>
</head>
<body>
<header>
<nav class="main_menu">
<h1><a href="index.html"><img src="img/logo2.png" alt="Oficina Experimental"></a></h1>
<ul>
<li><a href="log.html">Entrar</a></li>
<li><a href="index.html#projetos">Projetos</a></li>
<li><a href="index.html#posts">Posts</a></li>
<li><a href="log.html">Fórum</a></li>
</ul>
<!-- ___________________________MENU HAMBURGUER __________________________ -->
<div class="hamb">
<input type="checkbox" name="menu" id="menu">
<label for="menu"><i class="fa fa-bars" aria-hidden="true"></i>
<!-- BOTÃO MENU AMBURGUER--></label>
<ul>
<li><a href="log.html"><i class="fa fa-sign-in" aria-hidden="true"></i>
Entrar/Registrar</a></li>
<li><a href="index.html#projetos"><i class="fa fa-cog" aria-hidden="true"></i>
Projetos</a></li>
<li><a href="index.html#posts"><i class="fa fa-archive" aria-hidden="true"></i>
Posts</a></li>
<li><a href="log.html"><i class="fa fa-pencil" aria-hidden="true"></i>
Fórum</a></li>
</ul>
</div>
</nav>
</header>
<main class="container proj_sec">
<header>
<div class="content">
<time>Ciências // 06 abr 2017</time>
<h2>Foguete de Garrafa: </h2>
<em>Mentos + coca-cola ou água fervente?</em>
</div>
</header>
<div class="proj_info">
<section class="box-shadow">
<h2>Descrição:</h2>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
</section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/sz-9APR_ix0" frameborder="0" allowfullscreen></iframe>
<button type="button" name="Iniciar_proj">
Iniciar! <i class="fa fa-arrow-right" aria-hidden="true"></i>
</button>
</div>
</main>
<footer>
<nav>
<h3>Sobre</h3>
<ul>
<li><a href="#">Nossa missão</a></li>
<li><a href="#">Educação criativa</a></li>
<li><a href="#">Nossa Equipe</a></li>
<li><a href="#">Nossa Diretoria</a></li>
</ul>
</nav>
<nav>
<h3>Suporte</h3>
<ul>
<li><a href="#">Central de ajuda</a></li>
<li><a href="#">Comunidade de suporte</a></li>
<li><a href="#">Recursos para Professores e Pais</a></li>
</ul>
</nav>
<nav>
<h3>Fale conosco</h3>
<ul>
<li><a href="#">Compartilhe sua história</a></li>
<li><a href="#">Imprensa</a></li>
</ul>
</nav>
<div class="social">
<h3>Acompanhe-nos</h3>
<ul>
<li><a href="#">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</a></li>
<li><a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a></li>
<li><a href="#">
<i class="fa fa-youtube-square" aria-hidden="true"></i>
</a></li>
</ul>
</div>
<!--<section>
<h6>Oficina Experimental é artefato do Projeto de Avaliação da Disciplina Linguagens de marcação, na graduação em Tecnologia em Sistemas para internet do IFPB João Pessoa, feito por Aaron Santos, e não representa nem um orgão ou instituição real.
-2017</h6>
</section> -->
</footer>
</body>
</html>