Skip to content

Commit b9d7336

Browse files
committed
Previous edition markdown and link
1 parent 9b0e529 commit b9d7336

File tree

7 files changed

+17
-10
lines changed

7 files changed

+17
-10
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/pycon_portugal_2023.iml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: Previous
2+
3+
4+
PyCon Portugal 2022
5+
{:class="card-title fw-bold"}
6+
7+
Last year, we held the FIRST edition ever of PyCon Portugal in Porto.
8+
9+
[CHECK OUT THE PHOTOS](https://www.flickr.com/photos/196712309@N04/){:class="mt-4 btn btn-primary btn-lg pycon-btn yellow-btn-reverted text-uppercase" target="_blank"}

pycon_portugal_2023/static/css/project.css

+1
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,7 @@ tbody, td, tfoot, th, thead, tr {
838838
font-weight: bold;
839839
font-size: 22px;
840840
line-height: 38px;
841+
text-decoration: none !important;
841842
}
842843

843844
.yellow-btn {

pycon_portugal_2023/static/css/project.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pycon_portugal_2023/static/sass/project.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ tbody, td, tfoot, th, thead, tr {
110110
padding: 0.5rem;
111111
}
112112

113-
114113
.pycon-btn {
115114
border-radius: 41px;
116115
font-weight: bold;
117116
font-size: 22px;
118117
line-height: 38px;
118+
text-decoration: none !important;
119119
}
120120

121121
.yellow-btn {

pycon_portugal_2023/templates/modules/previous_edition.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@
1111
<div class="col-12 col-lg-7">
1212
<div class="card-other-dates h-100">
1313
<div class="card-body py-5">
14-
<p class="card-title fw-bold">PyCon Portugal 2022</p>
15-
<p>Last year, we held the FIRST edition ever of PyCon Portugal in Porto.</p>
16-
<button type="button"
17-
class="mt-4 btn btn-primary btn-lg pycon-btn yellow-btn-reverted text-uppercase">
18-
CHECK OUT THE PHOTOS
19-
</button>
14+
{% with content=files.9|markdown %}
15+
{{ content.html|safe }}
16+
{% endwith %}
2017
</div>
2118
</div>
2219
</div>

0 commit comments

Comments
 (0)