-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Events page updated, active nav item color updated, remaining cosmeti…
…c details
- Loading branch information
Showing
42 changed files
with
309 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"prettier.useTabs": true, | ||
"prettier.printWidth": 120 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
.eventsMainTitle { | ||
text-align: center; | ||
font-family: 'Amazon Ember'; | ||
font-weight: 900; | ||
font-size: var(--font-size-h3); | ||
color: var(--color-primary-gray); | ||
} | ||
|
||
#eventsGrid { | ||
display: grid; | ||
grid-template-columns: repeat(2, 1fr); | ||
align-items: start; | ||
justify-items: center; | ||
list-style-type: none; | ||
padding: 0 100px; | ||
margin: 0; | ||
gap: 10px; | ||
} | ||
|
||
.eventObject { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
margin-top: 50px; | ||
} | ||
|
||
.eventTitle{ | ||
font-family: "Amazon Ember"; | ||
font-size: var(--font-size-name); | ||
color: var(--color-primary-white); | ||
justify-self: center; | ||
align-self: center; | ||
margin-bottom: 5px; | ||
} | ||
|
||
.eventBanner { | ||
height: 500px; | ||
width: 500px; | ||
margin-top: 0px; | ||
object-fit: contain; | ||
border: 2px solid var(--color-primary-gray); | ||
border-radius: 10px; | ||
} | ||
|
||
.eventInfo { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.eventInfoIcon { | ||
margin-top: 10px; | ||
} | ||
|
||
.eventInfoText { | ||
font-family: "Amazon Ember Display"; | ||
font-size: var(--font-size-details); | ||
margin-top: 10px; | ||
margin-left: 10px; | ||
} | ||
|
||
a { | ||
color: var(--color-primary-gray); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
themes/awsug/content/posts/_index.md → themes/awsug/content/blog/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
+++ | ||
title = 'Posts' | ||
title = 'Blog' | ||
date = 2023-01-01T08:30:00-07:00 | ||
draft = false | ||
+++ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'May 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/293080707' | ||
bannerURL = '' | ||
eventDate = 2023-05-02 | ||
eventTime = "18:30" | ||
eventHost = "Delivery Hero" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'June 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/293551033/' | ||
bannerURL = '' | ||
eventDate = 2023-06-06 | ||
eventTime = "18:30" | ||
eventHost = "Nordcloud" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'July 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/294203539/' | ||
bannerURL = '' | ||
eventDate = 2023-07-11 | ||
eventTime = "18:30" | ||
eventHost = "idealo internet" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'August 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/295130253' | ||
bannerURL = '' | ||
eventDate = 2023-08-15 | ||
eventTime = "18:30" | ||
eventHost = "Babbel" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'September 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/295565048/' | ||
bannerURL = '' | ||
eventDate = 2023-09-12 | ||
eventTime = "18:30" | ||
eventHost = "Storm Reply" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'October 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/296376716/' | ||
bannerURL = '' | ||
eventDate = 2023-10-10 | ||
eventTime = "18:30" | ||
eventHost = "Y42 and DoiT International" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'November 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/296912887/' | ||
bannerURL = '' | ||
eventDate = 2023-11-14 | ||
eventTime = "18:30" | ||
eventHost = "Tech Punk" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'December 2023 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/297685553/' | ||
bannerURL = '' | ||
eventDate = 2023-12-12 | ||
eventTime = "18:30" | ||
eventHost = "DB Systel" | ||
draft = false | ||
+++ | ||
Event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'January 2024 Session' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/298047868/' | ||
bannerURL = '' | ||
eventDate = 2024-01-16 | ||
eventTime = "18:30" | ||
eventHost = "Netlight Consulting" | ||
draft = false | ||
+++ | ||
First event text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'January 2024 Workshop' | ||
eventURL = 'https://www.meetup.com/berlinawsug/events/298275950/' | ||
bannerURL = '' | ||
eventDate = 2024-01-25 | ||
eventTime = "18:30" | ||
eventHost = "Adesso SE" | ||
draft = false | ||
+++ | ||
First event text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ | ||
title = 'February 2024 Session' | ||
eventURL = '' | ||
bannerURL = 'https://secure.meetupstatic.com/photos/event/7/c/9/7/600_495151895.webp?w=384' | ||
eventDate = 2024-02-13 | ||
eventTime = "18:30" | ||
eventHost = "Shiftmove" | ||
draft = false | ||
+++ | ||
|
||
Second event text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ | ||
title = 'March 2024 Session' | ||
eventURL = '' | ||
bannerURL = 'https://secure.meetupstatic.com/photos/event/7/c/9/7/600_495151895.webp?w=384' | ||
eventDate = 2024-03-12 | ||
eventTime = "18:30" | ||
eventHost = "idealo internet" | ||
draft = false | ||
+++ | ||
|
||
Third event text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = 'Events' | ||
date = 2023-01-01 | ||
draft = false | ||
+++ |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.