2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

Merge pull request #3 from offen/more-updates

More updates
This commit is contained in:
Hendrik Niefeld 2019-10-20 08:56:08 +02:00 committed by GitHub
commit 171c770988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 12 deletions

View File

@ -1,3 +1,4 @@
User-agent: *
Disallow: /vault/
Disallow: /auditorium/
Disallow: /legal-notice/

View File

@ -24,6 +24,4 @@ We are happy to work with [NLnet Foundation][nlnet-foundation]{: target="_blank"
*Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch.
[hioffen@posteo.de][hioffen@posteo.de]
[hioffen@posteo.de]: mailto:hioffen@posteo.de
[hioffen@posteo.de](mailto:hioffen@posteo.de) [[GPG Key]](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"}

View File

@ -26,9 +26,6 @@ THEME = './theme'
# Delete the output directory before generating new files.
DELETE_OUTPUT_DIRECTORY = True
PLUGIN_PATHS = ['./plugins']
PLUGINS = ['assets']
# dont create following standard pages
AUTHORS_SAVE_AS = None
ARCHIVES_SAVE_AS = None
@ -38,9 +35,15 @@ TAGS_SAVE_AS = None
# keep this for access to page variable
DIRECT_TEMPLATES = []
PLUGIN_PATHS = ['./plugins']
PLUGINS = ['assets']
GITHUB_ORG = 'https://github.com/offen'
CONTACT_EMAIL = 'hioffen@posteo.de'
GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
PATREON_URL = 'https://www.patreon.com/bePatron?u=21484999'
PATREON_URL = 'https://www.patreon.com/offen'
LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen'
TWITTER_URL = 'https://twitter.com/hioffen'
OFFEN_ACCOUNT_ID = '9b63c4d8-65c0-438c-9d30-cc4b01173393'

View File

@ -145,7 +145,7 @@ CARDS
margin: 0 0 2px 0;
}
.footer-card:nth-child(1),
.footer-card:nth-child(2) {
.footer-card:nth-child(3) {
margin: 0 0 20px 0;
}
/* Mobile Styles */
@ -184,12 +184,13 @@ CARDS
justify-content: space-between;
}
.footer-card:nth-child(1),
.footer-card:nth-child(2) {
.footer-card:nth-child(2),
.footer-card:nth-child(3) {
flex-grow: 1;
}
.footer-card:nth-child(3) {
.footer-card:nth-child(4) {
text-align: right;
flex-grow: 10;
flex-grow: 8;
}
}

View File

@ -130,8 +130,16 @@
<p>
<a href="{{PATREON_URL}}" rel="noopener" target="_blank">Patreon</a>
</p>
</div>
<div class="footer-card">
<p>
<a href="/legal-notice/" rel="noopener">Legal Notice</a>
<a href="{{LINKEDIN_URL}}" rel="noopener" target="_blank">LinkedIn</a>
</p>
<p>
<a href="{{TWITTER_URL}}" rel="noopener" target="_blank">Twitter</a>
</p>
<p>
<a href="/legal-notice/">Legal Notice</a>
</p>
</div>
<div class="footer-card">