Skip to content

Commit 7a418d9

Browse files
committed
Iniciando projeto
1 parent 6704a0e commit 7a418d9

Some content is hidden

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

62 files changed

+777
-1235
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
**/*.swp
2-
.sass-cache
31
_site
2+
.sass-cache
3+
.jekyll-metadata

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#GDG Salvador Website
1+
#GDG Salvador Website 2016

_config.yml

Lines changed: 14 additions & 178 deletions
Original file line numberDiff line numberDiff line change
@@ -1,180 +1,16 @@
1-
---
2-
navbar_logo: "/img/gdg-salvador.svg"
3-
# url: "http://gdg-salvador.github.io" # the base hostname & protocol for your site
4-
url: "" # the base hostname & protocol for your site
5-
baseurl: ""
6-
7-
about: "O Google Developer Groups (GDG) das cidades de Salvador, Recife, Fortaleza, Belo Horizonte e Curitiba realizam no dia 28 de março o GDG DevFest Extended 2015. O objetivo é ser um evento focado nas tecnologias do Google, tendo como público alvo gestores, empreendedores, desenvolvedores e estudantes, acontecendo nos estados com participações locais e remotas. Gostou? Então inscreva-se!"
8-
9-
# Remove this coment and add your city image for show in website
10-
# city_image: /img/igrejinha-pampulha-buenolucas.png
11-
12-
# Informations about event
13-
call_to_action:
14-
link: "https://www.sympla.com.br/gdg-devfest-extended-salvador__30630"
15-
title: "Inscreva-se"
16-
17-
# Conference informations
18-
conf:
19-
contacts:
20-
21-
cover_image: "/img/gdg-salvador.svg"
22-
description: "Google Developers Group - BA - DevFest Extendend"
23-
end_at: "17:30"
24-
map_key: AIzaSyCdv2cEruteJozLlFVXVagofxNPJuqy7jc
25-
place:
26-
address: "SENAI CIMATEC"
27-
city: "Salvador"
28-
geo_point:
29-
lat: -12.93857
30-
lon: -38.386982
31-
state: BA
32-
venue: "Av. Orlando Gomes, 1845 - Piatã"
33-
start_at: "8:30"
34-
sub_title: "28 de Março, Salvador"
35-
title: "GDG DevFest Extended Salvador"
36-
tracking_id: UA-60535075-1
37-
website_url: ""
38-
39-
description: ""
40-
1+
## Site settings
2+
title: GDG Salvador
3+
4+
description: > # this means to ignore newlines until "baseurl:"
5+
Google Developer Group Salvador.
6+
baseurl: "" # the subpath of your site, e.g. /blog/
7+
url: "http://gdg-salvador.github.io" # the base hostname & protocol for your site
8+
twitter_username: gdgssa
9+
github_username: GDG-Salvador
10+
11+
# Build settings
12+
markdown: kramdown
4113
highlighter: pygments
42-
markdown: redcarpet
43-
paginate: 10
44-
45-
partners:
46-
- logo: "/img/google-developers.png"
47-
name: "Google Developers"
48-
url: ""
49-
50-
- logo: /img/gdg-salvador.svg
51-
name: "GDG Salvador"
52-
url: ""
53-
54-
- logo: /img/wtm.png
55-
name: "Women Techmakers"
56-
url: "https://developers.google.com/women-techmakers"
57-
58-
- logo: /img/partners/lucasbueno.png
59-
name: "Lucas Bueno"
60-
url: "https://plus.google.com/+LucasBueno"
61-
62-
permalink: "/:year/:month/:day/:title"
63-
64-
schedule:
65-
- link: ""
66-
name: "GDG Salvador"
67-
photo: /img/gdg-salvador.svg
68-
presentation:
69-
remote: "false"
70-
description: ""
71-
time:
72-
hour: "8:30"
73-
turn: "am"
74-
title: Credenciamento
75-
76-
- link: ""
77-
name: "GDG Salvador"
78-
photo: /img/gdg-salvador.svg
79-
presentation:
80-
remote: "false"
81-
description: ""
82-
time:
83-
hour: "8:50"
84-
turn: "am"
85-
title: Abertura
86-
87-
88-
89-
- link: "#"
90-
name: "Juan José Rodriguez"
91-
photo: "/img/speakers/juan-rodriguez.jpg"
92-
presentation:
93-
remote: "true"
94-
description: "Compartilhar a experiencia de um Glass Explorer desde o inicio ate a reengenharia do programa"
95-
time:
96-
hour: "9:00"
97-
turn: "am"
98-
title: "Google Glass e as melhores experiencias do Programa Glass Explorer"
99-
100-
- link: "#"
101-
name: "Wilson Mendes"
102-
photo: "/img/speakers/wilson-mendes.jpeg"
103-
presentation:
104-
remote: "false"
105-
description: 'Angularjs é um framework javascript construido e mantido pelo grupo de engenheiros do Google, ele usa o HTML como uma "template engine" aliado a conceitos de Orientação a Objetos, testes, dentre outros, no intuito de fornecer uma solução completa para o cliente-side de sua aplicação. Além disso tem total compatibilidade com as bibliotecas javascript mais utilizadas, como jQuery. é um novo conceito para desenvolvimento de web apps client-site.<br/><br/>Entenda as novidades que estão por vir com o AngularJS 2.0, as novas definições, facilidades, novos desafios e entenda o motivo do AngularJS ser um framework excelente para todos os momentos.<br/><br/><i>Wilson é GDE (Google Developer Expert) de AngularJS, organizador do GDG Salvador, apaixonado por tecnologia e ativo em várias comunidades com foco em desenvolvimento web, incluindo AngularJS, JavaScript, HTML5, CSS3, Workflow, web performance e segurança. Participa de organizações de eventos, palestra em conferências pelo Brasil e contribui com vários projetos open source.</i>'
106-
time:
107-
hour: "10:00"
108-
turn: "am"
109-
title: "O futuro dos WebApps com AngularJS 2.0"
110-
111-
- link: "#"
112-
name: "Gláuber Brennon"
113-
photo: "/img/speakers/glauber.jpg"
114-
presentation:
115-
remote: "false"
116-
description: "A Representational State Transfer (REST), em português Transferência de Estado Representacional, é uma abstração da arquitetura Web e tem emergido como uma excelente opção para arquitetar Interface de Programação de Aplicações/aplicativos (conhecidos como API's) Web e mobile, dentre outros. Nesta apresentação você conhecerá mais sobre como construir uma API REST utilizando o microframework python Flask, além de dicas e truques sobre esta arquitetura"
117-
time:
118-
hour: "11:00"
119-
turn: "am"
120-
title: "Escrevendo API's REST com o Flask"
121-
122-
- link: "#"
123-
name: "Eduardo Emery"
124-
photo: "/img/speakers/emery.jpg"
125-
presentation:
126-
remote: "true"
127-
description: "Descubra ferramentas e funcionalidades da Google que você não conhecia e que podem te ajudar na sua vida como desenvolvedor e no seu dia-a-dia. Além de conhecer mais sobre o programa de Jovens Embaixadores Google.<br/><i><b>Eduardo Emery</b> é Estudante de Engenharia de Controle e Automação na Universidade de Pernambuco, Jovem Embaixador Google da sua Universidade, certificado em AdWords, guia local Google, desenvolvedor e apaixonado por robótica.</i>"
128-
time:
129-
hour: "14:00"
130-
turn: "pm"
131-
title: "O Google que você não conhece!"
132-
133-
- link: "#"
134-
name: "Rafael Verger"
135-
photo: "/img/speakers/rafael-verger.jpg"
136-
presentation:
137-
remote: "false"
138-
description: "A história de como o JavaScript entrou para o back-end do JusBrasil, maior portal de informação pública brasileiro; nosso primeiro projeto com Node.js e o que vem por aí!"
139-
time:
140-
hour: "15:00"
141-
turn: "pm"
142-
title: "JusBrasil.js"
143-
144-
- link: "#"
145-
name: ""
146-
photo: "/img/gdg.png"
147-
presentation:
148-
remote: "false"
149-
description: ""
150-
time:
151-
hour: "16:00"
152-
turn: "pm"
153-
title: "Coffee Break e Networking"
154-
155-
- link: "https://developers.google.com/groups/pulse/Brazil"
156-
name: GDGs
157-
photo: /img/gdg.png
158-
presentation:
159-
remote: "false"
160-
description: ""
161-
time:
162-
hour: "16:20"
163-
turn: "pm"
164-
title: "Painel sobre Internet das Coisas - IoT"
165-
166-
- link: "#"
167-
name: "Mobilidade além do smartphone"
168-
photo: "/img/speakers/paulo-ortins.jpg"
169-
presentation:
170-
remote: "false"
171-
description: ' Mobilidade é só smartphone? Claro que não! Nessa palestra vamos conhecer novos brinquedos que já estão mudando ou vão mudar a forma com que interagimos no mundo. Se prepare para conhecer mais sobre beacons bluetooth, relógios (smart watches), óculos e até mesmo carros inteligentes!'
172-
time:
173-
hour: "17:20"
174-
turn: "pm"
175-
title: "A confirmar"
14+
permalink: /:title/
17615

177-
sponsors:
178-
- logo: "/img/senai.png"
179-
name: "Senai Cimatec"
180-
url: "http://portais.fieb.org.br/senai/senai-na-sua-cidade/salvador/cimatec.html"
16+
exclude: ['package.json', '_src', 'node_modules', 'vendor/bundle/ruby']

_includes/footer.html

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
1-
<footer>
2-
<div class="container">
3-
<img class="img-grayscale-inverse" src="{{ "/img/gdg-devfest-extended.png" | prepend: site.baseurl | prepend: site.url }}" height="80" />
1+
<footer class="site-footer">
2+
3+
<div class="wrapper">
4+
5+
<h2 class="footer-heading">{{ site.title }}</h2>
6+
7+
<div class="footer-col-wrapper">
8+
<div class="footer-col footer-col-1">
9+
<ul class="contact-list">
10+
<li>{{ site.title }}</li>
11+
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
12+
</ul>
13+
</div>
14+
15+
<div class="footer-col footer-col-2">
16+
<ul class="social-media-list">
17+
{% if site.github_username %}
18+
<li>
19+
{% include icon-github.html username=site.github_username %}
20+
</li>
21+
{% endif %}
22+
23+
{% if site.twitter_username %}
24+
<li>
25+
{% include icon-twitter.html username=site.twitter_username %}
26+
</li>
27+
{% endif %}
28+
</ul>
29+
</div>
30+
31+
<div class="footer-col footer-col-3">
32+
<p>{{ site.description }}</p>
33+
</div>
434
</div>
5-
</footer>
35+
36+
</div>
37+
38+
</footer>

_includes/head.html

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
11
<head>
2-
<title>{{ site.conf.title }} - {{ site.conf.sub_title }}</title>
3-
42
<meta charset="utf-8">
5-
<meta name="author" content="{{site.conf.title}}">
6-
<meta name="description" content="{{site.conf.description}}">
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
95

10-
<meta name="HandheldFriendly" content="True" />
11-
<meta name="MobileOptimized" content="320" />
12-
<meta name="apple-mobile-web-app-capable" content="yes">
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
6+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
7+
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
148

9+
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
1510
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
16-
17-
<!-- FACEBOOK -->
18-
<!--<meta property="fb:app_id" content="372862979453673">-->
19-
<meta property="og:type" content="website">
20-
<meta property="og:url" content="{{site.conf.website_url}}">
21-
<meta property="og:title" content="{{site.conf.title}} ">
22-
<meta property="og:description" content="{{site.conf.description}}">
23-
<meta property="og:image" content="{{site.conf.cover_image}}">
24-
<!-- / FACEBOOK -->
25-
26-
<!-- Latest compiled and minified CSS -->
27-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
28-
29-
<!-- Roboto Font -->
30-
<link href="http://fonts.googleapis.com/css?family=Roboto:400,700,300,100" rel="stylesheet" type="text/css">
31-
32-
<!-- Base CSS -->
33-
34-
<link rel="stylesheet" href="{{ "/css/style.css" | prepend: site.baseurl | prepend: site.url }}">
35-
<link rel="icon" type="image/png" href="{{ "/img/favicon.png" | prepend: site.baseurl | prepend: site.url }}" />
36-
37-
</head>
11+
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
12+
</head>

_includes/header.html

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
<nav id="main-nav" class="navbar navbar-inverse navbar-fixed-top navbar-example" >
2-
<div class="container">
3-
<div class="navbar-header">
4-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
5-
<span class="sr-only">Trocar navegação</span>
6-
<span class="icon-bar"></span>
7-
<span class="icon-bar"></span>
8-
<span class="icon-bar"></span>
9-
</button>
10-
<a class="navbar-brand" href="#home">
11-
<img class="img-grayscale-inverse" src="{{ site.navbar_logo | prepend: site.baseurl | prepend: site.url }}"/>
12-
</a>
13-
</div>
1+
<header class="site-header">
142

15-
<div id="navbar" class="collapse navbar-collapse">
16-
<ul class="nav navbar-nav navbar-right">
17-
<li><a href="#sobre">Sobre</a></li>
18-
<li><a href="#palestras">Palestras</a></li>
19-
<li><a href="#localizacao">Localização</a></li>
20-
<li><a href="#parceiros">Parceiros</a></li>
21-
<li><a href="#patrocinadores">Patrocinadores</a></li>
22-
</ul>
23-
</div><!--/.nav-collapse -->
3+
<div class="wrapper">
4+
5+
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
6+
7+
<nav class="site-nav">
8+
<a href="#" class="menu-icon">
9+
<svg viewBox="0 0 18 15">
10+
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
11+
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
12+
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
13+
</svg>
14+
</a>
15+
16+
<div class="trigger">
17+
{% for my_page in site.pages %}
18+
{% if my_page.title %}
19+
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
20+
{% endif %}
21+
{% endfor %}
2422
</div>
25-
</nav>
23+
</nav>
24+
25+
</div>
26+
27+
</header>

_includes/icon-github.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>

_includes/icon-github.svg

Lines changed: 1 addition & 0 deletions
Loading

_includes/icon-twitter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>

_includes/icon-twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)