-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjs_index.html
193 lines (119 loc) · 4.6 KB
/
js_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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="pt-br"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="pt-br"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="pt-br"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Pasch0</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<style media="screen">
h2 {
color:gray;
}
</style>
<!-- script -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="topnav" id="myTopnav">
<a href="../index.html"><strong>Home</strong></a>
<a href="../js_index.html"><strong>JavaScript</strong></a>
<a href="../quim_index.html"><strong>Química</strong></a>
</div>
</header> <!-- /header -->
<!-- intro section
================================================== -->
<!-- about section
================================================== -->
<br><br>
<section style="background-color: white;">
<br>
<h2>>Page Description</h2>
<h6 style="text-align: center; color:black;">Bem vindo ao conteúdo de JavaScript, Selecione algum dos conteúdos disponibilizados na lista abaixo e confira a resolução das atividades propostas na seção "Sand Box".</h6>
<br>
<h2>>Content Index</h2>
<ul style='margin-left:10%;'>
<li><a href="./Java/rocket_1_2.html">Atividade RocketSeat 1 e 2</a></li>
<li><a href="./Java/Atividade_1_(passada_pelo_professor).html">Atividade 1 (passada pelo professor)</a></li>
<li><a href="./Java/laboratorio_jquery.html">Atividade Jquery (passada pelo professor)</a></li>
<li><a href="./Java/laboratorio_jquery2.html">Atividade Jquery 2 (passada pelo professor)</a></li>
<li><a href="./Java/catalogo_filmes/index.html">Catálogo de Filmes e Séries</a></li>
<li><a href="./Java/lab_ecmascript6.html">Laboratório de ECMAScript6</a></li>
<li><a href="./Java/lab_ecmascript6_2.html">Segundo Laboratório de ECMAScript6</a></li>
</ul>
<!--Fake section sandbox-->
<br>
<h2>>SandBox</h2>
<!--End of the fake section sandbox-->
</section> <!-- end page -->
<div class="row contact-info">
<div class="col-four tab-full">
<div class="icon">
<i class="icon-pin"></i>
</div>
<h5>Cidade</h5>
<p>
Cachoeiras de Macacu<br>
Rio de Janeiro<br>
Brasil
</p>
</div>
<div class="col-four tab-full collapse">
<div class="icon">
<i class="icon-mail"></i>
</div>
<h5>Envie um e-mail para</h5>
<p>cauaproducoes@gmail.com</p>
</div>
<div class="col-four tab-full">
<div class="icon">
<i class="icon-phone"></i>
</div>
<h5>Me ligue</h5>
<p>Telefone:
+ 55 21 98398-0404<br>
</p>
</div>
<footer>
<div class="row">
<div class="col-six tab-full pull-right social">
<ul class="footer-social">
<li><a target="_blank"href="https://api.whatsapp.com/send?phone=5521983980404&text=Ol%C3%A1,%20gostaria%20de%20entrar%20em%20contato."><i class="fa fa-whatsapp" aria-hidden="true"></i>
<li><a target="_blank"href="https://professormirim.github.io/"><i class="fa fa-github" aria-hidden="true"></i>
</a></li>
</ul>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-long-arrow-up"></i></a>
</div>
</div> <!-- /row -->
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>