-
Notifications
You must be signed in to change notification settings - Fork 16
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
58 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<aside class="blog-sidebar"> | ||
|
||
<!-- {{> widgets/subscribe}} --> | ||
{{!> widgets/subscribe}} | ||
|
||
<!-- {{> widgets/links}} --> | ||
{{!> widgets/links}} | ||
|
||
<!-- {{> widgets/slack}} --> | ||
{{> widgets/fbgroup}} | ||
|
||
<!-- {{> widgets/event}} --> | ||
{{> widgets/event}} | ||
|
||
<!-- {{> widgets/feature}} --> | ||
{{> widgets/feature}} | ||
|
||
<!-- {{> widgets/twitter}} --> | ||
{{> widgets/twitter}} | ||
|
||
<!-- {{> widgets/facebook}} --> | ||
{{> widgets/facebook}} | ||
|
||
<!-- {{> widgets/advertising}} --> | ||
{{!> widgets/advertising}} | ||
|
||
<!-- {{> widgets/gplus}} --> | ||
{{!> widgets/gplus}} | ||
|
||
</aside> |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{{! TODO: Extract facebook page slug as Ghost variable }} | ||
<section class="facebook-box widget"> | ||
<div class="fb-like-box" data-href="https://www.facebook.com/cwmarmenor" data-width="290" data-height="300" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false"></div> | ||
<div class="fb-like-box" data-href="https://www.facebook.com/zombts" data-width="290" data-height="300" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false"></div> | ||
</section> |
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,9 @@ | ||
<section class="slack-box widget"> | ||
<a class="twitter-box-profilepic" href="/unete"><img src="{{asset "images/slack.png"}}" alt="Twitter profile picture" /></a> | ||
<img class="twitter-box-coverpic" src="{{asset "images/slackbg.jpg"}}" alt="Twitter cover image" nopin="nopin" /> | ||
<div class="slack-box-content"> | ||
<h4>Únete a la comunidad</h4> | ||
<p>Forma parte de la más vibrante comunidad alrededor del Mar Menor.</p> | ||
<a class="button-add large wide" data-toggle="modal" data-target="#blogsubscribe">Unirme</a> | ||
</div> | ||
</section> |
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 |
---|---|---|
@@ -1,39 +1,37 @@ | ||
<section class="popular-posts widget"> | ||
<h3>Lo <mark>Más</mark> Destacado</h3> | ||
{{! | ||
Yep this is static. Soz. You were probably hoping for something fancy. | ||
}} | ||
<ol> | ||
<h3>Lo | ||
<mark>Más</mark> Destacado</h3> | ||
<ol> | ||
|
||
<li> | ||
<a href="/sobrevivir_a_una_defi_epica_by_mn_1_2"> | ||
<span class="number" aria-hidden="true">1</span>Cómo Sobrevivir A Una DEFI Épica | ||
</a> | ||
</li> | ||
<li> | ||
<a href="/sobrevivir_a_una_defi_epica_by_mn_1_2"> | ||
<span class="number" aria-hidden="true">1</span>Cómo Sobrevivir A Una DEFI Épica | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/el_cwmm_2_0_estrena_directiva"> | ||
<span class="number" aria-hidden="true">2</span>CWMarMenor Estrena Directiva | ||
</a> | ||
</li> | ||
<li> | ||
<a href="/el_cwmm_2_0_estrena_directiva"> | ||
<span class="number" aria-hidden="true">2</span>CWMarMenor Estrena Directiva | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://blog.ghost.org/writing-tools/"> | ||
<span class="number" aria-hidden="true">3</span>13 Writing Tools To Enhance The Quality of Your Blog | ||
</a> | ||
</li> | ||
<li> | ||
<a href="http://blog.ghost.org/writing-tools/"> | ||
<span class="number" aria-hidden="true">3</span>13 Writing Tools To Enhance The Quality of Your Blog | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://blog.ghost.org/markdown/"> | ||
<span class="number" aria-hidden="true">4</span>How to Write Faster, Better & Longer: The Ultimate Guide to Markdown | ||
</a> | ||
</li> | ||
<li> | ||
<a href="http://blog.ghost.org/markdown/"> | ||
<span class="number" aria-hidden="true">4</span>How to Write Faster, Better & Longer: The Ultimate Guide to Markdown | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://blog.ghost.org/distributed-team-tools/"> | ||
<span class="number" aria-hidden="true">5</span>11 Tools That Allow us to Work from Anywhere on Earth as a Distributed Company | ||
</a> | ||
</li> | ||
<li> | ||
<a href="http://blog.ghost.org/distributed-team-tools/"> | ||
<span class="number" aria-hidden="true">5</span>11 Tools That Allow us to Work from Anywhere on Earth as a Distributed Company | ||
</a> | ||
</li> | ||
|
||
</ol> | ||
</ol> | ||
</section> |
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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
|
||
{{! TODO: Extract twitter handle slug as Ghost variable }} | ||
{{! TODO: Extract twitter description as Ghost variable }} | ||
<section class="twitter-box twitter-box-main widget"> | ||
<a class="twitter-box-profilepic" href="http://twitter.com/CWMarMenor"><img src="{{asset "images/logo.png"}}" alt="Twitter profile picture" /></a> | ||
<a class="twitter-box-profilepic" href="http://twitter.com/zombeats_es"><img src="{{asset "images/logo.png"}}" alt="Twitter profile picture" /></a> | ||
<img class="twitter-box-coverpic" src="{{asset "images/twitterbg.jpg"}}" alt="Twitter cover image" nopin="nopin" /> | ||
<div class="twitter-box-content"> | ||
<h4>CWMarMenor</h4> | ||
<p>A non-profit, open source blogging platform. A movement to revolutionise the world of online publishing.</p> | ||
<a href="https://twitter.com/CWMarMenor" class="twitter-follow-button" data-show-count="true">Seguir @CWMarMenor</a> | ||
<h4>Zombeats</h4> | ||
<p>Tu comunidad de beatbox en español. Campeonatos, Historias, Quedadas, Vídeos...</p> | ||
<a href="https://twitter.com/zombeats_es" class="twitter-follow-button" data-show-count="true">Seguir @zombeats_es</a> | ||
</div> | ||
</section> |