@@ -9,27 +9,26 @@ imagealt = "Website banner of PyLadiesCon 2024 Online. 6th-8th December | Multi-
9
9
10
10
{{< rawhtml >}}
11
11
<!-- 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 ">
14
14
<div class="col-md-5 p-lg-3 mx-auto my-5">
15
15
<h1 class="display-4 fw-normal pink">PyLadiesCon</h1>
16
16
<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
19
20
</p>
20
- <div class="social w-50 mx-auto pt-3">
21
+ <div class="social w-100 mx-auto pt-3 text-start ">
21
22
<a href="https://fosstodon.org/@pyladiescon"><i class="fab fa-mastodon fa-2x px-2" aria-hidden="true"></i></a>
22
23
<a href="https://twitter.com/pyladiescon"><i class="fab fa-twitter fa-2x px-2" aria-hidden="true"></i></a>
23
24
<a href="https://instagram.com/pyladiescon"><i class="fab fa-instagram fa-2x px-2" aria-hidden="true"></i></a>
24
25
<a href="https://www.linkedin.com/company/pyladiescon"><i class="fab fa-linkedin fa-2x px-2" aria-hidden="true"></i></a>
25
26
</div>
26
- <div class="w-50 mx-auto mt-2">
27
+ <div class="w-100 mt-2 text-start" style="color: white; ">
27
28
The Call for Proposal (CfP) is <span style="font-weight: 900; text-decoration-line: underline;">closed</span> thank you for the submissions.
28
29
</div>
29
30
</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
+
33
32
</div >
34
33
</div >
35
34
{{< /rawhtml >}}
0 commit comments