Update the contacts section
This commit is contained in:
parent
18cb0e31c1
commit
300fdb1e6d
11
content/pages/contact-options.rst
Normal file
11
content/pages/contact-options.rst
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Contact options
|
||||||
|
###############
|
||||||
|
|
||||||
|
:url: contact-options/
|
||||||
|
:save_as: contact-options/index.html
|
||||||
|
:status: published
|
||||||
|
|
||||||
|
All the contact options below (except PayPal and LiberaPay) are hosted by myself on EU grounds
|
||||||
|
(Frankfurt, Germany or Amsterdam, The Netherlands).
|
||||||
|
|
||||||
|
Ways you can contact me, in order of preference can be seen in the footer of every page.
|
@ -68,11 +68,13 @@
|
|||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
{% if page is defined and page.relative_source_path == 'pages/disclaimer.rst' %}
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
|
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
|
||||||
</address><!-- /#about -->
|
</address><!-- /#about -->
|
||||||
<p>The theme is a modified version of Pelican’s notmyidea by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
|
<p>The theme is a modified version of Pelican’s notmyidea by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
|
||||||
</footer><!-- /#contentinfo -->
|
</footer><!-- /#contentinfo -->
|
||||||
|
{% endif %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -40,17 +40,19 @@ DISPLAY_PAGES_ON_MENU = True
|
|||||||
|
|
||||||
# Blogroll
|
# Blogroll
|
||||||
LINKS = (
|
LINKS = (
|
||||||
('Pelican', 'http://getpelican.com/'),
|
# ('Pelican', 'http://getpelican.com/'),
|
||||||
('Python.org', 'http://python.org/'),
|
# ('Python.org', 'http://python.org/'),
|
||||||
('Jinja2', 'http://jinja.pocoo.org/'),
|
# ('Jinja2', 'https://jinja.palletsprojects.com/'),
|
||||||
)
|
)
|
||||||
|
|
||||||
HIDDEN_PAGES = (
|
HIDDEN_PAGES = (
|
||||||
'pages/appointments.rst',
|
'pages/appointments.rst',
|
||||||
'pages/work-preferences.rst',
|
'pages/work-preferences.rst',
|
||||||
|
'pages/contact-options.rst',
|
||||||
)
|
)
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
|
SOCIAL_WIDGET_NAME = 'contacts & more'
|
||||||
SOCIAL = (
|
SOCIAL = (
|
||||||
('Matrix', 'https://matrix.to/#/@gergely:polonkai.eu'),
|
('Matrix', 'https://matrix.to/#/@gergely:polonkai.eu'),
|
||||||
('XMPP', 'xmpp:gergely@polonkai.eu?message'),
|
('XMPP', 'xmpp:gergely@polonkai.eu?message'),
|
||||||
|
Loading…
Reference in New Issue
Block a user