Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f664df6
Moved events.html to an events folder
akibrhast Feb 24, 2021
8cb1123
add permalinks and change title
akibrhast Feb 24, 2021
6e7dffc
Add style and render days of week with liquid
akibrhast Feb 24, 2021
3dc05b5
Adjust size/margin of Our Events and Our Locations
akibrhast Feb 24, 2021
9a5106d
Change css for .event-title
akibrhast Feb 24, 2021
3b3d495
change padding in .getting-started-page-card-hack-nights
akibrhast Feb 24, 2021
0d0651a
change css for .title-meetup class
akibrhast Feb 24, 2021
be38b53
put subheading and paragraphs in same div and align righ of image
akibrhast Feb 24, 2021
6ccb1d6
Constraint fixes
akibrhast Feb 24, 2021
c36c80b
componentize left col
akibrhast Feb 24, 2021
add938c
Change heading spacing
akibrhast Feb 24, 2021
ac4f6b9
Fix Onboarding Link
akibrhast Feb 24, 2021
616e973
Make time zone text bold
akibrhast Feb 24, 2021
8671623
Change css for .day-header-1 class
akibrhast Feb 24, 2021
a5d70b6
Remove padding from .day-header-1 class
akibrhast Feb 24, 2021
7621322
css changes and refactors
akibrhast Feb 24, 2021
18ba2d5
Add mobile view css overrides
akibrhast Feb 25, 2021
2605e72
merge teddys fix
akibrhast Feb 25, 2021
c555b2d
Some css changes
akibrhast Feb 25, 2021
59e985e
Moved Javascript
akibrhast Feb 26, 2021
bfa1487
path to refactor
akibrhast Feb 26, 2021
9c162e9
Merge branch 'upstream-gh-pages' into events-multi-col
akibrhast Feb 26, 2021
cf0222c
Major refactor of existing js. This can now be separated into its own…
akibrhast Feb 26, 2021
510de67
Please align the images with the text in both left and right column c…
akibrhast Feb 26, 2021
3de4a8d
In .notification-banner p class please remove the line-height propert…
akibrhast Feb 26, 2021
1eda5b7
Addresses point 4 made in the change request
akibrhast Feb 26, 2021
747211d
Addresses point 5 in the change request
akibrhast Feb 26, 2021
65d0619
Adresses point 6
akibrhast Feb 26, 2021
3333995
Adress point 1 made in change request
akibrhast Feb 26, 2021
09d9328
I was promised these are the last changes
akibrhast Feb 26, 2021
ff39d44
Multi column events display now working
akibrhast Feb 26, 2021
25b0a85
Add time zone text
akibrhast Feb 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions _data/events.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- name: Onboarding
text: If you are new to the community, join us for Onboarding Night! We offer both Guided Onboarding and Self Onboarding options on our <a target='_blank' href='getting-started'>Getting Started</a> page.
link: '../assets/images/getting-started/step1.png'
- name: Workshops
text: We host workshops on a range of topics, from development best practices to project management methodologies. Please check back for the current workshop schedule.
link: '../assets/images/hack-nights/building.png'
- name: Happy Hour
text: Bars and cafes are shut down, but that doesn’t mean we can’t enjoy each other’s company! Grab your beverage of choice and socialize with fellow hackers following some organizational announcements.
link: ../assets/images/hack-nights/happy-hour.png
---
80 changes: 54 additions & 26 deletions _sass/components/_events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@
text-align: center;
max-width: 150px;
}
.getting-started-page-card-hack-nights {
.column-card-lg--events {
background: #fff;
border: 0 solid rgba(51, 51, 51, 0.06);
border-radius: 16px;
border-radius: 20px;
box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.2);
overflow: hidden;
max-width: 489px;
margin-bottom: 0;
padding: 18px;
padding: 32px;
margin: 8px;
font-family: "Roboto" sans-serif;

// NEW MOBILE FRIENDLY RULES
@media #{$bp-below-tablet} {
padding: 30px 15px;
padding: 5px 15px;
}
}

Expand Down Expand Up @@ -129,7 +129,8 @@

.meetup-steps {
display: flex;
margin: 17px 0;
align-items: center;
margin: 24px 0;

@media #{$bp-below-mobile} {
flex-direction: column;
Expand All @@ -138,6 +139,8 @@
}
.meetup-steps-2 {
display: flex;
align-items: center;
margin: 24px 0;
@media #{$bp-below-mobile} {
flex-direction: column;
text-align: center;
Expand All @@ -151,8 +154,6 @@

@media #{$bp-below-mobile} {
padding: 0;
font-size: 12px;
line-height: 14px;
text-align: initial;
margin: 37px;
}
Expand All @@ -164,8 +165,6 @@

@media #{$bp-below-mobile} {
padding: 8px;
font-size: 12px;
line-height: 14px;
text-align: initial;
margin-bottom: 25px;
}
Expand All @@ -185,11 +184,10 @@

.notification-banner p {
text-align: center;
margin: auto 18%;
margin: auto 29%;
padding: 20px;
font-size: 25px;
line-height: 29px;
font-weight: normal;
font-size: 1rem;
font-weight: 700;

@media #{$bp-below-mobile} {
text-align: justify;
Expand Down Expand Up @@ -286,14 +284,13 @@
}

.title-meetup {
font-size: 25px;
font-size: 1.25rem;
text-align: center;
margin: 30px;
font-weight: normal;
font-weight: 700;
text-align: left;
margin-bottom: 16px;


@media #{$bp-below-mobile} {
margin: 0;
}
}

// .btn-meet {
Expand Down Expand Up @@ -321,15 +318,15 @@

.class-btn {
text-align: center;
// margin-top: 33%;
margin-top: 8px;

@media #{$bp-below-mobile} {
margin: 0;
}
}

.btn--events {
margin-top: 32px;
margin-bottom: 32px;
}

.event-title-1 {
Expand All @@ -344,6 +341,8 @@
font-size: 17px;
display: flex;
justify-content: space-between;
margin-bottom: 16px;

}
}

Expand All @@ -369,17 +368,19 @@
}
.event-title {
text-align: center;
font-size: 30px;
font-size: 1.5rem;
margin-top: 20px;
line-height: 35px;
font-weight: normal;
font-weight: 700;
margin-bottom: 15px;

}

@media #{$bp-below-tablet} {
.event-title {
font-size: 17px;
display: flex;
justify-content: space-between;
align-items: center;
}
.event-title::after {
content: "\221F";
Expand Down Expand Up @@ -430,16 +431,26 @@
list-style: none;
font-size: 16px;
line-height: 19px;

grid-template-columns: repeat(2, 1fr);
display: grid;




@media #{$bp-below-tablet} {
font-size: 13px;
line-height: 15px;
}
}

.day-header-1 {
text-transform: uppercase;
margin-block-end: 0.25em;
line-height: 21px;
font-size: 16px;
font-size: 1rem;
font-weight: 700;
margin: 30px 0 10px 0;
padding:0;
@media #{$bp-below-tablet} {
font-size: 15px;
line-height: 18px;
Expand Down Expand Up @@ -496,3 +507,20 @@
color: $color-white;
}



.events-page{
background: #030c2c;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: "Roboto"sans-serif;
font-style: normal;
font-weight: normal;
}

.userTimeZone {
font-weight: 700;
}
Loading