-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathremake.html
270 lines (256 loc) · 9.16 KB
/
remake.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html>
<head>
<meta name="charset" content="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Começo de um Layout responsivo</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<style type="text/css">
/*navbar - itens*/
/* item navbar tech*/
#gamb{
padding-left: 0px;
padding-right: 0px;
}
.bg-dark {
background-color: #123456!important;
}
.navtech{
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
color: #fff;
font-weight: 300;
padding-left: 10px;
text-decoration: none !important;
}
.navbar-collapse{
text-transform: uppercase;
}
/* espacamento navbarr*/
.navbar-brand{
padding-left: 250px !important;
font-family: 'Roboto', sans-serif;
font-weight: 200;
}
.dropdown-menu{
padding-left: 30px !important;
padding-right: 15px;
font-family: 'Roboto', sans-serif;
font-weight: 200;
}
.dropdown-item {
padding: .1rem 1rem;
color: #fff;
}
/*.navbar-nav li a:hover{
text-decoration: none;
background: blue;
}*/
.nav-link{
padding-left: 30px !important;
font-family: 'Roboto', sans-serif;
font-weight: 200;
}
/*cor navbar letras*/
.navbar-dark .navbar-nav .nav-link {
color: #fff !important;
}
/* dropdown categorias*/
#corr{
background-color: #123456;
color: #fff;
}
#corr a:hover{
background: green;
color: #fff;
}
/*---------------------*/
#rowConteudo{
min-height: 400px;
background-color: #f4f4f4;
}
.flex1{
flex: 1 0 auto;
}
#c1{
margin-right: 30px;
margin-left: 120px;
background-color: #ffffff;
margin-top: 40px;
box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
}
#c2{
background-color: #aaa;
margin-right: 20px;
margin-left: 20px;
background-color: #ffffff;
margin-top: 40px;
box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
}
#fonte{
text-align: justify;
font-size: 1.20rem;
}
#titulo{
margin-top: 20px;
margin-left: 20px;
}
#titulo2{
margin-left: 20px;
}
.postagens{
border-top:1px solid #ccc;
}
#t1{
text-align: center;
}
#t2{
text-align: center;
font-size: 1.20rem;
}
#nav{
background-color: green;
}
/*Rodapé*/
#rodape{
height: 200px;
background-color: #123456;
margin-top: 20px;
box-shadow:-3px -3px 3px 0 rgba(0,0,0,0.19), 3px 0 3px 0 rgba(0,0,0,0.19), 0 3px 3px 0 rgba(0,0,0,0.23);
}
#fontef{
font-size: 1.30rem;
font-weight: 200;
color: #fff;
text-align: center;
}
@media screen and (max-width: 576px){
#nav{
height: 100px;
}
#c1{
margin-left: 0px;
margin-right: 0px;
}
#c2{
margin-left: 0px;
margin-right: 0px;
}
#titulo{
font-size: 1.25rem;
text-align: center;
margin-left: auto;
}
#titulo2{
text-align: center;
margin-left: auto;
}
.d-flex{
padding-left: 0px;
padding-right: 0px;
}
}
</style>
</head>
<body>
<div class="col-xl-12 col-lg-block" id="gamb">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="margin:0;">
<a href="index.html" class="navtech"><h2>TECHCENTRAL</h2></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="collapsibleNavbar">
<ul class="navbar-nav ">
<!-- Dropdown -->
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">Categorias</a>
<div class="dropdown-menu" id="corr">
<a class="dropdown-item" href="segurança.html">Segurança</a>
<a class="dropdown-item" href="ult.html">Técnologias e inovações</a>
<a class="dropdown-item" href="robotica.html">Robotica</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="ult.html">Últimas noticias</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sobre.html">Sobre</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container-fluid">
<div class="row" id="rowConteudo">
<div class="col-sm-7 col-xs-12 d-flex" id="d">
<div class="d-flex flex-column w-100" id="c1">
<div class="flex1">
<h3 id="titulo">MAIOR VELOCIDADE E CONTATO EM TEMPO REAL </h3>
<h5 id="titulo2">O PODER DO 5G - 14 DE JULHO DE 2018</h5>
<img src="img/dds.jpg" class="img-fluid" width="auto" height="auto" >
<p id="fonte">A Mobile World Congress é palco de apresentações de smartphones de última geração, planos futuros de grandes empresas de telecomunicações e novidades em tecnologias que estão onipresentes na nossa rotina. Entretanto, o tema que mais insistia em aparecer em Barcelona era o 5G: uma única olhada para o lado era suficiente para encontrar algum estande com o termo 5G piscando na minha cara. O 5G está definido para ser a quinta geração de banda larga sem fio padronizada em larga escala. Para expressar isso de forma um pouco mais flexível, é o que conectará seu smartphone e outros dispositivos inteligentes à Internet quando você não estiver usando o Wi-Fi no futuro.</p>
<div class="postagens"></div>
</div>
<div class="flex1">
<h3 id="titulo">O AVANÇO PROMISSOR DAS NOVAS TECNOLÓGIAS</h3>
<h5 id="titulo2">O MUNDO GLOBALIZADO - 12 de Julho de 2018</h5>
<img src=img/int.jpg class="img-fluid" width="auto" heigth="auto"></img>
<p id="fonte" >Inteligência artificial (por vezes mencionada pela sigla em português IA ou pela sigla em inglês AI - artificial intelligence) é a inteligência similar à humana exibida por mecanismos ou software. Também é um campo de estudo acadêmico. Os principais pesquisadores e livros didáticos definem o campo como "o estudo e projeto de agentes inteligentes", onde um agente inteligente é um sistema que percebe seu ambiente e toma atitudes que maximizam suas chances de sucesso.</p>
<br>
</div>
</div>
</div>
<div class="col-sm-4 d-flex">
<div class="d-flex flex-column w-100" id="c2">
<h2 id="t1">Mais populares</h2>
<div class="flex1">
<h5 id="t1">O que é segurança de rede?</h5>
<img src=img/bin.jpg class="img-fluid" width="auto" heigth="auto"></img>
<p id="t2">Você está realmente seguro?</p></a>
<div class="postagens"></div>
<br>
</div>
<div class="flex1">
<h5 id="t1">Alteração do DNA Humano</h5>
<img src=img/dds.jpg class="img-fluid" width="auto" heigth="auto"></img>
<p id="fonte">É possivel mudar as características hereditarias do código genetico?</p></a>
<div class="postagens"></div>
<br>
</div>
<div class="flex1">
<h5 id="t1">Impressora 3D</h5>
<img src=img/imp.jpg class="img-fluid" width="auto" heigth="auto"></img>
<p id="fonte">O que uma impressora 3D pode produzir?</p></a>
<div class="postagens"></div>
</div>
<div class="flex1">
<h5 id="t1">Realidade Aumentada</h5>
<img src=img/realidade1.jpg class="img-fluid" width="auto" heigth="auto"></img>
<p id="fonte">O que esperar desse novo mundo que vem surgindo?</p></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 jumbotron text-center" id="rodape" style
="margin-bottom:0">
<a href="https://www.facebook.com/Tech-Central-277351642919400/"><img src="redesociais/facebook.svg" width="40px" height="40px"></img></a>
<a href="https://plus.google.com/u/0/109596574915060910687"><img src="redesociais/google-plus.svg" width="40px" height="40px"></img></a>
<a href="https://twitter.com/TECHCENTRAL11"><img src="redesociais/twitter.svg" width="40px" height="40px"></img></a>
<a href="https://www.youtube.com/channel/UCGSKVTWd67GUbrCmyMQ2h0w"><img src="redesociais/youtube.svg" width="40px" height="40px"></img></a>
<p class="c-contentinfo__copyright" id="fontef"><small>© 2017-2018 - TECHCENTRAL - Todos os direitos reservados </small></p>
</div>
</div>
</div>
</body>
</html>