Skip to content

Commit b7f0413

Browse files
fix deploy
1 parent 0b2fa15 commit b7f0413

File tree

126 files changed

+463
-11472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+463
-11472
lines changed

.babelrc

-3
This file was deleted.

.eslintignore

-3
This file was deleted.

.eslintrc

-12
This file was deleted.

.gitignore

-5
This file was deleted.

src/templates/about.html renamed to about.html

+97-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,57 @@
1-
---
2-
title: Coderockr - Quem Somos
3-
---
1+
<!doctype html>
2+
<html class="no-js" lang="pt">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>Coderockr - Quem Somos</title>
47

5-
<main id="main-content">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<meta name="format-detection" content="telephone=no">
10+
11+
<meta name="description" content="A Coderockr acredita que o desenvolvimento de software é uma arte, que deve ser feita com paixão e dedicação.">
12+
<meta name="keywords" content="Coderockr, Desenvilvimento, Sistemas Web, Aplicativos Mobile, Big Data, Planrockr, Elton Minetto, Joinville.">
13+
14+
<link type="text/plain" rel="author" href="humans.txt" />
15+
<link href="assets/images/favicon.png" rel="shortcut icon">
16+
17+
18+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
19+
20+
<link rel="stylesheet" href="assets/styles/main.css">
621

7-
{{> header}}
22+
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
23+
</head>
24+
<body>
25+
<!--[if lt IE 10]>
26+
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
27+
<![endif]-->
828

29+
30+
<main id="main-content">
31+
32+
<header id="header">
33+
<div class="container">
34+
<div class="row">
35+
<div class="col-md-12 flex-row">
36+
<a href="index.html" title="Coderockr" class="logo">
37+
<img src="assets/images/coderockr.svg" alt="Coderockr Logo">
38+
</a>
39+
<nav>
40+
<ul>
41+
<li><a href="index.html" title="O que fazemos" data-autoscroll="true">O Que Fazemos</a></li>
42+
<li><a href="about.html" title="Quem somos">Quem Somos</a></li>
43+
<li><a href="index.html#products" title="Nossos Produtos" data-autoscroll="true">Produtos</a></li>
44+
<li><a href="https://blog.coderockr.com" title="Blog Coderockr" target="_blank">Blog</a></li>
45+
<li><a href="contact.html" title="Contato">Contato</a></li>
46+
</ul>
47+
</nav>
48+
<a class="mobile hidden-md hidden-lg menu-trigger" href="#menu-mobile" title="Menu">
49+
<img src="assets/images/menu.svg" alt="Menu icon">
50+
</a>
51+
</div>
52+
</div>
53+
</div>
54+
</header>
955
<div id="about" class="wrap">
1056
<section class="banner">
1157
<div class="container">
@@ -558,6 +604,50 @@ <h2>VOCÊ</h2>
558604
</section>
559605
</div>
560606

561-
{{> footer}}
607+
<footer id="footer">
608+
<div class="container">
609+
<div class="row">
610+
<div class="col-md-12">
611+
<ul class="social">
612+
<li><a href="https://www.facebook.com/coderockr" title="Curta a Coderockr no Facebook"><span class="icon-facebook"></span></a></li>
613+
<li><a href="https://twitter.com/coderockr" title="Siga a Coderockr no Twitter" target="_blank"><span class="icon-twitter"></span></a></li>
614+
<li><a href="https://www.youtube.com/user/coderockr" title="Acompahe a Coderockr no YouTube" target="_blank"><span class="icon-youtube"></span></a></li>
615+
<li><a href="https://blog.coderockr.com" title="Leia sore a Coderockr no Medium" target="_blank"><span class="icon-medium"></span></a></li>
616+
<li><a href="https://plus.google.com/+Coderockr" title="Acompahe a Coderockr no Google+" target="_blank"><span class="icon-google-plus"></span></a></li>
617+
<li><a href="https://github.com/Coderockr" title="Acompahe a Coderockr no Github" target="_blank"><span class="icon-github"></span></a></li>
618+
</ul>
619+
<img src="assets/images/hand-white.svg" alt="Coderockr Logo" title="You Rock!" class="pull-right">
620+
<div class="text">
621+
<p>
622+
+55 47 3227-6359 &nbsp;&nbsp;&nbsp;
623+
contato@coderockr.com
624+
</p>
625+
<p class="copyright">© 2016 Coderockr. Todos os direitos reservados. &nbsp; Joinville - SC</p>
626+
</div>
627+
</div>
628+
</div>
629+
</div>
630+
</footer>
631+
</main>
632+
633+
<div class="shadow-layer"></div>
634+
635+
<nav id="menu-mobile">
636+
<div class="container">
637+
<div class="row">
638+
<ul>
639+
<li><a href="index.html">Home</a></li>
640+
<li><a href="index.html#what-we-do" data-autoscroll="true">O Que Fazemos</a></li>
641+
<li><a href="about.html">Quem Somos</a></li>
642+
<li><a href="index.html#products" title="Nossos Produtos" data-autoscroll="true">Produtos</a></li>
643+
<li><a href="https://blog.coderockr.com" title="Blog Coderockr" target="_blank">Blog</a></li>
644+
<li><a href="contact.html">Contato</a></li>
645+
</ul>
646+
<a href="#0" class="close-menu"><img src="assets/images/close.svg" alt="Close icon"></a>
647+
</div>
648+
</div>
649+
</nav>
562650

563-
</main>
651+
<script src="assets/scripts/main.js" async defer></script>
652+
</body>
653+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/images/buffer.svg

+1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/images/estime-o-prazo.png

85.2 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/images/team/jefferson.jpg

29.2 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/images/team/renata.jpg

9.95 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/images/testimonial-4.jpg

200 KB

assets/images/tick-mask.svg

+1

assets/images/tick.svg

+1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/scripts/main.js

+54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)