Skip to content

Commit b9890d4

Browse files
authored
front page remodel (#150)
1 parent 251c8e8 commit b9890d4

File tree

9 files changed

+14
-9
lines changed

9 files changed

+14
-9
lines changed

.DS_Store

6 KB
Binary file not shown.

.mise.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
hugo = "latest"

content/_index.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,26 @@ imagealt = "Website banner of PyLadiesCon 2024 Online. 6th-8th December | Multi-
99

1010
{{< rawhtml >}}
1111
<!-- TODO: Update banner -->
12-
<div style="background: #dedfe2;" class="position-relative overflow-hidden p-1 p-md-3 m-md-1 text-center">
13-
<div class="d-md-flex flex-md-equal w-75 my-md-3 mx-auto align-items-center">
12+
<div style="background-image: url('/img/pyladies-wallpaper.png'); background-size: cover; background-position: center;" class="position-relative overflow-hidden p-1 p-md-3 m-md-1 text-start">
13+
<div class="d-md-flex flex-md-equal w-75 my-md-3 mx-auto align-items-center justify-content-start">
1414
<div class="col-md-5 p-lg-3 mx-auto my-5">
1515
<h1 class="display-4 fw-normal pink">PyLadiesCon</h1>
1616
<h4 class="special-font pink">2024 Online</h4>
17-
<p class="lead" style="font-weight: bolder;">
18-
6th-8th December | Multi-language | Multi-timezone
17+
<p class="lead" style="font-weight: bolder;color: white;">
18+
6th-8th December<br>
19+
Multi-language | Multi-timezone
1920
</p>
20-
<div class="social w-50 mx-auto pt-3">
21+
<div class="social w-100 mx-auto pt-3 text-start">
2122
<a href="https://fosstodon.org/@pyladiescon"><i class="fab fa-mastodon fa-2x px-2" aria-hidden="true"></i></a>
2223
<a href="https://twitter.com/pyladiescon"><i class="fab fa-twitter fa-2x px-2" aria-hidden="true"></i></a>
2324
<a href="https://instagram.com/pyladiescon"><i class="fab fa-instagram fa-2x px-2" aria-hidden="true"></i></a>
2425
<a href="https://www.linkedin.com/company/pyladiescon"><i class="fab fa-linkedin fa-2x px-2" aria-hidden="true"></i></a>
2526
</div>
26-
<div class="w-50 mx-auto mt-2">
27+
<div class="w-100 mt-2 text-start" style="color: white;">
2728
The Call for Proposal (CfP) is <span style="font-weight: 900; text-decoration-line: underline;">closed</span> thank you for the submissions.
2829
</div>
2930
</div>
30-
<div class="col-md-5 p-lg-1 mx-auto my-5">
31-
<img style="width: 60%;" src="img/banner.png">
32-
</div>
31+
3332
</div>
3433
</div>
3534
{{< /rawhtml >}}

static/.DS_Store

6 KB
Binary file not shown.

static/img/.DS_Store

6 KB
Binary file not shown.

themes/.DS_Store

6 KB
Binary file not shown.

themes/pyladies/.DS_Store

6 KB
Binary file not shown.

themes/pyladies/assets/css/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -586,3 +586,7 @@ h2 a {
586586
.pink-div a {
587587
color: white;
588588
}
589+
590+
.social a i:hover {
591+
color: white !important;
592+
}
Loading

0 commit comments

Comments
 (0)