-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.html
More file actions
198 lines (186 loc) · 5.56 KB
/
components.html
File metadata and controls
198 lines (186 loc) · 5.56 KB
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
<!-- Seção -->
<hr class="mb-md">
<table class="row">
<tbody>
<tr>
<th class="small-12 large-12 columns first last">
<h3>☕ Tutoriais</h3>
</th>
</tr>
</tbody>
</table>
<!-- linha 12 colunas (100% width) -->
<table class="row">
<tbody>
<tr>
<th class="small-12 large-12 columns first last">
<!-- content -->
<h4>
<a href="">
Title
</a>
</h4>
<p class="lead">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi impedit sapiente delectus molestias quia.
</p>
<p></p>
<img src="http://placehold.it/580x300" alt="">
<!-- ./content -->
</th>
<th class="expander"></th>
</tr>
</tbody>
</table>
<!-- Linha Patrocinada -->
<table class="row patrocinado">
<tbody>
<tr>
<th class="small-12 large-12 columns first last">
<h4>
<a href="">Sub Section Title</a>
</h4>
<small>patrocinado</small>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eum eius numquam sint dolore voluptatibus beatae ab
ad, dignissimos fugiat? Nisi odio commodi debitis eveniet tenetur provident aliquid tempora placeat.</p>
</th>
<th class="expander"></th>
</tr>
</tbody>
</table>
<!-- colunas 8 + 4 (obs: note as classes .first e .last) -->
<table class="row">
<tbody>
<tr>
<th class="small-12 large-8 columns first">
<h2>This is a title</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam at, nihil quas harum mollitia dolores odio. Inventore
delectus nihil soluta quos, magni doloribus, voluptas aspernatur explicabo atque perspiciatis possimus voluptates.
</p>
<p>
<a href="#">Learn more</a>
</p>
</th>
<th class="small-12 large-4 columns last">
<table>
<tr>
<th>
<img class="small-float-center" src="http://placehold.it/170x129" width="170" alt=""> </th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
<!-- button -->
<table class="row">
<tbody>
<tr>
<th class="small-12 large-12 columns first last">
<!-- button -->
<table class="button large primary">
<tr>
<td>
<table>
<tr>
<td>
<a href="">Text</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
<th class="expander "></th>
</tr>
</tbody>
</table>
<!-- ./Button -->
<!-- lista -->
<table>
<tr>
<th>
<h5>Connect With Us:</h5>
<table align="left" class="menu vertical">
<tr>
<td>
<table>
<tr>
<th style="text-align: left;" class="menu-item float-center">
<a href="#">Twitter</a>
</th>
<th style="text-align: left;" class="menu-item float-center">
<a href="#">Facebook</a>
</th>
<th style="text-align: left;" class="menu-item float-center">
<a href="#">Google +</a>
</th>
</tr>
</table>
</td>
</tr>
</table>
</th>
</tr>
</table>
<!-- Month event group -->
<table class="row mb-xs row-event-month-group">
<tr>
<th class="event-group">
<h5 class="month-name">📅 Abril</h5>
<table align="left" class="menu vertical">
<tr>
<td class="list-content">
<!-- lista de eventos -->
<table class="month-events">
<tr>
<!-- evento -->
<th class="event-row menu-item small-12 large-12 columns first last">
<span class="event-day">05</span>
<h4 class="row-title">
<a href="https://makeplace.com.br/evento/45">
Workshop Impressão 3D
</a>
</h4>
<b>05 de Abril de 2018 - Inova Prudente.</b>
</th>
<!-- ./evento -->
<!-- evento -->
<th class="event-row menu-item">
<span class="event-day ">13</span>
<h4 class="row-title ">
<a href="https://www.sympla.com.br/startup-weekend-maringa__226317 ">
Startup Weekend Maringá
</a>
</h4>
<b>13 de Abril de 2018.</b>
</th>
<!-- ./evento -->
<!-- evento -->
<th class="event-row menu-item">
<span class="event-day ">13</span>
<h4 class="row-title ">
<a href="http://www.capiconf.com/ ">
#CapiConf'18</a>
</h4>
<b>13 e 14 de Abril de 2018 - Curitiba/bR.</p>
</th>
<!-- ./evento -->
<th class="event-row menu-item">
Também tem:
<a href="http://www.thedevelopersconference.com.br/tdc/2018/inscricoes ">
TDC Florianópolis,
</a>
<a href="https://www.sympla.com.br/startup-weekend-birigui__235508 ">
Startup Weekend Birigui</a>
</th>
</tr>
</table>
<!-- ./lista de eventos -->
</td>
</tr>
</table>
</th>
</tr>
</table>
<!-- Month event group -->