diff --git a/_data/events.yml b/_data/events.yml new file mode 100644 index 0000000000..8c4cb9ddbf --- /dev/null +++ b/_data/events.yml @@ -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 Getting Started 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 +--- \ No newline at end of file diff --git a/_sass/components/_events.scss b/_sass/components/_events.scss index 002f5b50cc..e9bdc60f71 100644 --- a/_sass/components/_events.scss +++ b/_sass/components/_events.scss @@ -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; } } @@ -129,7 +129,8 @@ .meetup-steps { display: flex; - margin: 17px 0; + align-items: center; + margin: 24px 0; @media #{$bp-below-mobile} { flex-direction: column; @@ -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; @@ -151,8 +154,6 @@ @media #{$bp-below-mobile} { padding: 0; - font-size: 12px; - line-height: 14px; text-align: initial; margin: 37px; } @@ -164,8 +165,6 @@ @media #{$bp-below-mobile} { padding: 8px; - font-size: 12px; - line-height: 14px; text-align: initial; margin-bottom: 25px; } @@ -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; @@ -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 { @@ -321,7 +318,7 @@ .class-btn { text-align: center; - // margin-top: 33%; + margin-top: 8px; @media #{$bp-below-mobile} { margin: 0; @@ -329,7 +326,7 @@ } .btn--events { - margin-top: 32px; + margin-bottom: 32px; } .event-title-1 { @@ -344,6 +341,8 @@ font-size: 17px; display: flex; justify-content: space-between; + margin-bottom: 16px; + } } @@ -369,10 +368,11 @@ } .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} { @@ -380,6 +380,7 @@ font-size: 17px; display: flex; justify-content: space-between; + align-items: center; } .event-title::after { content: "\221F"; @@ -430,6 +431,13 @@ 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; @@ -437,9 +445,12 @@ } .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; @@ -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; +} \ No newline at end of file diff --git a/events.html b/events.html deleted file mode 100644 index 2c4c26866a..0000000000 --- a/events.html +++ /dev/null @@ -1,659 +0,0 @@ ---- -layout: default -title: Hack Nights ---- - -
-

Events

-
-
-
-

- Hack for LA is the Los Angeles brigade of - Code for America, - a network of civic-minded technologists who contribute their skills - toward using the web as a platform for local government and community - service. -

- -
-
- -
-
- -

- To learn more, watch the - Ted Talk - by Code for America founder, Jennifer Pahlka, on maintaining a better government through code. -

-
- -
-
- -
-
-
-
-
- -
-

Our Events

-
-
-

- image of an m - Meetup Events -

-
-

Onboarding

-
-
- -
-
-

- If you are new to the community, join us for Onboarding Night! We - offer both Guided Onboarding and Self Onboarding options on our - Getting Started - page. -

-
-
- -

Workshops

-
-
- -
-
-

- We host workshops on a range of topics, from development best - practices to project management methodologies. Please check back - for the current workshop schedule. -

-
-
- -

Happy Hour

-
-
- -
-
-

- 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. -

-
-
- -
-
-
-

- image of a group of people - Online Project Team Meetings -

-
-
-
- -
-
-

- Please review the listing of project team meeting times to find a - project that fits your schedule. You are welcome to attend a - project team meeting after you have completed - Onboarding. -

-
-
-
-
-
-

- Monday -

-
    -
    -
    -

    - Tuesday -

    -
      -
      -
      -

      - Wednesday -

      -
        -
        -
        -

        - Thursday -

        -
          -
          -
          -

          - Friday -

          -
            -
            -
            -

            - Saturday -

            -
              -
              -
              -

              - Sunday -

              -
                -
                -
                -
                -
                -
                - -

                - Our Locations -

                -
                -

                - In light of the COVID-19 pandemic, Hack for LA has suspended its in-person - events below. The organization remains fully active, and all events are - now being conducted remotely using Zoom at the days/times listed above. -

                - -
                -

                - image of a location icon - See our Locations -

                -
                -
                - -
                -
                -
                -
                - westside -
                -
                -

                Monday

                -
                -
                - -
                - Engage -
                -
                - -
                - -
                - HelloGOV -
                -
                - -
                - - -
                - -
                - - -
                - -
                - -
                - Not Today -
                -
                - -
                - - -
                - -
                - -
                - VRMS -
                -
                - -
                - - -
                - -
                - -
                - Undebate -
                -
                - -
                - - -
                -
                -
                -
                -
                - -
                -
                -
                - DTLA -
                -
                -

                Tuesday

                -
                -
                - -
                - 311 Data -
                -
                - -
                - - -
                - -
                - - -
                - -
                - -
                - VRMS -
                -
                - -
                - - -
                - -
                - - -
                - -
                - - -
                - -
                - - -
                -
                -
                -
                -
                - -
                -
                -
                - southLA -
                -
                -

                Wednesday

                -
                -

                - Our South LA meetup was created by a community member on our - leadership team. -

                -

                - The mission of the South LA hacknight is to offer free technical - education opportunities and facilitate user centered design and - software development projects to improve civic life in the local - area with local partners and stakeholders. -

                -

                - This meetup is just getting started, there are no current - projects. -

                -
                -
                -
                -
                -
                -
                - - - - \ No newline at end of file diff --git a/events/events.html b/events/events.html new file mode 100644 index 0000000000..f23f4ae8d8 --- /dev/null +++ b/events/events.html @@ -0,0 +1,78 @@ +--- +layout: default +title: Events - Hack for LA +permalink: /events/ +--- + +
                + {% include_relative header-container-content.html %} +
                + +
                + +

                Our Events

                +
                +
                + {% include_relative left-col-content.html %} +
                + +
                + {% include_relative right-col-content.html%} +
                +
                + +

                + Our Locations +

                + +
                +

                + In light of the COVID-19 pandemic, Hack for LA has suspended its in-person + events below. The organization remains fully active, and all events are + now being conducted remotely using Zoom at the days/times listed above. +

                + +
                +

                + image of a location icon + See our Locations +

                +
                +
                + +
                + {% include_relative our-locations-content.html %} +
                + +
                + + \ No newline at end of file diff --git a/events/header-container-content.html b/events/header-container-content.html new file mode 100644 index 0000000000..d752df48c2 --- /dev/null +++ b/events/header-container-content.html @@ -0,0 +1,34 @@ +

                Events

                +
                +
                +
                +

                + Hack for LA is the Los Angeles brigade of + Code for America, + a network of civic-minded technologists who contribute their skills + toward using the web as a platform for local government and community + service. +

                + +
                +
                + +
                +
                + +

                + To learn more, watch the + Ted Talk + by Code for America founder, Jennifer Pahlka, on maintaining a better government through code. +

                +
                + +
                +
                + +
                +
                +
                +
                \ No newline at end of file diff --git a/events/left-col-content.html b/events/left-col-content.html new file mode 100644 index 0000000000..6c72d31f21 --- /dev/null +++ b/events/left-col-content.html @@ -0,0 +1,24 @@ +

                + image of an m + Meetup Events +

                +
                + +{% for event in site.data.events %} +
                +
                + +
                +
                +

                {{event.name}}

                +

                {{event.text}}

                +
                +
                +{% endfor %} + +
                + + +
                + +
                \ No newline at end of file diff --git a/events/our-locations-content.html b/events/our-locations-content.html new file mode 100644 index 0000000000..e9c37a8f5f --- /dev/null +++ b/events/our-locations-content.html @@ -0,0 +1,177 @@ + +
                +
                +
                + westside +
                +
                +

                Monday

                +
                +
                + +
                + Engage +
                +
                + +
                + +
                + HelloGOV +
                +
                + +
                + + +
                + +
                + + +
                + +
                + +
                + Not Today +
                +
                + +
                + + +
                + +
                + +
                + VRMS +
                +
                + +
                + + +
                + +
                + +
                + Undebate +
                +
                + +
                + + +
                +
                +
                +
                +
                + +
                +
                +
                + DTLA +
                +
                +

                Tuesday

                +
                +
                + +
                + 311 Data +
                +
                + +
                + + +
                + +
                + + +
                + +
                + +
                + VRMS +
                +
                + +
                + + +
                + +
                + + +
                + +
                + + +
                + +
                + + +
                +
                +
                +
                +
                + +
                +
                +
                + southLA +
                +
                +

                Wednesday

                +
                +

                + Our South LA meetup was created by a community member on our + leadership team. +

                +

                + The mission of the South LA hacknight is to offer free technical + education opportunities and facilitate user centered design and + software development projects to improve civic life in the local + area with local partners and stakeholders. +

                +

                + This meetup is just getting started, there are no current + projects. +

                +
                +
                +
                +
                diff --git a/events/right-col-content.html b/events/right-col-content.html new file mode 100644 index 0000000000..40849dccb5 --- /dev/null +++ b/events/right-col-content.html @@ -0,0 +1,185 @@ +

                + image of a group of people + Online Project Team Meetings +

                +
                +
                +
                + +
                +
                +

                + Please review the listing of project team meeting times to find a + project that fits your schedule. You are welcome to attend a project + team meeting after you have completed + Onboarding. +

                +
                +
                +
                +
                + {% assign days-of-week = + "Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday" | split: "," %} + {% for day in days-of-week %} +
                +

                {{day}}

                +
                  +
                  + {% endfor %} +
                  +
                  + \ No newline at end of file