Skip to content

Commit

Permalink
update social icons in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimberley Cook authored and Kimberley Cook committed Oct 26, 2023
1 parent 51f8f05 commit 5417b22
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
Binary file added assets/social-icons/2024/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions assets/social-icons/2024/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/social-icons/2024/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/social-icons/2024/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/social-icons/2024/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/social-icons/2024/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<div class="flex items-center flex-col md:flex-row w-4/5 mx-auto">
<div class="w-full md:w-4/5">
<img src="assets/new-festival-logo.png" class="w-2/5 mb-8 mt-4" alt="codebar Festival logo 2023"/>
<h2 class="mb-4 font-bold text-3xl leading-snug">codebar Festival is a 6 day global conference to learn, connect, thrive and celebrate our community!</h2>
<p class="font-medium mb-10">Build a holistic career in tech with us at codebar Festival! Join us 4th - 9th of March for 5 days of workshops, talks, panels and networking opportunities.</p>
<p class="font-medium mb-10">More information revealed soon</p>
<h2 class="mb-4 font-bold text-3xl leading-snug">codebar Festival is a 5 day global conference to learn, connect, thrive and celebrate the codebar community!</h2>
<p class="font-medium mb-10">Build a holistic career in tech with us at codebar Festival! Join us between the 4th and 9th of March 2024 for 5 days of workshops, talks, panels and networking opportunities.</p>
<p class="font-medium mb-10">More information revealed soon!</p>
<!-- <a href="schedule.html" class="blue-button-outer mb-16">
<div class="blue-button">CHECK OUT THE SCHEDULE</div>
</a> -->
Expand Down Expand Up @@ -98,8 +98,8 @@ <h2 class="text-3xl font-bold mb-4">Meet our sponsors</h2>
<div class="flex w-6/12 bg-dark-blue">
<div class="w-8/12 m-auto">
<h3 class="text-3xl font-bold mb-6 text-white">Join us as a sponsor</h3>
<p class="font-medium mb-6 text-white">We welcome brands from anywhere in the world who want to be a part of our upcoming festival. If you’re looking to support our event, discover fresh talent in the tech space, or nurture a new generation of coders, drop us an email and let’s explore new ways to work together.</p>
<a href="mailto:hello@codebar.io?subject=Question about codebar Festival 2023" class="white-button-outer">
<p class="font-medium mb-6 text-white">We welcome brands from anywhere in the world who want to be a part of our upcoming festival. If you’re looking to discover fresh, diverse talent in the tech space, support our event, and/or nurture a new generation of coders, drop us an email and let’s explore new ways to work together.</p>
<a href="mailto:hello@codebar.io?subject=Question about codebar Festival 2024" class="white-button-outer">
<div class="white-button">GET IN TOUCH</div>
</a>
</div>
Expand Down Expand Up @@ -179,17 +179,20 @@ <h2 class="text-3xl text-white font-bold mb-6">2023 festival recap</h2>
<div class="w-1/4">
<div class="flex">
<a href="https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA" target="_blank" class="mr-1">
<img src="assets/social-icons/new-youtube-icon.png" alt="Subscribe to our YouTube channel" class="w-10">
<img src="assets/social-icons/2024/youtube.svg" alt="Subscribe to our YouTube channel" class="w-10">
</a>
<a href="https://www.instagram.com/codebarhq/" target="_blank" class="mr-1">
<img src="assets/social-icons/new-instagram-icon.png" alt="Follow us on Instagram" class="w-10">
<img src="assets/social-icons/2024/instagram.svg" alt="Follow us on Instagram" class="w-10">
</a>
<a href="https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA" target="_blank" class="mr-1">
<img src="assets/social-icons/2024/linkedin.svg" alt="Follow our LinkedIn page" class="w-10">
</a>
<a href="https://twitter.com/codebar" target="_blank" class="mr-1">
<img src="assets/social-icons/new-twitter-icon.png" alt="Follow us on Twitter" class="w-10"/>
<img src="assets/social-icons/2024/twitter.svg" alt="Follow us on Twitter" class="w-10"/>
</a>

<a href="https://www.facebook.com/codebarHQ" target="_blank" class="mr-1">
<img src="assets/social-icons/new-facebook-icon.png" alt="Like our Facebook page" class="w-10">
<img src="assets/social-icons/2024/facebook.svg" alt="Like our Facebook page" class="w-10">
</a>
</div>
</div>
Expand Down

0 comments on commit 5417b22

Please sign in to comment.