forked from solidaridadUY/solidaridaduy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
151 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
{% if (page.id or page.title != blank) and page.url != "/"%} | ||
<title>{{site.title}} | {{page.title}}</title> | ||
{% else %} | ||
<title>{{site.title}}</title> | ||
{% endif %} | ||
|
||
<meta name="generator" content="Jekyll v3.8.5" /> | ||
{% if page.id %} | ||
<meta property="og:title" content="{{site.title}} | {{page.title}}" /> | ||
{% else %} | ||
<meta property="og:title" content="{{site.title}}" /> | ||
{% endif %} | ||
<meta property="og:locale" content="es_UY" /> | ||
<meta name="description" content="{{site.description}}" /> | ||
<meta property="og:description" content="{{site.description}}" /> | ||
<link rel="canonical" href="{{page.url | absolute_url}}" /> | ||
<meta property="og:url" content="{{page.url | absolute_url}}" /> | ||
<meta property="og:site_name" content="{{site.title}}" /> | ||
<script type="application/ld+json"> | ||
{"@type":"WebSite","url":"{{page.url}}","name":"{{site.title}}","headline":"{{site.title}}","description":"{{site.description}}","@context":"https://schema.org"}</script> | ||
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"><link type="application/atom+xml" rel="alternate" href="{{ "feed.xml" | absolute_url }}" title="{{site.title}}" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="home"> | ||
{%- if page.title -%} | ||
<h1 class="page-heading">{{ page.title }}</h1> | ||
{%- endif -%} | ||
|
||
{{ content }} | ||
|
||
|
||
{% if site.paginate %} | ||
{% assign posts = paginator.organizaciones %} | ||
{% else %} | ||
{% assign posts = site.organizaciones %} | ||
{% endif %} | ||
|
||
|
||
{%- if posts.size > 0 -%} | ||
<h2 class="post-list-heading">Todas las organizaciones</h2> | ||
<ul class="post-list"> | ||
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} | ||
{%- for post in posts -%} | ||
<li> | ||
<span class="post-meta">{{ post.barrio }}, {{ post.departamento }}</span> | ||
<h3> | ||
<a class="post-link" href="{{ post.url | relative_url }}"> | ||
{{ post.title | escape }} | ||
</a> | ||
</h3> | ||
{%- if site.show_excerpts -%} | ||
{{ post.excerpt }} | ||
{%- endif -%} | ||
</li> | ||
{%- endfor -%} | ||
</ul> | ||
|
||
{% if site.paginate %} | ||
<div class="pager"> | ||
<ul class="pagination"> | ||
{%- if paginator.previous_page %} | ||
<li><a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page">{{ paginator.previous_page }}</a></li> | ||
{%- else %} | ||
<li><div class="pager-edge">•</div></li> | ||
{%- endif %} | ||
<li><div class="current-page">{{ paginator.page }}</div></li> | ||
{%- if paginator.next_page %} | ||
<li><a href="{{ paginator.next_page_path | relative_url }}" class="next-page">{{ paginator.next_page }}</a></li> | ||
{%- else %} | ||
<li><div class="pager-edge">•</div></li> | ||
{%- endif %} | ||
</ul> | ||
</div> | ||
{%- endif %} | ||
|
||
{%- endif -%} | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting"> | ||
<header class="post-header"> | ||
<h1 class="post-title p-name" itemprop="name headline"> | ||
{{ page.title | escape }} | ||
</h1> | ||
</header> | ||
|
||
<div class="post-content e-content" itemprop="articleBody"> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td class="title">Actividad:</td> | ||
<td>{{page.actividades}}</td> | ||
</tr> | ||
<tr> | ||
<td class="title">Departamento:</td> | ||
<td>{{page.departamento}}</td> | ||
</tr> | ||
<tr> | ||
<td class="title">Barrio:</td> | ||
<td>{{page.barrio}}</td> | ||
</tr> | ||
<tr> | ||
<td class="title">Dirección:</td> | ||
<td>{{page.direccion}}</td> | ||
</tr> | ||
<tr> | ||
<td class="title">Teléfono:</td> | ||
<td>{{page.telefono_contacto}}</td> | ||
</tr> | ||
<tr> | ||
<td class="title">Necesidades:</td> | ||
<td>{{page.necesidades}}</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<div class="post-share-links"> | ||
<i>Compartí esta organización en:</i> | ||
<div> | ||
<span><a target="_blank" href="https://www.facebook.com/sharer.php?u={{site.url}}{{ page.url }}"> | ||
<i class="fab fa-facebook"></i> | ||
</a></span> | ||
<span><a target="_blank" href="https://twitter.com/intent/tweet?url={{site.url}}{{ page.url }}&text={{ page.title }}"> | ||
<i class="fab fa-twitter"></i> | ||
</a></span> | ||
<span><a target="_blank" href="https://wa.me/?text={{ page.title | url_encode }}%20{{site.url}}{{ page.url | url_encode }}"> | ||
<i class="fab fa-whatsapp"></i> | ||
</a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ otros_contactos: "[email protected]" | |
horario: "10:00 a 12:00" | ||
aclaraciones: "Esta es una olla de test" | ||
cuenta_bancaria: "BROU 111111111111-00001" | ||
--- | ||
--- |