-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
473 lines (452 loc) · 18.8 KB
/
index.html
File metadata and controls
473 lines (452 loc) · 18.8 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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>UniCariocaDev - Matrix Project</title>
<meta name="description" content="This site is dedicated to Matrix Project" />
<meta name="keywords" content="unicariocadev, projeto matrix" />
<meta name="author" content="UniCariocaDev" />
<!-- Open Sans Google font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700,800">
<!-- Raleway Google font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700,800">
<!-- Favicons -->
<link rel="shortcut icon" href="images/icons/eagle-icon.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/icons/apple-eagle-icon.png">
<!-- Fontawesome fonts css file -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate.css file -->
<link rel="stylesheet" href="css/animate.css">
<!-- Owl carousel css files -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Bootstrap file -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom styles css file -->
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Loading page -->
<div class="loader">
<div class="loader-wrapper center">
Matrix
</div>
</div>
<!-- End Loading page -->
<!-- Start Header Section -->
<div class="header">
<!--Navigation Menu-->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!--Menu Items-->
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#about-me" id="aboutme-btn">About</a></li>
<li><a href="#testimonials" id="testimonials-btn">Endorsements</a></li>
<li><a href="#portfolio" id="portfolio-btn">Portfolio</a></li>
</ul>
</div>
</div>
</nav>
<div class="header-main text-center">
<div class="pattern"></div>
<div class="heading">
<!--Heading (Change Heading in Plugin.js file)-->
<h1 id="typing-effect"></h1>
<span>|</span>
</div>
<div class="button" id="portfolio-btn-2">
Our work
</div>
<!-- <div class="animated-button" id="animated-btn-1">
<img src="images/click-here-logo.png"></img>
</div>
<div class="animated-star-logo" id="animated-btn-2">
<i class="fa fa-star" style="font-size:24px"></i>
</div> -->
</div>
</div>
<!-- End Header Section -->
<!-- Start About Me Section -->
<div class="about-me">
<div class="container">
<!--Title Section-->
<div class="sec-title">
<h2 class="h2">A bit of <span>history</span></h2>
</div>
<!--Main Section-->
<div class="sec-main">
<div class="row">
<div class="left-col col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img src="images/mentores.jpg" class="center-block img-responsive"></img>
<!--Your Photo-->
</div>
<div class="right-col col-lg-6 col-md-6 col-sm-12 col-xs-12">
<h3>A long<span> time</span> ago...</h3>
<p>The UniCariocaDev Group was created back in 2011.</p>
<p>Our motivation is to connect people and help each other to evolve, personally and professionally.
During the years, we saw students coming to the market lacking some important skills. They didn't know the main technologies that the companies were working on.
So the Matrix Project was born.
The Matrix's purpose is helping the students to improve their skills. We've used an immersive approach, giving them a full experience software development scenario, like in a Startup.</p>
<div class="skills">
<ul>
<li>IMMERSION IN THE MARKET</li>
<li>Innovation</li>
<li>Mentoring</li>
<li>Modern technologies</li>
<li>Agile</li>
<li>Entrepreneurship</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End About Me Section -->
<!-- Starts Testimonials Section -->
<div class="testimonials">
<div class="overlay"></div>
<div class="pattern2"></div>
<div class="container">
<div id="owl-demo" class="sec-main owl-carousel owl-theme">
<!--Client No. 1-->
<div class="item center">
<h3 class="client-name">Rappaella Lopes</h3>
<p class="client-info">Tester</p>
<i class="icon fa fa-quote-left"></i>
<div class="review center">
<p>What this project did for me is worth more than money or even a diploma.
</p>
</div>
</div>
<!--Client No. 2-->
<div class="item center">
<h3 class="client-name">Joice Paz</h3>
<p class="client-info">Developer</p>
<i class="icon fa fa-quote-left"></i>
<div class="review center">
<p>I learnt a lot of new technologies and improved my social skills.
</p>
</div>
</div>
<!--Client No. 3-->
<div class="item center">
<h3 class="client-name">Paulo Victor</h3>
<p class="client-info">Developer</p>
<i class="icon fa fa-quote-left"></i>
<div class="review center">
<p>The Matrix project was very difficult. I have grown a lot and I would like to thank the mentors for this.
</p>
</div>
</div>
<!--Client No. 4-->
<!-- <div class="item center">
<h3 class="client-name">Participantes</h3>
<p class="client-info">Onde atuou</p>
<i class="icon fa fa-quote-left"></i>
<div class="review center">
<p>Pegar algum trecho importante do vídeo e passar para texto.
</p>
</div>
</div> -->
</div>
</div>
</div>
<!-- End Testimonial Section -->
<!-- Start Youtube Channel Section -->
<div class="about-me">
<div class="container">
<!--Title Section-->
<div class="sec-title">
<h2 class="h2">Matrix on <span>Youtube</span></h2>
</div>
<!--Main Section-->
<div class="sec-main">
<div class="row">
<div class="col-lg-offset-3 col-lg-offset-3 col-md-offset-3 col-sm-12 col-xs-12">
<iframe width="560" height="315" src="https://www.youtube.com/embed/yZyiUq_yxUs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!--Your Photo-->
</div>
<!-- <div class="right-col col-lg-6 col-md-6 col-sm-12 col-xs-12">
</div> -->
</div>
</div>
</div>
</div>
<!-- End Youtube Channel Section -->
<!-- Start Portfolio Section -->
<div class="portfolio">
<div class="container">
<!--Title Section-->
<div class="sec-title">
<h2 class="h2">The <span>Portfolio</span>.</h2>
</div>
<!--Main Section-->
<div class="sec-main">
<div class="portfolio-menu controls center">
<!--Portfolio Menu-->
<button class="filter round-corners" data-filter="all" data-content="All">All</button>
<button class="filter round-corners" data-filter=".matrix" data-content="PROJETOMATRIX">Matrix</button>
<button class="filter round-corners" data-filter=".unicariocadev" data-content="UNICARIOCADEV">UniCariocaDev</button>
</div>
<div class="projects">
<!--Project No. 1-->
<div class="mix unicariocadev col-lg-4 col-md-6 col-sm-6 col-xs-12" data-my-order="1">
<div class="img-wrapper center" data-toggle="modal" data-target="#modal-1">
<img src="images/logo-unicariocadev.png" class="center-block img-responsive" alt="project 1">
<!--Project Image-->
<div class="overlay-content">
<p>UniCariocaDev</p>
<span>Since Sep 15, 2011</span>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-1" tabindex="-1" role="dialog" aria-labelledby="label_1">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_1">UniCariocaDev</h3>
<!-- <p class="cat">( Branding )</p> -->
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="images/logo-unicariocadev.png" alt="project-1">
<p>UniCariocaDev is a self-organized and non-profit group of students, alumni and enthusiasts.
</p>
</div>
</div>
</div>
</div>
<!-- End Modal -->
</div>
<!--Project No. 2-->
<div class="mix matrix col-lg-4 col-md-6 col-sm-6 col-xs-12" data-my-order="2">
<div class="img-wrapper center" data-toggle="modal" data-target="#modal-2">
<img src="images/matrix1.jpg" class="center-block img-responsive" alt="project 2">
<!--Project Image-->
<div class="overlay-content">
<p>First Edition</p>
<span>09 Jun, 2016</span>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-2" tabindex="-1" role="dialog" aria-labelledby="label_2">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_2">First Edition - Matrix</h3>
<!-- <p class="cat">( Photos )</p> -->
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="images/matrix1.jpg" alt="project-2">
<p>
In this edition our approach was to create an entire application (back and front-end) using C#, JavaScript, ASP.NET MVC and HTML5.
The participants built a software to rate films, consuming an API.
Source Code: <a style="color: blue" href="https://github.com/UnicariocaDev/Devflix">Devflix</a>
</p>
</div>
</div>
</div>
</div>
<!-- End Modal -->
</div>
<!--Project No. 3-->
<div class="mix matrix col-lg-4 col-md-6 col-sm-6 col-xs-12" data-my-order="3">
<div class="img-wrapper center" data-toggle="modal" data-target="#modal-3">
<img src="images/matrix2.jpg" class="center-block img-responsive" alt="project 3">
<!--Project Image-->
<div class="overlay-content">
<p>Second Edition</p>
<span>03 Jun, 2017</span>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-3" tabindex="-1" role="dialog" aria-labelledby="label_3">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_3">Second Edition - Matrix/h3>
<!-- <p class="cat">( Illustration )</p> -->
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="images/matrix2.jpg" alt="project-3">
<p>
In this edition our approach was to create a front-end application first and as back-end the Firebase (Google).
Using VueJS and Materialize, the participants built an exam scheduler.
Source Code: <a style="color: blue" href="https://github.com/UnicariocaDev/Agendador">Scheduler</a>
</p>
</div>
</div>
</div>
</div>
<!-- End Modal -->
</div>
<!--Project No. 4-->
<div class="mix unicariocadev col-lg-4 col-md-6 col-sm-6 col-xs-12" data-my-order="4">
<div class="img-wrapper center" data-toggle="modal" data-target="#modal-4">
<img src="images/unicariocadevday.jpg" class="center-block img-responsive" alt="project 4">
<!--Project Image-->
<div class="overlay-content">
<p>UniCariocaDevDay</p>
<span>Yearly</span>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-4" tabindex="-1" role="dialog" aria-labelledby="label_4">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_4">UniCariocaDevDay</h3>
<!-- <p class="cat">( Branding )</p> -->
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<img class="center-block img-responsive" src="images/unicariocadevday.jpg" alt="project-4">
<p>It's time to share...
</p>
</div>
</div>
</div>
</div>
<!-- End Modal -->
</div>
<!--Project No. 5-->
<div class="mix illustration col-lg-4 col-md-6 col-sm-6 col-xs-12" data-my-order="5">
<div class="img-wrapper center" data-toggle="modal" data-target="#modal-5">
<img src="images/matrix3.jpg" class="center-block img-responsive" alt="project 5">
<!--Project Image-->
<div class="overlay-content">
<p>Third Edition</p>
<span>July, 2018</span>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modal-5" tabindex="-1" role="dialog" aria-labelledby="label_5">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_5">Third Edition - Matrix</h3>
<!-- <p class="cat">( Illustration )</p> -->
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Project Image In Modal -->
<!-- <img class="center-block img-responsive" src="images/img5.jpg" alt="project-5"> -->
<img class="center-block img-responsive" src="images/matrix3.jpg" alt="project-5">
<p>
In this edition, the mentors brought back a fully experience in Software Developer area <br>
The participants were split into two groups (front-end and back-end).<br>
As front-end, one group have learnt React and the other (as back-end) have learnt Java and Sprint Boot.<br>
We've produced a tool to help people learn a new language focusing on listening skills. <br>
Source Code:<br>
<a style="color: blue" href="https://github.com/UnicariocaDev/idiomafrontend">Front-end</a><br>
<a style="color: blue" href="https://github.com/UnicariocaDev/IdiomaBackend">Back-end</a><br>
<a style="color: blue" href="https://youtu.be/yZyiUq_yxUs">See the restrospective of third edition</a>
</p>
</div>
</div>
</div>
</div>
<!-- End Modal -->
</div>
<!--Project No. 6-->
<!-- <div class="mix photos col-lg-4 col-md-6 col-sm-6 col-xs-12" data-my-order="6">
<div class="img-wrapper center" data-toggle="modal" data-target="#modal-6">
<img src="images/img6.jpg" class="center-block img-responsive" alt="project 6">
<div class="overlay-content">
<p>Project name</p>
<span>15 March, 2017</span>
</div>
</div>
<div class="modal fade" id="modal-6" tabindex="-1" role="dialog" aria-labelledby="label_6">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="label_6">Project Name</h3>
<p class="cat">( Photos )</p>
</div>
<div class="modal-body">
<img class="center-block img-responsive" src="images/img6.jpg" alt="project-6">
<p>This is demo paragraph, this shows how text would look like here. Use point to point descri- tion as it would look
more attractive and meaningfull. A brief description woul look more prof- esional and will engage people or your
clients for more time.
</p>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- End Portfolio Section -->
<div class="footer">
<div class="social-media-icons center">
<!--Social Media Icons-->
<a href="https://www.facebook.com/unicariocadev/"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/unicariocadev"><i class="fa fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UCCyUfr1ByC5gQKG5FlBFQ0Q"><i class="fa fa-youtube"></i></a>
<a href="https://github.com/UnicariocaDev/"><i class="fa fa-github"></i></a>
</div>
<p class="center">UniCariocaDev - Unir, Compartilhar, Colaborar e Crescer</p>
</div>
<!-- End Footer Section -->
<!-- Including jQuery file -->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- Including jQuery.appear file -->
<script src="js/jquery.appear.js"></script>
<!-- Bootstrap js File -->
<script src="js/bootstrap.min.js"></script>
<!-- Typewriter Effect File -->
<script src="js/typed.js"></script>
<!-- Owl Carousel File -->
<script src="js/owl.carousel.min.js"></script>
<!-- Mixitup File -->
<script src="js/jquery.mixitup.min.js"></script>
<!-- form validation file -->
<script src="js/validator.min.js"></script>
<!-- Google Map -->
<!-- <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YourKeyHere&callback=init"></script> -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAJ7isPqPEHuA6gzym-5VjZitbWZ05mA0M"></script>
<!-- Custom File -->
<script src="js/plugins.js"></script>
<!-- Wow.js file -->
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>