Skip to content

Commit

Permalink
Events page updated, active nav item color updated, remaining cosmeti…
Browse files Browse the repository at this point in the history
…c details
  • Loading branch information
kkeles committed Jan 8, 2024
1 parent b2e3820 commit 24c50ec
Show file tree
Hide file tree
Showing 42 changed files with 309 additions and 88 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"prettier.useTabs": true,
"prettier.printWidth": 120
}
65 changes: 65 additions & 0 deletions themes/awsug/assets/css/events.css
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);
}


16 changes: 16 additions & 0 deletions themes/awsug/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ html,body {
overflow-x: hidden; /* Prevents horizontal scroll */
}

.round-icon {
display: flex;
position: relative;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border: white solid 1px;
border-radius: 100%;
}

.round-icon img {
width: 20px;
height: 20px;
}

@media (max-width: 769px) {
:root {
--font-size-h1: 32px;
Expand Down
13 changes: 7 additions & 6 deletions themes/awsug/assets/css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ header img {
display: flex;
}

.nav-item {
margin-right: 20px;
}

.header-container {
display: flex;
align-items: center;
Expand All @@ -50,10 +46,11 @@ header img {
.nav-item {
font-family: "Amazon Ember";
font-weight: 600;
font-size: var(--font-size-navbar);
letter-spacing: 2px;
text-transform: uppercase;
color: var(--color-primary-white);
font-size: var(--font-size-navbar);
margin-right: 20px;
}

.nav-item :hover {
Expand All @@ -62,7 +59,11 @@ header img {

.nav-item a {
text-decoration: none;
color: inherit;
color: var(--color-primary-white);
}

.active a{
color: var(--color-primary-yellow)
}

.spacer {
Expand Down
7 changes: 0 additions & 7 deletions themes/awsug/content/blog.md

This file was deleted.

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
+++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title = 'Post 1'
date = 2023-01-15T09:00:00-07:00
draft = false
tags = ['red']
+++

Tempor proident minim aliquip reprehenderit dolor et ad anim Lorem duis sint eiusmod. Labore ut ea duis dolor. Incididunt consectetur proident qui occaecat incididunt do nisi Lorem. Tempor do laborum elit laboris excepteur eiusmod do. Eiusmod nisi excepteur ut amet pariatur adipisicing Lorem.
Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions themes/awsug/content/events.md

This file was deleted.

Binary file added themes/awsug/content/events/2023-05/2023-05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-05/index.md
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
Binary file added themes/awsug/content/events/2023-06/2023-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-06/index.md
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
Binary file added themes/awsug/content/events/2023-07/2023-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-07/index.md
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
Binary file added themes/awsug/content/events/2023-08/2023-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-08/index.md
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
Binary file added themes/awsug/content/events/2023-09/2023-09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-09/index.md
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
Binary file added themes/awsug/content/events/2023-10/2023-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-10/index.md
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
Binary file added themes/awsug/content/events/2023-11/2023-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-11/index.md
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
Binary file added themes/awsug/content/events/2023-12/2023-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2023-12/index.md
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
Binary file added themes/awsug/content/events/2024-01/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2024-01/index.md
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
Binary file added themes/awsug/content/events/2024-01w/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions themes/awsug/content/events/2024-01w/index.md
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
11 changes: 11 additions & 0 deletions themes/awsug/content/events/2024-02.md
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
11 changes: 11 additions & 0 deletions themes/awsug/content/events/2024-03.md
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
5 changes: 5 additions & 0 deletions themes/awsug/content/events/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = 'Events'
date = 2023-01-01
draft = false
+++
Binary file removed themes/awsug/content/posts/post-3/bryce-canyon.jpg
Binary file not shown.
12 changes: 0 additions & 12 deletions themes/awsug/content/posts/post-3/index.md

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions themes/awsug/layouts/custom/blog.html

This file was deleted.

4 changes: 0 additions & 4 deletions themes/awsug/layouts/custom/events.html

This file was deleted.

Loading

0 comments on commit 24c50ec

Please sign in to comment.