Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 9f990cc

Browse files
committed
Fixing issue with Mixed content
1 parent 0bdc11f commit 9f990cc

9 files changed

+16
-16
lines changed

_layouts/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<section class="article">
66

77
<div class="overlay"></div>
8-
<div class="featured-image" style="background-image: url({{ site.github.url }}/images/{{ page.image.feature }})"></div>
8+
<div class="featured-image" style="background-image: url(/images/{{ page.image.feature }})"></div>
99
{% else %}
1010

1111
{% include head-dark.html %}

_layouts/post-light-feature.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<section class="article">
66

77
<div class="overlay overlay-lighter"></div>
8-
<div class="featured-image" style="background-image: url({{ site.github.url }}/images/{{ page.image.feature }})"></div>
8+
<div class="featured-image" style="background-image: url(/images/{{ page.image.feature }})"></div>
99
{% else %}
1010

1111
{% include head-dark.html %}

_layouts/post-no-feature.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<section class="article">
66

77
<div class="overlay"></div>
8-
<div class="featured-image" style="background-image: url({{ site.github.url }}/images/{{ page.image.feature }})"></div>
8+
<div class="featured-image" style="background-image: url(/images/{{ page.image.feature }})"></div>
99
{% else %}
1010

1111
{% include head-dark.html %}

_layouts/post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<section class="article">
44

55
{% if page.image.feature %}
6-
<div class="featured-image" style="background-image: url({{ site.github.url }}/images/{{ page.image.feature }})">
6+
<div class="featured-image" style="background-image: url(/images/{{ page.image.feature }})">
77
{% else %}
8-
<div class="featured-image" style="background-image: url({{ site.github.url }}/images/beers.png)">
8+
<div class="featured-image" style="background-image: url(/images/beers.png)">
99
{% endif %}
1010
<div class="header-content">
1111
<h1>

checklist.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66
feature: beers.png
77
---
88

9-
![devbeers logo]({{ site.github.url }}/images/logos/devbeers/devbeerslogo.png )
9+
![devbeers logo](/images/logos/devbeers/devbeerslogo.png )
1010

1111
### Checklist for running a devbeers
1212

@@ -39,9 +39,9 @@ First of all, you're awesome! Thanks for helping spread the devbeers, and for he
3939
* Check-in people with <a href="http://www.eventick.com.br/" target="_blank">Eventick</a> / <a href="http://www.eventbrite.com/" target="_blank">Eventbrite</a> / <a href="https://eventioz.com/" target="_blank">Eventioz</a> (Website or app)
4040
* Take pictures (if possible hire photographer)
4141
* Talk to people who are alone and introduce them to others
42-
* After 1 hour from start of the event, gather everyone, introduce yourself and co-organizers, and thank everyone for coming.
42+
* After 1 hour from start of the event, gather everyone, introduce yourself and co-organizers, and thank everyone for coming.
4343
* Pay for the bill
4444

4545
##### Post-event
4646
* Gather all pictures and add them to Dropbox
47-
* Send email one day after to thank participants, and link to Dropbox folder with pictures. Ask if anyone has suggestions on how to make the event better for next month
47+
* Send email one day after to thank participants, and link to Dropbox folder with pictures. Ask if anyone has suggestions on how to make the event better for next month

codeofconduct/coc-english.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
feature: beers.png
88
---
99

10-
![devbeers logo]({{ site.github.url }}/images/logos/devbeers/devbeerslogo-4096x3112.png)
10+
![devbeers logo](/images/logos/devbeers/devbeerslogo-4096x3112.png)
1111

1212
## Code of Conduct - English Version
1313

@@ -32,4 +32,4 @@ Useful Contacts:
3232
* Brazil Local Sexual Assault Hot Line: 180
3333
* Brazil Local Emergency and Non-Emergency Medical: 192
3434

35-
We expect participants to follow these rules at all event venues and event-related social events.
35+
We expect participants to follow these rules at all event venues and event-related social events.

codeofconduct/coc-portuguese.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
feature: beers.png
88
---
99

10-
![devbeers logo]({{ site.github.url }}/images/logos/devbeers/devbeerslogo-4096x3112.png)
10+
![devbeers logo](/images/logos/devbeers/devbeerslogo-4096x3112.png)
1111

1212
## Código de Conduta - Versão em Português
1313

@@ -32,4 +32,4 @@ Contatos Úteis:
3232
* Brasil - Central de Atendimento à Mulher: 180
3333
* Brasil - SAMU: 192
3434

35-
Esperamos que os participantes sigam estas regras em todos os locais do evento e eventos relacionados.
35+
Esperamos que os participantes sigam estas regras em todos os locais do evento e eventos relacionados.

codeofconduct/coc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ image:
77
feature: beers.png
88
---
99

10-
![devbeers logo]({{ site.github.url }}/images/logos/devbeers/devbeerslogo-4096x3112.png)
10+
![devbeers logo](/images/logos/devbeers/devbeerslogo-4096x3112.png)
1111

1212
## Code of Conduct
1313

1414
Below you'll find an English and a Portuguese version of our Code of Conduct. Special thanks to [Tropical Ruby](http://tropicalrb.com/) for allowing us to use their [Code of Conduct](http://tropicalrb.com/en/code-of-conduct/).
1515

1616
* [English version](coc-english.html)
17-
* [Portuguese version](coc-portuguese.html)
17+
* [Portuguese version](coc-portuguese.html)

jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66
feature: beers.png
77
---
88

9-
![devbeers logo]({{ site.github.url }}/images/logos/devbeers/devbeerslogo.png )
9+
![devbeers logo](/images/logos/devbeers/devbeerslogo.png )
1010

1111
### Looking for some awesome work?
1212

@@ -78,4 +78,4 @@ For further information and to apply, please send your curriculum to:
7878

7979
- Position: Java Web Developer
8080
- Skills: EJB3 / JMS / JBoss / Apache / Git / English (writing, reading and conversation)
81-
81+

0 commit comments

Comments
 (0)