blob: 1a4c3fcba1c3cf2c2d77b6467bbbd40f661d67de (
plain)
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
242
243
244
245
246
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Conocimientos Libres</title>
<!-- stylesheets -->
<link rel="stylesheet" href="dist/css/bulma.css">
<link rel="stylesheet" href="dist/css/style.css">
</head>
<body>
<!-- navigation -->
<header class="navigation">
<nav class="navbar">
<div class="container">
<!-- nav site title -->
<!-- Input for menu-mobile with checkbox-->
<input id="navbar-toggle-cbox" type="checkbox">
<!-- End Input for menu-mobile with checkbox-->
<div class="navbar-brand">
<a class="navbar-item">
<h3 class="title is-3" style="color: white;">CL</h3>
</a>
<!-- this "navbar-burger" hamburger menu is only visible on mobile -->
<label class="nav__toggle" for="navbar-toggle-cbox">
<!-- Menu -->
<svg class="menu" viewBox="0 0 448 512" width="100">
<path
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
/>
<title>Open</title>
</svg>
<!-- Close -->
<svg class="close" viewBox="0 0 384 512" width="100">
<path
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
/>
<title>Close</title>
</svg>
</label>
<!-- end of burger -->
</div>
<!-- this "nav-menu" is hidden on mobile -->
<div id="navMenu" class="navbar-menu">
<ul class="navbar-end">
<li><a href="index.html" class="navbar-item is-tab">Home</a></li>
<li><a href="post.html" class="navbar-item is-tab">Static Post</a></li>
<li><a href="about.html" class="navbar-item is-tab">About</a></li>
<li><a href="contact.html" class="navbar-item is-tab is-active">Contact</a></li>
</ul>
</div>
<!-- end of nav -->
</div>
</nav>
</header>
<!-- end navigation -->
<!-- page header (title, etc) -->
<div class="main-header">
<section class="hero">
<div class="hero-body">
<div class="container">
<div class="has-text-centered">
<!-- header && subheader -->
<h1 class="title is-1 is-spaced">Conocimientos Libres</h1>
<h4 class="subtitle is-4">Sitio de información sobre Software Libre</h4>
<!-- end of header && subheader -->
</div>
</div>
</div>
</section>
</div>
<!-- end page header -->
<!-- page content -->
<div class="main-content">
<div class="container">
<!-- start of contact -->
<div class="columns is-multiline is-centered">
<!-- start of contact -->
<article class="column is-7">
<div class="card">
<!-- contact header -->
<div class="card-content-header has-text-centered">
<h4 class="title is-4">Contact Header</h4>
</div>
<!-- end of contact header -->
<!-- contact content -->
<div class="card-content">
<div class="content">
<div class="card-inner-wrapper">
<div class="card-content-text">
<!-- contact text -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lacinia euismod urna, in gravida leo efficitur a. Sed tempus augue risus, eget faucibus urna hendrerit a. Donec pulvinar maximus dui ut porttitor.</p>
<!-- end contact text -->
<!-- form begin -->
<div class="card-content-form">
<form>
<div class="field">
<label class="label">Name</label>
<p class="control">
<input class="input" type="text" placeholder="Text">
</p>
</div>
<div class="field">
<label class="label">Email</label>
<p class="control">
<input class="input" type="email" placeholder="Email" value="">
</p>
</div>
<div class="field">
<label class="label">Message</label>
<p class="control">
<textarea class="textarea" placeholder="Message"></textarea>
</p>
</div>
<div class="field is-grouped">
<p class="control">
<button class="button is-button-grey">Send</button>
</p>
<p class="control">
<button class="button is-button-grey">Clear</button>
</p>
</div>
</form>
</div>
<!-- form end -->
</div>
<!-- contact footer -->
<div class="card-content-footer-small">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#gnusocial" />
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#diaspora" />
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#mastodom" />
</svg>
</span>
</a>
</div>
</div>
<!-- end of contact footer -->
</div>
</div>
</div>
</div>
</article>
<!-- end of contact column -->
</div>
<!-- end of contact columns -->
</div>
</div>
<!-- end of page content -->
<!-- footer: will stick to the bottom -->
<footer class="footer footer-top-shadow">
<!-- header nav content -->
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#diaspora"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#gnusocial"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#pump"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#pixelfed"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#peertube"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#mediagoblin"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#matrix"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#rss"/>
</svg>
</span>
</a>
</div>
<!-- end of header nav content -->
<div class="container has-text-centered">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#libregit"/>
</svg>
</span>
<p>template by <a href="https://libregit.org/heckyel">libregit.org/heckyel</a></p>
<p>this template is Free Software</p>
</div>
</footer>
<!-- end of footer -->
</body>
</html>
|