-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
196 lines (115 loc) · 7.57 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
<!DOCTYPE html><html lang="pt-br" prefix="og: http://ogp.me/ns#"><head>
<title>Cascading Style Shortcut - Curso de organização de CSS</title>
<meta name="description" content="O curso tem como objetivo desmistificar todos os assuntos relacionados a organização do CSS, desde técnicas para definir a melhor nomenclatura para para suas classes até criar componentes totalmente funcionais e desacoplados.">
<meta name="robots" content="index,follow">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="/src/favicon.png">
<meta property="og:type" content="website">
<meta property="og:title" content="Cascading Style Shortcut - Curso de organização de CSS">
<meta property="og:description" content="O curso tem como objetivo desmistificar todos os assuntos relacionados a organização do CSS, desde técnicas para definir a melhor nomenclatura para para suas classes até criar componentes totalmente funcionais e desacoplados.">
<meta property="og:url" content="https://csshortcut.github.io/">
<meta property="og:image" content="https://csshortcut.github.io/src/images/share.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Cascading Style Shortcut - Curso de organização de CSS">
<meta name="twitter:description" content="O curso tem como objetivo desmistificar todos os assuntos relacionados a organização do CSS, desde técnicas para definir a melhor nomenclatura para para suas classes até criar componentes totalmente funcionais e desacoplados.">
<meta name="twitter:url" content="https://csshortcut.github.io/">
<meta name="twitter:image" content="https://csshortcut.github.io/src/images/share.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<link rel="stylesheet" href="/src/styles/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="/src/csshotcut-app/csshotcut-app.html">
<link rel="import" href="/src/components/afonso-menu.html">
<link rel="import" href="/src/components/hot-twitter.html">
<link rel="import" href="/src/components/featured-list.html">
<link rel="import" href="/src/components/afonso-footer.html">
<link rel="import" href="/src/components/h2-shiny.html">
</head>
<body>
<header class="header">
<div style="width: 100%">
<afonso-menu></afonso-menu>
</div>
<figure>
<img src="/src/logo.png" class="logo">
<h1 class="heading">O atalho na sua vida profissional</h1>
</figure>
<span class="btn-container">
<a class="btn" href="http://bit.ly/csshortcut-login" target="_blank">Login</a>
</span>
<button class="slide-down-btn" id="slideDownBtn">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" class="arrow">
<desc ivinci="yes" version="4.6" gridstep="20" showgrid="no" snaptogrid="no" codeplatform="0"></desc>
<g id="Layer1" name="Layer 1" opacity="1">
<g id="Shape1">
<desc shapeid="1" type="0" basicinfo-basictype="0" basicinfo-roundedrectradius="12" basicinfo-polygonsides="6" basicinfo-starpoints="5" bounding="rect(-8,-12,16,24)" text="" font-familyname="" font-pixelsize="20" font-bold="0" font-underline="0" font-alignment="1" strokestyle="0" markerstart="0" markerend="0" shadowenabled="0" shadowoffsetx="0" shadowoffsety="2" shadowblur="4" shadowopacity="160" blurenabled="0" blurradius="4" transform="matrix(-0.0442654,0.99902,-0.99902,-0.0442654,12,12)" pers-center="0,0" pers-size="0,0" pers-start="0,0" pers-end="0,0" locked="0" mesh="" flag=""></desc>
<path id="shapePath1" d="M0.183423,7.59462 L4.36196,3.65372 L12,12 L20.3463,4.36196 L24.1599,8.65699 L11.6459,19.9922 L0.183423,7.59462 Z" style="stroke:none;fill-rule:nonzero"></path>
</g>
</g>
</svg>
</button>
</header>
<span class="shiny-line" id="slideDownTarget"></span>
<section class="section-bg" id="slideDownTarget">
<div class="section-container">
<center>
<h2-shiny>Cursos</h2-shiny>
</center>
<div class="course-container">
<a href="organizacao.html">
<article class="course-item">
<h3>Organização de CSS</h3>
<p> O curso tem como objetivo desmistificar todos os assuntos relacionados a organização do CSS, desde técnicas para definir a melhor nomenclatura para para suas classes até criar componentes totalmente funcionais e desacoplados.
</p>
</article>
</a>
<a href="front-end-na-pratica.html">
<article class="course-item">
<h3>Front-End na vida real</h3>
<p>Criaremos juntos e de forma 100% prática o Front-End de uma aplicação!Focando em boas práticas e em todos os detalhes que não são tão “famosos”, mas que fazem a diferença entre um projeto de qualidade e uma bagunça.</p>
</article>
</a>
</div>
</div>
</section>
<span class="shiny-line"></span>
<hot-twitter></hot-twitter>
<span class="shiny-line"></span>
<section class="section-bg">
<div class="section-container">
<center>
<h2-shiny>Amiguinhos</h2-shiny>
</center>
<p class="partners">
<a href="https://www.youtube.com/channel/UCKdo1RaF8gzfhvkOdZv_ojg" target="_blank">
<img src="/src/img/logo-webschool.png" alt="Webschool.io" class="partner">
</a>
<a href="https://www.facebook.com/codamosclub/" target="_blank">
<img src="/src/img/logo-codamos.png" alt="Codamos" class="codamos">
</a>
<a href="https://github.com/training-center" target="_blank">
<img src="/src/img/logo-centrodetreinamento.png" alt="Centro de Treinamento" class="partner">
</a>
</p>
</div>
</section>
<span class="shiny-line"></span>
<span class="shiny-line"></span>
<section class="section-bg">
<div class="section-container">
<center>
<h2-shiny>Duvidas?</h2-shiny>
<p class="paragraph-2">
Ainda tem dúvidas? Envie um e-mail para <b>[email protected]</b>
</p>
</center>
</div>
</section>
<span class="shiny-line"></span>
<afonso-footer></afonso-footer>
<script src="src/scripts/iframeResizer.min.js"></script>
<script src="/src/scripts/elevator.min.js"></script>
<script>window.onload=function(){new Elevator({element:document.querySelector("#slideDownBtn"),targetElement:document.querySelector("#slideDownTarget")})},iFrameResize({checkOrigin:!1,heightCalculationMethod:"documentElementScroll"}),function(e,t,n,o,a,c,l){e.GoogleAnalyticsObject=a,e[a]=e[a]||function(){(e[a].q=e[a].q||[]).push(arguments)},e[a].l=1*new Date,c=t.createElement(n),l=t.getElementsByTagName(n)[0],c.async=1,c.src=o,l.parentNode.insertBefore(c,l)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-86916962-1","auto"),ga("send","pageview");</script>
</body></html>