-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·72 lines (72 loc) · 4.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/manualTrainee.css">
<link rel="icon" type="image/ico" href="assets/img/infojr-ico.ico">
<title>Guias de Estudo</title>
</head>
<body>
<section class="center blue">
<h1>Guias de estudo da InfoJr UFBA</h1>
<p>
Estes materiais foram preparados com a finalidade de iniciar e direcionar o estudo das ferramentas, padrões e tecnologias utilizados pela InfoJr UFBA no desenvolvimento de seus projetos.
</p>
<p>
Tente aproveitar ao máximo os conceitos que os guias apresentam. A teoria é fundamental.
</p>
<div>
<ul class="menu">
<a target="_blank" href="web/index.html">
<li><img src="web/assets/img/web.png" alt="Ionic" /> - Arquitetura da web</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/ilp">
<li><img src="ilp/assets/img/ilp.svg" alt="ILP" class="invert" /> - Introdução à Lógica de Programação</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/mysql">
<li><img src="mysql/assets/img/mysql.svg" alt="MySQL" /> - Modelando bancos de dados em MySQL</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/crud">
<li><img src="crud/assets/img/crud.svg" alt="CRUD" class="invert" /> - Operações básicas em bancos de dados</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/poo">
<li><img src="poo/assets/img/poo.svg" alt="POO" class="invert" /> - Programação Orientada a Objetos (1º Pilar)</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/mvc">
<li><img src="mvc/assets/img/mvc.svg" alt="MVC" /> - A software architectural pattern</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/js">
<li><img src="js/assets/img/css.png" alt="JS" class="invert" /> - JavaScript</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/html">
<li><img src="html/assets/img/html5.png" alt="HTML" /> - Hypertext Marckup Language</li>
</a>
<a target="_blank" href="" class="inactive">
<li><img src="css/assets/img/css.svg" alt="CSS" class="invert" /> - Cascade StyleSheet</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/responsividade">
<li><img src="responsividade/assets/img/responsividade.png" alt="RSP" class="invert" /> - Responsividade</li>
</a>
<a target="" href="" class="inactive">
<li><img src="poo/assets/img/poo.svg" alt="POO" class="invert" /> - Programação Orientada a Objetos (2º, 3º e 4º Pilar) - Refatorando seu projeto.</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/sass">
<li><img src="sass/assets/img/sass.svg" alt="SASS" /> - CSS com super-poderes!</li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/ionic">
<li><img src="ionic/assets/img/ionic-logo-blue.png" alt="Ionic" /> - framework for building amazing mobile apps. </li>
</a>
<a target="_blank" href="https://infojrufba.github.io/guias/regex" class="inactive">
<li>RegEx - Reg[ular] Ex[pression]!</li>
</a>
</ul>
</div>
</section>
<footer>
<p>
© InfoJr UFBA - 2016 - 2017
</p>
</footer>
</body>
</html>