Skip to content

Commit

Permalink
webiwg/webiwg-issues#9: links para demais sites da rede
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed Sep 4, 2016
1 parent 022de89 commit 63e62a0
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Mais do que apenas citar uma linha de acontecimentos, o objetivo é ir um pouco
além e servir de base para interessados entenderem como chegamos até aqui, e
potencialmente **inspirar ações que melhorem o futuro**.

O projeto é coordenado por [Vilmar Neto @Dkmister](https://github.com/Dkmister).
O projeto é coordenado por [Vilmar Neto](https://github.com/Dkmister).
O site publicado está em [http://historia.pt.webiwg.org/](http://historia.pt.webiwg.org/)
e seu código fonte em [https://github.com/webiwg/historia-web-pt](https://github.com/webiwg/historia-web-pt).

## Sobre o conteúdo desde repositório
- A fonte original já não deve ter versão confiável, de fácil acesso e bem
- A fonte original já não deve ter versão confiável, de fácil acesso e bem
- conhecida em também em português
- Explicitamente, padrões técnicos (que provavelmente já tem tradução) não
- Explicitamente, padrões técnicos (que provavelmente já tem tradução) não
serão incluídos aqui
- Textos com **grande** volume podem não ser incluídos; sem problemas adição
apenas de partes relevantes
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "http://historia.pt.webiwg.org" # url completa para o site. NÃO termine com barra
twitter_username: WebIWG
github_username: WebIWG
github_repository: webiwg/historia-web-pt

# Usado por jekyll-seo-tag
author:
Expand Down
49 changes: 49 additions & 0 deletions _includes/footer-webiwg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<footer class="site-footer">

<div class="wrapper">

<h2 class="footer-heading">Sobre este projeto</h2>
<p>
O projeto <strong><a href="{{ site.baseurl }}/sobre.html">{{ site.title }}</a></strong> ({% include icon-github.html username=site.github_repository %}) é uma iniciativa do <a href="http://www.webiwg.org/">WebIWG</a>, um grupo
de trabalho independente focado em tecnologias da Web, auto-organizado e sem fins lucrativos.
</p>
<h2 class="footer-heading">Sites do WebIWG</h2>
<ul class="list-inline">
<li><a href="http://acessibilidade.pt.webiwg.org/">Acessibilidade Web PT</a></li>
<li><a href="http://historia.pt.webiwg.org/">História da Web PT</a></li>
<li><a href="http://eventos.webiwg.org/">Eventos</a></li>
<li><a href="http://www.webiwg.org/">GT WebIWG</a></li>
</ul>
<!--
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>
{% if site.author %} {{ site.author | escape }} {% else %} {{ site.title | escape }} {% endif %}
</li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
{% if site.github_username %}
<li>
{% include icon-github.html username=site.github_username %}
</li>
{% endif %} {% if site.twitter_username %}
<li>
{% include icon-twitter.html username=site.twitter_username %}
</li>
{% endif %}
</ul>
</div>
<div class="footer-col footer-col-3">
<p>{{ site.description | escape }}</p>
</div>
</div>
-->

</div>

</footer>
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
</main>

{% include footer.html %}
{% include footer-webiwg.html %}

</body>

Expand Down
6 changes: 6 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ $on-laptop: 800px;
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}

.list-inline li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
4 changes: 3 additions & 1 deletion sobre.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ Mais do que apenas citar uma linha de acontecimentos, o objetivo é ir um pouco
além e servir de base para interessados entenderem como chegamos até aqui, e
potencialmente **inspirar ações que melhorem o futuro**.

O projeto é coordenado por [Vilmar Neto @Dkmister](https://github.com/Dkmister).
O projeto é coordenado por [Vilmar Neto](https://github.com/Dkmister).
O site publicado está em [http://historia.pt.webiwg.org/](http://historia.pt.webiwg.org/)
e seu código fonte em [https://github.com/webiwg/historia-web-pt](https://github.com/webiwg/historia-web-pt).

0 comments on commit 63e62a0

Please sign in to comment.