-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (222 loc) · 12.6 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
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Acc - Ajuda a codar codando</title>
</head>
<body>
<section class="menu-principal">
<nav class="navbar navbar-expand-lg navbar-light bg-light navbar-ajustes">
<a class="navbar-brand" href="#">
<img src="img/logo.png" width="130" height="50" class="d-inline-block align-top" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link menu" href="index.html">Ínicio <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link menu" href="forum.html">Forúm</a>
</li>
<li class="nav-item dropdown dropd">
<a class="nav-link dropdown-toggle menu dropd" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Áreas
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="front-end.html">Front-End</a>
<a class="dropdown-item" href="back-end.html">Back-End</a>
<a class="dropdown-item" href="mobile.html">Mobile</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link menu" href="contato.html">Contato</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2 pesquisar" type="search" placeholder="Pesquisar" aria-label="pesquisar">
<button class="btn btn-outline-success my-2 my-sm-0 botao-pesquisa" type="submit">
<i class="fas fa-search icone-lupa"></i>
</button>
</form>
</div>
</nav>
<section class="slider">
<div class="bd-example">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/images.png" class="d-block w-100 imagem" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Aqui você vai praticar</h5>
<p>não importa se já estuda ou esta só iniciando.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/images1.png" class="d-block w-100 imagem" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Front-End ? Vem praticar</h5>
<p>não sabe por onde começar ? pratica um pouco aqui, talvez venha alguma ideia.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/images2.png" class="d-block w-100 imagem" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Back-End, a arte por trás da telinha.</h5>
<p>muitos acham que Back-End é um bicho de 7 cabeças, nós não, praticamos bastante aqui.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section class="linguagens">
<!-- Columns start at 50% wide on mobile and bump up to 33.3% wide on desktop -->
<div class="row">
<div class="col-12 col-md-4 divisor-linguagens">
<h2>HTML</h2><br>
<img src="img/html-icon.png" class="html-icon"><br>
<p class="texto-lingaguens">Uma das linguagens que utilizamos para desenvolver websites, trabalha com tags e é uma linguagem de marcação que adiciona o seu conteúdo na página web.</p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-leia-mais" data-toggle="modal"
data-target="#exampleModalCenter">Leia Mais</button>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalCenterTitle">HTML</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap
into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
software like Aldus PageMaker including versions of Lorem Ipsum. <a href=""><strong>Clique aqui para começar!</strong></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 divisor-linguagens">
<h2>CSS</h2><br>
<img src="img/css-icon.png" class="css-icon"><br>
<p class="texto-lingaguens">Aqui é onde o design se sente em casa, o CSS é uma lingugem que trabalha com o stilo de todas as coisas do seu site, da fonte ao menu.</p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-leia-mais" data-toggle="modal" data-target="#modal2">Leia
Mais</button>
</div>
<!-- Modal -->
<div class="modal fade" id="modal2" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalCenterTitle">CSS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap
into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
software like Aldus PageMaker including versions of Lorem Ipsum. <a href=""><strong>Clique aqui para começar!</strong></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 divisor-linguagens">
<h2>JavaScript</h2><br>
<img src="img/js-icon.png" class="js-icon"><br>
<p class="texto-lingaguens">JavaScript é uma linguagem de programação que permite implementar funcionalidades mais complexas em páginas web.</p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-leia-mais" data-toggle="modal" data-target="#modal3">Leia
Mais</button>
</div>
<!-- Modal -->
<div class="modal fade" id="modal3" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="modal3">JavaScript</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap
into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
software like Aldus PageMaker including versions of Lorem Ipsum. <a href=""><strong>Clique aqui para começar!</strong></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="depoimentos">
<h2 class="titulo-dep">Depoimentos</h2>
<img src="img/profile.png" class="imagem-dep">
<p class="texto-dep">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>
<div class="cont-dep"></div>
</section>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/56d00c3951.js" crossorigin="anonymous"></script>
<script type="text/javascript"
src="https://gc.kis.v2.scr.kaspersky-labs.com/BD58F435-8C15-A34A-9BE0-ED95E12D6D27/main.js"
charset="UTF-8"></script>
<script type="text/javascript" src="./js/main.js"></script>
</body>
</html>