2020-03-05 04:10:52 +00:00
<!DOCTYPE html>
{{- $filePath := .File -}}
{{- $gitUrl := .Site.Data.myvars.giturl -}}
< html lang = "{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}" >
{{- partial "head.html" . -}}
{{ partialCached "css.html" . }}
< body class = "mx-4" >
{{ with .Site.Data.myvars.edit }}
< div class = "flex justify-between sticky top-0 static border-b-8 z-10 border-CoconutCream bg-AuChico px-1 pt-2" >
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_edit/master/content/{{ $filePath }}" > edit_this< / a >
2020-04-01 23:45:37 +00:00
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_new/master/content/topic/" > add_new_topic< / a >
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_new/master/content/session/" > add_new_session< / a >
2020-03-05 04:10:52 +00:00
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_edit/master/PUBLISH.trigger.md" > publish< / a >
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}" > ? < / a >
< / div >
{{ end }}
2020-10-05 02:19:12 +00:00
< div class = "printheader" > < / div >
{{ if eq (printf "%s" .Page.File) "annex/womenonwaves.md" }}
< div class = "drone" >
< div class = "dronespacer1" > < / div >
< figure >
< img src = "../../images/169.png" width = "100%" >
< figcaption >
< h4 > Figure 1. The abortion drone has been used in recent campaigns in Poland (2015) and Ireland (2016). The drone flies abortion pills from one country to women in another country. Using the different legislations and regulations it makes the reality of women in countries where abortion is restricted visible by creating access to the abortion pills.< / h4 >
< / figcaption >
< / figure >
< div class = "dronespacer2" > < / div >
< / div >
{{ end }}
2020-03-05 04:10:52 +00:00
{{- partial "header.html" . -}}
2020-03-08 00:58:32 +00:00
< main class = "lg:flex mb-4 pt-2 justify-between md:flex-row" >
< aside class = "lg:w-2/5 pr-4 pt-16 lg:sticky lg:top-0 lg:static h-full mb-6 md:w-full" >
2020-03-05 04:10:52 +00:00
{{- block "sidebar" . }}{{- end }}
< / aside >
2020-03-08 00:58:32 +00:00
< article class = "lg:w-3/5 pt-32 md:w-full" >
2020-03-05 04:10:52 +00:00
{{- block "main" . }}{{- end }}
< / article >
< / main >
{{- partial "footer.html" . -}}
< / body >
< / html >