diff --git a/_site/assets/css/bgheader.jpg b/_site/assets/css/bgheader.jpg new file mode 100644 index 0000000..970f5d4 Binary files /dev/null and b/_site/assets/css/bgheader.jpg differ diff --git a/_site/assets/css/fonts/slick.eot b/_site/assets/css/fonts/slick.eot new file mode 100644 index 0000000..2cbab9c Binary files /dev/null and b/_site/assets/css/fonts/slick.eot differ diff --git a/_site/assets/css/fonts/slick.svg b/_site/assets/css/fonts/slick.svg new file mode 100644 index 0000000..b36a66a --- /dev/null +++ b/_site/assets/css/fonts/slick.svg @@ -0,0 +1,14 @@ + + + +Generated by Fontastic.me + + + + + + + + + + diff --git a/_site/assets/css/fonts/slick.ttf b/_site/assets/css/fonts/slick.ttf new file mode 100644 index 0000000..9d03461 Binary files /dev/null and b/_site/assets/css/fonts/slick.ttf differ diff --git a/_site/assets/css/fonts/slick.woff b/_site/assets/css/fonts/slick.woff new file mode 100644 index 0000000..8ee9972 Binary files /dev/null and b/_site/assets/css/fonts/slick.woff differ diff --git a/_site/assets/css/slick-theme.css b/_site/assets/css/slick-theme.css new file mode 100644 index 0000000..1232fca --- /dev/null +++ b/_site/assets/css/slick-theme.css @@ -0,0 +1,204 @@ +@charset 'UTF-8'; +/* Slider */ +.slick-loading .slick-list +{ + background: #fff url('./ajax-loader.gif') center center no-repeat; +} + +/* Icons */ +@font-face +{ + font-family: 'slick'; + font-weight: normal; + font-style: normal; + + src: url('./fonts/slick.eot'); + src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); +} +/* Arrows */ +.slick-prev, +.slick-next +{ + font-size: 0; + line-height: 0; + + position: absolute; + top: 50%; + + display: block; + + width: 20px; + height: 20px; + padding: 0; + -webkit-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + transform: translate(0, -50%); + + cursor: pointer; + + color: transparent; + border: none; + outline: none; + background: transparent; +} +.slick-prev:hover, +.slick-prev:focus, +.slick-next:hover, +.slick-next:focus +{ + color: transparent; + outline: none; + background: transparent; +} +.slick-prev:hover:before, +.slick-prev:focus:before, +.slick-next:hover:before, +.slick-next:focus:before +{ + opacity: 1; +} +.slick-prev.slick-disabled:before, +.slick-next.slick-disabled:before +{ + opacity: .25; +} + +.slick-prev:before, +.slick-next:before +{ + font-family: 'slick'; + font-size: 20px; + line-height: 1; + + opacity: .75; + color: white; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.slick-prev +{ + left: -25px; +} +[dir='rtl'] .slick-prev +{ + right: -25px; + left: auto; +} +.slick-prev:before +{ + content: '←'; +} +[dir='rtl'] .slick-prev:before +{ + content: '→'; +} + +.slick-next +{ + right: -25px; +} +[dir='rtl'] .slick-next +{ + right: auto; + left: -25px; +} +.slick-next:before +{ + content: '→'; +} +[dir='rtl'] .slick-next:before +{ + content: '←'; +} + +/* Dots */ +.slick-dotted.slick-slider +{ + margin-bottom: 30px; +} + +.slick-dots +{ + position: absolute; + bottom: -25px; + + display: block; + + width: 100%; + padding: 0; + margin: 0; + + list-style: none; + + text-align: center; +} +.slick-dots li +{ + position: relative; + + display: inline-block; + + width: 20px; + height: 20px; + margin: 0 5px; + padding: 0; + + cursor: pointer; +} +.slick-dots li button +{ + font-size: 0; + line-height: 0; + + display: block; + + width: 20px; + height: 20px; + padding: 5px; + + cursor: pointer; + + color: transparent; + border: 0; + outline: none; + background: transparent; +} +.slick-dots li button:hover, +.slick-dots li button:focus +{ + outline: none; +} +.slick-dots li button:hover:before, +.slick-dots li button:focus:before +{ + opacity: 1; +} +.slick-dots li button:before +{ + font-family: 'slick'; + font-size: 6px; + line-height: 20px; + + position: absolute; + top: 0; + left: 0; + + width: 20px; + height: 20px; + + content: '•'; + text-align: center; + + opacity: .25; + color: black; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.slick-dots li.slick-active button:before +{ + opacity: .75; + color: black; +} diff --git a/_site/assets/css/style.css b/_site/assets/css/style.css index 1db63b6..00dbed8 100644 --- a/_site/assets/css/style.css +++ b/_site/assets/css/style.css @@ -320,6 +320,8 @@ a:hover { text-decoration: underline; } body { text-align: justify; } +.slick-prev:before, .slick-next:before { color: #000 !important; } + input[type=email], input[type=text] { padding: .375rem .75rem; margin: .375rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } input[type=submit] { outline: none; height: 40px; text-align: center; width: 130px; border-radius: 40px; background: #fff; border: 2px solid #1ECD97; color: #1ECD97; letter-spacing: 1px; text-shadow: 0; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s ease; } @@ -341,3 +343,9 @@ input[type=submit]:after { content: "SUBMIT"; } @media (max-width: 900px) { #img-col img { max-width: 50%; margin: 15px; } .align-center { text-align: center !important; } .head h1:before, .head h1:after { content: ""; height: 0px; width: 0px !important; } } +.page-header { background-image: url(./bgheader.jpg), linear-gradient(120deg, #961f57, #159957); background-repeat: no-repeat; background-size: cover; background-position: center; } + +.btn { color: white; background-color: #9eb620; } +.btn:hover { background-color: rgba(158, 182, 32, 0.8); } + +.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { color: #9eb620; } diff --git a/_site/hackathon.html b/_site/hackathon.html index 3ebebad..ffae0d6 100644 --- a/_site/hackathon.html +++ b/_site/hackathon.html @@ -38,8 +38,8 @@ - - + + diff --git a/_site/index.html b/_site/index.html index e14c6d5..fc1afdb 100644 --- a/_site/index.html +++ b/_site/index.html @@ -37,9 +37,10 @@ - - - + + + + @@ -66,7 +67,7 @@

13+

Meetups
-

4+

+

9+

Sponsors
@@ -75,173 +76,283 @@

4+

The Bay Area Meetup Tech Series is an educational nonprofit initiative that aims to generate value for tech communities, we talk about technology both from the technical point of view and also about career within technology.

-
- -
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
-
- +
+ +
+ + + + + +


-
-
-

Speakers we've seen here

-
-
+
+
+

Speakers we've seen here

+
+
-
-

Greg Dreyfus

-

Platform Architects Manager

+
+

Greg Dreyfus

+

Platform Architects Manager

Zendesk -
-
-
-
-
    +
+
+
+
+
  • -
  • -
-
-
+
  • + +
    +
    -
    -

    Neto Marin

    -

    Senior Developer Advocate

    +
    +

    Neto Marin

    +

    Senior Developer Advocate

    Google -
    -
    -
    -
    -
      +
    +
    +
    +
    +
    • -
    • -
    -
    -
    -
    -
    -

    Alex Goncalves

    -

    Software Engineering Manager

    +
  • + +
    +
    +
    +
    +

    Alex Goncalves

    +

    Software Engineering Manager

    Facebook -
    -
    -
    -
    -
      -
    • -
    -
    -
    -
    -
    -

    Jigyasa

    +
    +
    +
    +
    +
      +
    • +
    +
    +
    +
    +
    +

    Jigyasa

    Red Hat Women Award 2017

    Twitter -
    -
    -
    -
    -
      +
    +
    +
    +
    +
    • -
    • -
    -
    -
    -
    -
    -

    Jonathan Lima

    -

    Engineering Lead

    +
  • + +
    +
    +
    +
    +

    Jonathan Lima

    +

    Engineering Lead

    Twitch -
    -
    -
    -
    -
      +
    +
    +
    +
    +
    • -
    • -
    -
    -
    -
    -
    -

    Sameera

    -

    Engineering Leader

    +
  • + +
    +
    +
    +
    +

    Sameera

    +

    Engineering Leader

    Ballerina -
    -
    -
    -
    -
      -
    • -
    • -
    -
    -
    +
    +
    +
    +
    +
      +
    • +
    • +
    +
    +
    -
    -

    Amrita Jain

    -

    Senior Engineering Manager

    +
    +

    Amrita Jain

    +

    Senior Engineering Manager

    Twitch -
    -
    -
    -
    -
      +
    +
    +
    +
    +
    • -
    • -
    -
    -
    -
    -
    -

    Igor Franca

    -

    Data Engineer

    +
  • + +
    +
    +
    +
    +

    Igor Franca

    +

    Data Engineer

    Shawee -
    -
    -
    -
    -
      +
    +
    +
    +
    +
    • -
    • -
    -
    -
    +
  • + +
    +
    -
    -

    Jacopo Tagliabue

    -

    Co-founder and CTO

    +
    +

    Jacopo Tagliabue

    +

    Co-founder and CTO

    Tooso.ai -
    -
    -
    -
    -
      +
    +
    +
    +
    +
    • -
    • -
    -
    -
    -
    -
    -

    Anjana Fernando

    -

    Director and Architect

    +
  • + +
    +
    +
    +
    +

    Anjana Fernando

    +

    Director and Architect

    WSO2 -
    -
    -
    -
    -
      +
    +
    +
    +
    +
    • -
    • -
    -
    -
    -
    -
    +
  • + +
    +
    +
    +
    +

    Martin Spier

    +

    Performance Architect

    + Netflix +
    +
    +
    +
    + +
    +
    +
    +
    +

    Claudia Galvan

    +

    Technical Advisor

    + Microsoft +
    +
    +
    +
    + +
    +
    +
    +
    +

    Caio Calado

    +

    Chatbot Advocate

    + Take +
    +
    +
    +
    + +
    +
    +
    +
    +

    Rafael Pacheco

    +

    Developer Advocate

    + Take +
    +
    +
    +
    + +
    +
    +
    +
    +

    Michael Solati

    +

    Developer Advocate

    + Typeform +
    +
    +
    +
    + +
    +
    + +



    @@ -263,6 +374,29 @@

    Fabulous sponsors

    Schoolab
    +
    +
    Flatiron School
    +
    +
    +
    Blip
    +
    +
    +
    Galvanize
    +
    +
    +
    Draper University
    +
    +
    +
    Take
    +
    +
    +
    +
    +
    Microsoft
    +
    +
    +
    Coding Dojo
    +

    The ones who keep the show on!

    @@ -289,7 +423,7 @@

    Powered by -

    Next Meetups

    +

    Be in touch


    @@ -350,6 +484,11 @@

    Join our Slack group

    +

    Join us on Meetup.com

    + +View on Meetup.com + +
    @@ -369,10 +508,6 @@

    Call for Papers


    -
    -

    Be in touch

    -
    -

    Want to sponsor or give us any feedback? Send us an email at hi@baymeetup.com

    Thank you for your support!

    diff --git a/index.md b/index.md index ff51735..e390341 100644 --- a/index.md +++ b/index.md @@ -39,7 +39,7 @@ title: Bay Area Meetup Tech Series
    -

    Next Meetups

    +

    Be in touch


    @@ -88,10 +88,6 @@ Want to help our community to grow? Be a -

    Be in touch

    -
    -

    Want to sponsor or give us any feedback? Send us an email at hi@baymeetup.com

    Thank you for your support!