-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
366 lines (337 loc) · 15.4 KB
/
Copy pathindex.html
File metadata and controls
366 lines (337 loc) · 15.4 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
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <style>
[v-cloak] {
display: none;
}
</style> -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<title>Digitópia</title>
<!-- Custom fonts for this theme -->
<link
href="vendor/fontawesome-free/css/all.min.css"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- <link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.3.1/lux/bootstrap.min.css"
/> -->
<!-- Theme CSS -->
<link href="css/index.min.css" rel="stylesheet" />
</head>
<body id="page-top">
<div id="app" v-cloak>
<!-- Navigation -->
<nav
class="navbar navbar-expand-lg fixed-top bg-secondary"
id="mainNav"
>
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<img src="img/logo2020.png" width=140 alt="">
</a>
<button
class="navbar-toggler navbar-toggler-right font-weight-bold bg-primary rounded"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a
class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#about"
>{{ $t('sections.about') }}</a
>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a
class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#news"
>{{ $t('sections.news') }}</a
>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a
class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#software"
>{{ $t('sections.software') }}</a
>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a
class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#team"
>{{ $t('sections.team') }}</a
>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a
class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#contacts"
>{{ $t('sections.contacts') }}</a
>
</li>
</ul>
<div>
<a
class="btn btn-sm btn-secondary lang m-0"
@click="changeLocale('pt')"
v-bind:class="{ active: $i18n.locale == 'pt' }"
>PT</a>
<a
class="btn btn-sm btn-secondary lang m-0"
@click="changeLocale('en')"
v-bind:class="{ active: $i18n.locale == 'en' }"
>EN</a>
</div>
</div>
</div>
</nav>
<!-- Masthead -->
<header
class="masthead d-flex align-items-center bg-primary text-center fullpage"
>
<div class="container flex-column">
<h1 class="masthead-heading mb-3 text-uppercase animated slow fadeIn">
Digitópia
</h1>
<p
class="masthead-subheading font-weight-light text-uppercase animated slow fadeInDown"
>
Casa da Música
</p>
</div>
</header>
<!-- ABOUT -->
<section class="page-section bg-secondary" id="about">
<div class="container">
<h2 class="page-section-heading text-center mb-5">{{ $t('sections.about') }}</h2>
<div class="row">
<div class="col-md-6 col-lg-8">
<p>
{{ $t("about.0") }}
</p>
<p>
{{ $t("about.1") }}
</p>
</div>
<div class="col-md-4 col-lg-4">
<figure class="figure">
<img
src="img/digi.jpg"
class="figure-img img-fluid rounded"
alt="A generic square placeholder image with rounded corners in a figure."
/>
<figcaption class="figure-caption">
<!-- A caption for the above image. -->
</figcaption>
</figure>
</div>
</div>
<!-- <div class="row mt-5">
<div class="col-md-4 col-lg-4">
<figure class="figure">
<img
data-src="holder.js/400x200"
class="figure-img img-fluid rounded"
alt="A generic square placeholder image with rounded corners in a figure."
/>
<figcaption class="figure-caption">
A caption for the above image.
</figcaption>
</figure>
</div>
<div class="col-md-6 col-lg-8">
<p>
Digitópia is based on free exchange of knowledge and open source philosophy.
</p>
</div>
</div> -->
</div>
</section>
<!-- NEWS -->
<section class="page-section" id="news">
<div class="container">
<h2 class="page-section-heading text-center mb-5">
{{ $t('sections.news') }}
</h2>
<div class="row">
<div class="col-md-6 col-lg-4" v-for="newsKey in news">
<div class="card mb-3">
<div class="card-header">
{{ $t('news.' + newsKey + '.title') }}
</div>
<div class="card-body">
<h5 class="card-title">{{ $t('news.' + newsKey + '.subtitle') }}</h5>
<p class="card-text" v-html="$t('news.' + newsKey + '.text')"></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SOFTWARE -->
<section class="page-section bg-secondary" id="software">
<div class="container">
<h2 class="page-section-heading text-center mb-5">
{{ $t('sections.software') }}
</h2>
<div class="row" id="projects">
<div
class="col-md-6 col-lg-4 mb-4"
v-for="(project, projectKey) in projects"
>
<div class="card rounded">
<a :href="project.url" target="_blank">
<img
class="card-img-top img-fluid"
:src="project.image"
alt="Card image cap"
/>
</a>
<div class="card-body">
<h5 class="card-title">
{{ project.name }}
</h5>
<p class="card-text">
{{ $t('projects.' + projectKey + '.description') }}
</p>
<!-- <a href="#" class="btn btn-secondary">Ver website</a> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- TEAM -->
<section class="page-section" id="team">
<div class="container">
<h2 class="page-section-heading text-center mb-5">
{{ $t('sections.team') }}
</h2>
<div class="row">
<div
class="col-md-6 col-lg-4 text-center"
v-for="(person, personKey) in team"
>
<img
class="card-img-top img-fluid rounded-circle"
data-src="holder.js/100px200"
:src="person.image"
alt="Card image cap"
/>
<h3 class="mt-3">{{ person.name }}</h3>
<h6>{{ $t('team.' + personKey + '.position') }}</h6>
<p>{{ $t('team.' + personKey + '.about') }}</p>
</div>
</div>
</div>
</section>
<!-- CONTACTS -->
<section
class="page-section bg-secondary text-center"
id="contacts"
>
<div class="container">
<h2 class="page-section-heading text-center mb-5">
{{ $t('sections.contacts') }}
</h2>
<div class="text-center">
<a
v-for="contact in socials"
class="mt-3 btn btn-outline-dark btn-social mx-1"
:href="contact.url"
target="_blank"
>
<i
:class="contact.icon"
class="py-2 fa-fw fa-2x"
></i>
</a>
</div>
</div>
</section>
<!-- FOOTER -->
<!-- <footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="mb-4">Localização</h4>
<p class="subtitle mb-0">
Av. da Boavista, 604-610 <br />4149 - 071 Porto
</p>
</div>
<div class="col-lg-4">
<h4 class="mb-4">Get in touch</h4>
<p class="subtitle mb-0">
lorem ipsum dolor sit amet.
</p>
</div>
</div>
</div>
</footer> -->
<!-- COPYRIGHT -->
<section class="copyright py-4 text-center">
<div class="container">
<p>
Digitópia
<!-- <img src="img/worten.png" width="100" alt="logo worten" class="ml-1"> -->
</p>
<p>
<small>Copyright © Digitópia 2020</small>
</p>
</div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a
class="js-scroll-trigger d-block text-center rounded"
href="#page-top"
>
<i class="fa fa-chevron-up"></i>
</a>
</div>
</div>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> -->
<script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>
<script src="https://unpkg.com/vue-i18n@8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js" integrity="sha256-oE03O+I6Pzff4fiMqwEGHbdfcW7a3GRRxlL+U49L5sA=" crossorigin="anonymous"></script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/holder/2.9.6/holder.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/index.min.js"></script>
<script src="js/data.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/instafeed.js@1.4.1/instafeed.min.js"></script>
</body>
</html>