Fix <p> colour on Qzertyuiop card
- Author
- Maarten Vangeneugden
- Date
- March 31, 2022, 3:48 p.m.
- Hash
- c09a375c167dfc95a599d50d697be6ae85bcefbd
- Parent
- 5e14fbb90306619716dba8d9d334b5c07dc1d86c
- Modified file
- templates/about/main_content.djhtml
templates/about/main_content.djhtml ¶
4 additions and 8 deletions.
View changes Hide changes
1 |
1 |
{% load static %} |
2 |
2 |
<section class="emphasis"> |
3 |
3 |
<h4> {% trans "Welcome!" %}</h4> |
4 |
4 |
<p> |
5 |
5 |
|
6 |
6 |
{% blocktrans %}Hello there! I'm Maarten, a happy |
7 |
7 |
student from Belgium, and this is my amazing personal website. |
8 |
8 |
I like a lot of things, and I share some of those in here. Take |
9 |
9 |
a look around, read a bit, talk with me, and most importantly, |
10 |
10 |
enjoy your stay!{% endblocktrans %} |
11 |
11 |
</p> |
12 |
12 |
<!-- |
13 |
13 |
<section class="emphasis" style="background-color: #ffde00; color: black;"> |
14 |
14 |
<h1 style="color: black;">Geplande werkzaamheden</h1> |
15 |
15 |
<h4 style="color: black;"> |
16 |
16 |
Maitenance announcement{% trans "Welcome!" %}</h4> |
17 |
17 |
<p style="color: black;"> |
18 |
18 |
{% blocktrans %}Hello there! I'm Maarten, a happy |
19 |
19 |
student from Belgium, and this is my amazing personal website. |
20 |
20 |
I like a lot of things, and I share some of those in here. Take |
21 |
21 |
a look around, read a bit, talk with me, and most importantly, |
22 |
22 |
enjoy your stay!{% endblocktrans %} |
23 |
23 |
Van dinsdag 1 februari (1)2022 tot en met zondag 27 februari (1)2022 |
24 |
24 |
zal deze website niet beschikbaar zijn omwille van onderhoudswerken. |
25 |
25 |
Moest ik eerder klaar zijn, dan zal hij ook eerder terug online komen, |
26 |
26 |
maar daar kan ik geen beloftes over doen. |
27 |
27 |
</p> |
28 |
28 |
<h4 style="color: black;">Créneau de maintenance</h4> |
29 |
29 |
<p style="color: black;"> |
30 |
30 |
Du mardi 1er février (1)2022 au dimanche 27 février (1)2022, mon site web ne sera |
31 |
31 |
pas disponible en raison des traveaux de maintenance. Si je finis de bonne |
32 |
32 |
heure, il sera disponible plus tôt, mais je ne peux pas le prévoir pour le |
33 |
33 |
moment. |
34 |
34 |
</p> |
35 |
35 |
<h4 style="color: black;">Geplante Wartung</h4> |
36 |
36 |
<p style="color: black;"> |
37 |
37 |
Vom Dienstag, den 1. Februar (1)2022 bis Sonntag, den 27. Februar (1)2022, wird |
38 |
38 |
meine Website aufgrund von Wartungsarbeiten nicht verfügbar sein. Wenn ich |
39 |
39 |
früh fertig bin, wird es früher verfügbar sein, aber das kann ich momentan |
40 |
40 |
nicht vorhersehen. |
41 |
41 |
</p> |
42 |
42 |
<h4 style="color: black;">Maintenance announcement</h4> |
43 |
43 |
<p style="color: black;"> |
44 |
44 |
From Tuesday, February 1 (1)2022 until Sunday, February |
45 |
45 |
27 (1)2022, my website will be unavailable due to maitenance purposes. If |
46 |
46 |
I finish early, it will be available sooner, but I can't foresee that at |
47 |
47 |
the moment. |
48 |
48 |
</p> |
49 |
49 |
--> |
50 |
50 |
</section> |
51 |
51 |
<div class="cards"> |
52 |
52 |
{# Blog card #} |
53 |
53 |
<div id="blog" class="card"> |
54 |
54 |
<img src="/media/main/blog.jpg" /> |
55 |
55 |
<h3>{% trans "Blog" %}</h3> |
56 |
56 |
<p> |
57 |
57 |
{% blocktrans %}My personal scribblepad, written from scratch, |
58 |
58 |
on which I ramble about everything I like. Highly recommended |
59 |
59 |
while eating breakfast.{% endblocktrans %} |
60 |
60 |
</p> |
61 |
61 |
<a class="btn text" href="{% url 'blog-index' %}">{% trans "Visit blog" %}</a> |
62 |
62 |
</div> |
63 |
63 |
|
64 |
64 |
{# Gitar card #} |
65 |
65 |
<div id="gitar" class="card" style="flex-grow: 2"> |
66 |
66 |
<!-- HAHAHAA I CAN'T DESIGN LOGOS --> |
67 |
67 |
<img src="/media/main/gitar.png" /> |
68 |
68 |
<h3>Gitar</h3> |
69 |
69 |
<p> |
70 |
70 |
{% blocktrans %}I actually don't use GitHub to host my code, |
71 |
71 |
contrary to a lot of other coders. Instead, I've been trying to |
72 |
72 |
create something that's just fit to my taste. I host a couple of |
73 |
73 |
archive repositories there, as well as dotfiles, and that jazz. It's |
74 |
74 |
a continuing work, so don't flip your desk if the layout is upside |
75 |
75 |
down tomorrow =3{% endblocktrans %} |
76 |
76 |
</p> |
77 |
77 |
<span class="btn text" style="color:lightgrey;" disabled>{% trans "Temporarily unavailable" %}</span> |
78 |
78 |
<!--<a class="btn text" href="{% url 'gitar-index' %}"> |
79 |
79 |
{% trans "Check code" %}</a>--> |
80 |
80 |
</div> |
81 |
81 |
|
82 |
82 |
{# About myself card #} |
83 |
83 |
<div id="about" class="card"> |
84 |
84 |
<img src="/media/about/images/parallax.png" /> |
85 |
85 |
<!-- I still don't have a good picture or still life about |
86 |
86 |
myself, so yes, I'm copying my parallax for a while. Sorry! --> |
87 |
87 |
<h3>{% trans "About me" %}</h3> |
88 |
88 |
<p> |
89 |
89 |
{% blocktrans %}Well, if you wish to know more of me, I have a page |
90 |
90 |
where I describe myself in a couple more sentences. You know, |
91 |
91 |
because I can =) |
92 |
92 |
{% endblocktrans %} |
93 |
93 |
</p> |
94 |
94 |
<a class="btn text" href="{% url "main-myself" %}">{% trans "Read on" %}</a> |
95 |
95 |
</div> |
96 |
96 |
|
97 |
97 |
{# Publications card #} |
98 |
98 |
<div id="eldonoj" class="card"> |
99 |
99 |
<!--<img src="/media/about/images/publications.png" />--> |
100 |
100 |
<h3>{% translate "Publications" %}</h3> |
101 |
101 |
<p> |
102 |
102 |
{% blocktranslate %}Throughout my academic career, I've written a lot, |
103 |
103 |
sometimes together with other people. To avoid that these papers get |
104 |
104 |
lost to the passing of time, I've decided to publish them on my website, should somebody |
105 |
105 |
want to read them.{% endblocktranslate %} |
106 |
106 |
</p> |
107 |
107 |
<a class="btn text" href="{% url "publications-index" %}">{% translate "Consult publications" %}</a> |
108 |
108 |
</div> |
109 |
109 |
|
110 |
110 |
{# Projects card #} |
111 |
111 |
<div id="project" class="card"> |
112 |
112 |
<h3>{% trans "Other projects" %}</h3> |
113 |
113 |
<p> |
114 |
114 |
{% blocktrans %}Projects come and go, and with my website I can |
115 |
115 |
present them to you. This cards takes you to the |
116 |
116 |
archive of past projects. |
117 |
117 |
{% endblocktrans %} |
118 |
118 |
</p> |
119 |
119 |
<a class="btn text disabled" href="{% url "main-project-archive" %}"> |
120 |
120 |
{% trans "View projects" %}</a> |
121 |
121 |
</div> |
122 |
122 |
|
123 |
123 |
{# Activism card #} |
124 |
124 |
<div id="aktivismo" class="card"> |
125 |
125 |
<h3>{% trans "Activism" %}</h3> |
126 |
126 |
<p> |
127 |
127 |
{% blocktrans %}Trying to make this place better takes some time. So |
128 |
- | I made a page in the hopes that it can engage you to partake in that |
+ |
128 |
I made a page in the hopes that it can engage you to partake in that |
129 |
129 |
process. Because it's never too late to begin. |
130 |
130 |
{% endblocktrans %} |
131 |
- | </p> |
+ |
131 |
</p> |
132 |
132 |
<a class="btn text" href="{% url "activism" %}"> |
133 |
133 |
{% trans "List talking points" %}</a> |
134 |
134 |
</div> |
135 |
135 |
|
136 |
136 |
{# Friends card #} |
137 |
137 |
<div id="qzertyuiop" class="card"> |
138 |
138 |
<img src="{% get_media_prefix %}about/images/het-avondmaal.jpg" /> |
139 |
139 |
<h3>{% trans "Qzertyuiop network" %}</h3> |
140 |
140 |
<p> |
141 |
141 |
{% blocktrans %}This website is part of the Qzertyuiop network, |
142 |
- | connecting my closest friends over the internet. From this card, you |
+ |
142 |
connecting my closest friends over the internet. From this card, you |
143 |
143 |
can go to their websites as well! |
144 |
144 |
{% endblocktrans %} |
145 |
- | </p> |
+ |
145 |
</p> |
146 |
146 |
<p> |
147 |
147 |
<a href="https://jecey.xyz">drs. Jeroen Ceyssens</a><br> |
148 |
148 |
<a href="https://jorrit.info">m.sc. Jorrit Gerets</a><br> |
149 |
149 |
<a href="https://jherbots.info">drs. Joris Herbots</a><br> |
150 |
150 |
<a href="https://github.com/MannuLambrichts">drs. Mannu Lambrichts</a><br> |
151 |
151 |
</p> |
152 |
152 |
</div> |
153 |
153 |
</div> |
154 |
154 |
{% if contact_response %} |
155 |
155 |
<div class="snackbar"> |
156 |
156 |
{{ contact_response }} |
157 |
157 |
</div> |
158 |
158 |
{% endif %} |
159 |
159 |
<!--<section> |
160 |
- | <h2>{% translate "Friends of me" %}</h2> |
161 |
- | TODO: Een inleidende tekst bedenken hiervoor |
162 |
- | </section>--> |
163 |
- | <section> |
164 |
160 |
<h2>{% translate "Contact me" %}</h2> |
165 |
161 |
<p>{% blocktranslate %}If you wish to contact me, use this convenient form, |
166 |
162 |
the most direct link to yours truly. Leave me a thank you note, tell me |
167 |
163 |
something important, or correct a typo I made, it's all good, I love to |
168 |
164 |
hear from you! |
169 |
165 |
<!--If necessary, put some contact info of yourself in your message so I can get |
170 |
166 |
back to you. Do <em>not</em> put a hyperlink in your message. Adding a |
171 |
167 |
hyperlink will put automatically ban your computer from my website |
172 |
168 |
and probably make it explode, so don't do that.-->{% endblocktranslate %}</p> |
173 |
169 |
<form action="" method="post"> |
174 |
170 |
{% csrf_token %} |
175 |
171 |
<input type="text" name="name" mozactionhint="send" enterkeyhint="send" maxlength="64" placeholder="{% translate "Your name" %}" required> |
176 |
172 |
<br> |
177 |
173 |
<textarea maxlength="2000" spellcheck="true" name="message" required></textarea> |
178 |
174 |
<br> |
179 |
175 |
<p>{% blocktranslate %}Bot check: Enter the name of any Belgian province in |
180 |
176 |
one of the three Belgian languages (just check Wikipedia!):{% endblocktranslate %}</p> |
181 |
177 |
<input type="text" name="provincio" mozactionhint="send" enterkeyhint="send" maxlength="64" placeholder="{% translate "Province" %}" required> |
182 |
178 |
<input type="submit" value="✉️ {% translate "Send" %}"> |
183 |
179 |
</form> |
184 |
180 |
</section> |
185 |
181 |