rra 6 years ago
parent
commit
d4cc205905
  1. 4
      content/federations.md
  2. 8
      content/pages/agenda.md
  3. 17
      theme/wttf/static/main.css
  4. 2
      theme/wttf/templates/base.html

4
content/federations.md

@ -25,10 +25,10 @@ For these worksessions the invited developers will introduce and outline a few i
## Coming gatherings ## Coming gatherings
### June 1st 2018: ['The Ecosystem Is Moving'](/conversations-gultsch.html) ### June 1st 2018: ['The Ecosystem Is Moving'](conversations-gultsch.html)
an evening on XMPP, federated chat and Conversations with Daniel Gultsch. an evening on XMPP, federated chat and Conversations with Daniel Gultsch.
### June 2nd 2018: 'The Ecosystem Is Moving' worksession. ### June 2nd 2018: ['The Ecosystem Is Moving'](conversations-gultsch.html) - worksession.
A hands-on dive into the affordances and challenges of Conversations as part of a larger free software ecosystem. A hands-on dive into the affordances and challenges of Conversations as part of a larger free software ecosystem.

8
content/pages/agenda.md

@ -3,17 +3,17 @@ slug: agenda
##Upcoming events ##Upcoming events
### Friday, June 1st 2018 ### Friday, June 1st 2018
**['The Ecosystem Is Moving'](/conversations-gultsch.html)** **['The Ecosystem Is Moving'](conversations-gultsch.html)**
An evening on XMPP, federated chat and Conversations with Daniel Gultsch. An evening on XMPP, federated chat and Conversations with Daniel Gultsch.
Start: 20:00h Start: 20:00h
### Saturday, June 2nd 2018 ### Saturday, June 2nd 2018
**['The Ecosystem Is Moving'](/conversations-gultsch.html) - worksession** **['The Ecosystem Is Moving'](conversations-gultsch.html) - worksession**
A hands-on dive into the affordances and challenges of Conversations as part of a larger free software ecosystem. A hands-on dive into the affordances and challenges of Conversations as part of a larger free software ecosystem.

17
theme/wttf/static/main.css

@ -171,22 +171,25 @@ header{
#content{ #content{
margin-bottom:5em; margin-bottom:5em;
} }
#agenda{ #agenda{
width: calc(50% - 6em); width: calc(50% - 6.5em);
float: left; float: left;
padding: 2em; padding: 1em 1.5em 2em 4em;
margin:0 0 2em 0; margin:0 0 2em 0;
background-color: #6ade4e; background-color: #6ade4e;
color:#3c0e02; color:#3c0e02;
border-radius: 15px; border-radius: 15px;
} }
#agenda hr{ #agenda h2{
margin:2em 0; margin-bottom:-1em;
border-color:#3c0e02;
} }
#agenda h3{ #agenda h3{
margin-top:2em; margin:2em 0 0.5em 0;
}
#agenda h3:before{
content:'⟿';
margin-left:-1.8em;
padding-right: 0.5em;
} }
#agenda strong{ #agenda strong{
font-family: "headers"; font-family: "headers";

2
theme/wttf/templates/base.html

@ -6,8 +6,6 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/{{ THEME_STATIC_DIR }}{{ CSS_FILE }}" /> <link rel="stylesheet" type="text/css" href="{{SITEURL}}/{{ THEME_STATIC_DIR }}{{ CSS_FILE }}" />
<!-- <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/arima-koshi" type="text/css"/> -->
<!-- <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/liberation-serif" type="text/css"/> -->
{% from 'syndication.html' import syndication with context %} {% from 'syndication.html' import syndication with context %}
{{ syndication(article) }} {{ syndication(article) }}

Loading…
Cancel
Save