diff --git a/.gitignore b/.gitignore index 92ecf19..129d585 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .jekyll-metadata +_site diff --git a/_site/2016/08/15/Auckland.html b/_site/2016/08/15/Auckland.html deleted file mode 100644 index 8558d8d..0000000 --- a/_site/2016/08/15/Auckland.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Event in Auckland - - - - - - - - - - - - - - - - -
-
-
- -
-
-
-
-

Event in Auckland

-

-
-

Hello!

- -
-
-
- -
- -
-
- - - - - - - diff --git a/_site/2016/09/16/Berlin.html b/_site/2016/09/16/Berlin.html deleted file mode 100644 index 24a2bf8..0000000 --- a/_site/2016/09/16/Berlin.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Berlin, Germany - - - - - - - - - - - - - - - - -
-
-
- -
-
-
-
-

Berlin, Germany

-

16–17 September 2016

-
-

Hello!

- -
-
-
- -
- -
-
- - - - - - - diff --git a/_site/README.md b/_site/README.md deleted file mode 100644 index 8c81dd3..0000000 --- a/_site/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# ClojureBridge Website - -Welcome! This is the repository for the [clojurebridge.org](http://www.clojurebridge.org/) website. -We are happy to receive your contributions. - -## How to get started -You can either create and modify files here on GitHub or clone the repository and view the website on your computer. - -The website is powered by [Jekyll](https://jekyllrb.com/), GitHub pages and Markdown. Jekyll is a Ruby gem that lets you create simple blogs that are easy to maintain. - -You might have to install a new version of Ruby, if you don't have it yet. -After that you can run the following command in the Terminal: -``` -gem install jekyll -``` -Clone the repository, `cd` into it and pull the latest changes. Once you are done with that you can run Jekyll locally with `jekyll serve` and see it running in your browser at http://localhost:4000/. - -## Workshops -Jekyll has posts and we decided to make a workshop a post for convenience. Every post has its own markdown file. So just head over, create a new workshop post and send us a pull request. - -## Issues -We collect issues about things we still need to do. Please let us know in the issue if you want to start working on it. - -## Contact -If you have any questions please don't hesitate to contact us at . diff --git a/_site/about/index.html b/_site/about/index.html deleted file mode 100644 index 01bce3c..0000000 --- a/_site/about/index.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - About - - - - - - - - - - - - - - - - -
-
-
- -
-
-

About ClojureBridge

- -

ClojureBridge is an all-volunteer organization dedicated to increasing diversity in the Clojure community. We provide free, introductory workshops focusing on web development with Clojure. We were inspired by RailsBridge, and we follow their model closely. Our workshops are hands-on, with attendees truly programming a majority of the time, not just sitting in a room listening to lectures.

- -

Following the existing RailsBridge model we offer free workshops to women, and we plan on expanding our reach in the future to ensure even more diversity above and beyond gender alone. Our attendees range from someone who has never programmed a day in their life, to experienced developers new to Clojure.

- -

Clojure is a relatively new programming language that values simplicity, expressiveness, and practicality. The simplicity of the language makes it excellent to learn if you are new to programming and a pleasure to use, either way. Its expressiveness and practicality make it a language that gives you a lot of power to turn your ideas into working software.

- -

ClojureBridge is an open source project. If you’re interested in helping to build the Clojure community, we encourage you to get involved.

- -
-
- -
- -
-
- - - - - - - diff --git a/_site/assets/images/hammock.jpg b/_site/assets/images/hammock.jpg deleted file mode 100644 index 8c903c5..0000000 Binary files a/_site/assets/images/hammock.jpg and /dev/null differ diff --git a/_site/assets/images/header-donate.jpg b/_site/assets/images/header-donate.jpg deleted file mode 100644 index c83c33d..0000000 Binary files a/_site/assets/images/header-donate.jpg and /dev/null differ diff --git a/_site/assets/images/honeycomb-bg.png b/_site/assets/images/honeycomb-bg.png deleted file mode 100644 index 40a9fec..0000000 Binary files a/_site/assets/images/honeycomb-bg.png and /dev/null differ diff --git a/_site/assets/images/logo-small.png b/_site/assets/images/logo-small.png deleted file mode 100644 index a249ed0..0000000 Binary files a/_site/assets/images/logo-small.png and /dev/null differ diff --git a/_site/css/main.css b/_site/css/main.css deleted file mode 100644 index 572e0f7..0000000 --- a/_site/css/main.css +++ /dev/null @@ -1,150 +0,0 @@ -body { - margin: 0; - font: 16px/1.4 "freight-sans-pro", "Helvetica", "Arial", sans-serif; -} - -/* TODO: Change to id */ -.site-header { - border-width: 5px 0 3px; - border-style: solid; - border-color: rgb(51, 52, 62); - overflow: auto; -} - -#home { - float: left; - margin: 12px 0 12px 15px; - display: block; - width: 120px; - height: 120px; - background: url(/assets/images/logo-small.png); - line-height: 999; - overflow: hidden; -} - -#site-nav { - float: right; - margin: 48px 15px 0; - font-size: 18px; - line-height: 1.6; - list-style: none; -} - -#site-nav li { - float: left; - padding: 0.75em; -} - -#site-nav li + li { - border-left: 1px solid rgb(233, 233, 233); -} - -#site-nav li:hover { - background-color: rgb(249, 249, 249); -} - -#site-nav li a:hover { - border-bottom: 3px solid rgb(97, 99, 118); -} - -#banner { - margin: 0; - border-bottom: 3px solid rgb(51, 52, 62); - background: url(/assets/images/hammock.jpg) 0 -1.25em; - padding: 1em 1em 2.25em; - text-align: center; - color: #fff; -} - -.content-wrapper { - padding: 0 2em; -} - -.content { - margin: 0 auto; - max-width: 60em; -} - -#events { - border-bottom: 3px solid rgb(51, 52, 62); - background: url(/assets/images/honeycomb-bg.png); - padding-top: 1.5em; - padding-bottom: 1.5em; -} - -#events-list { - padding: 0; - list-style: none; -} - -#events-list li { - width: 247px; - padding: 0 0 2em; - background: #e9e9e9; - text-align: center; -} - -#events-list h3 { - margin-top: 0.2em; - font-weight: normal; - font-size: 1.5em; -} - -#events-list p { - margin: 0; - color: #797b91; -} - -#events-list .city { - width: 247px; - height: 247px; - background-position: center; - background-size: cover; -} - -#events-list img.organizer { - margin: -40px auto 0; - display: block; - width: 57px; - height: 57px; - border: 4px solid #fff; - -webkit-box-shadow: 0 0 5px #666; - -moz-box-shadow: 0 0 5px #666; - box-shadow: 0 0 5px #666; -} - -a { - color: #33343e; - text-decoration: none; -} - -h1, h2, h3, h4, h5, h6 { - margin: 0; -} - -img { - max-width: 100%; -} - -.fa span { - display: none; -} - -.button-donate { - font-weight: bold; - padding: 1em 1.5em 1.2em; - border-radius: 6px; - font-size: 13px; - background: #fec348 none repeat scroll 0 0; - border-color: #feb215; - color: #002f86; -} - -.button-donate img { - margin-left: 5px; - vertical-align: middle; -} - -#paypal-button { - float: right; -} diff --git a/_site/donate/index.html b/_site/donate/index.html deleted file mode 100644 index 70c7f34..0000000 --- a/_site/donate/index.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - Donate - - - - - - - - - - - - - - - - -
-
-
- -
-
-

ClojureBridge attendees

- - - -

ClojureBridge Donor FAQ

- -

What is ClojureBridge?

- -

ClojureBridge is an all-volunteer organization dedicated to increasing diversity in the Clojure community. We provide free, introductory workshops focusing on web development with Clojure, a relatively new programming language valuing simplicity, expressiveness, and practicality. Clojure’s simplicity makes it excellent to learn for newcomers and a pleasure to use for more experienced engineers. Its expressiveness and emphasis on practicality make it a powerful tool for turning ideas into working software.

- -

ClojureBridge is inspired by RailsBridge and follows their model closely. Following the existing RailsBridge model, we offer free workshops to women and plan on expanding our reach to ensure more diversity above and beyond gender alone. Local developers organize workshops, using a base curriculum as a starting point. These hands-on workshops last two days, beginning with a Friday evening ‘Installfest’ where students setup developer tools on their laptops, and a Saturday workshop focused on introducing syntax, concepts, and structures from Clojure. The workshop culminates in an afternoon project in web development, data visualization, or computer graphics.

- -

How do these workshops help?

- -

ClojureBridge workshops contribute to a larger grassroots effort to ensure that technologists reflect our broader communities. Our attendees range from programming newcomers to experienced engineers new to Clojure. Developers joining the ClojureBridge community as teachers learn to be more empathetic, deepen their knowledge of their craft and importantly challenge their preconceptions of what a programmer looks like.

- -

Our process and curriculum is decentralized and open source. We provide resources and a base curriculum for local organizers of workshops.

- -

Why does ClojureBridge need sponsorship?

- -

ClojureBridge is seeking monetary support to enable additional workshops by experienced organizers, as well as expand geographically with new workshops outside of major metropolitan areas.

- -

In particular, our geographic expansion has increased the need for funds in locations where Clojure is less well-known by local businesses and developer communities. Sponsorship would allow ClojureBridge to alleviate the fundraising burden for organizers in these areas, who have already committed to recruiting volunteers, supporting students, reviewing teaching materials, and securing workshop venues.

- -

Sponsorship would also improve accessibility, providing free food, drinks, supplies, and childcare for students and volunteers during the weekend of the workshop.

- -

How can I help?

- -

If you are interested in donating your time and skills to ClojureBridge, including by organizing a new workshop, please see our information for new contributors or email your questions to info@clojurebridge.org.

- -

If you’re interested in a financial donation: fantastic! As ClojureBridge workshops do not charge tuition to students, we seek monetary and in-kind donations to cover their costs. By sponsoring ClojureBridge, you are publicly demonstrating to current and future software developers that your organization values diversity, openness, and excellence.

- -

We accept contributions through PayPal and can also provide tax-deductible invoicing. ClojureBridge is part of Bridge Foundry. Bridge Foundry is part of School Factory, a non-profit 501(c)(3) organization.

- -

Thanks!

- -

The ClojureBridge Organizers and Community

- -
-
- -
- -
-
- - - - - - - diff --git a/_site/feed.xml b/_site/feed.xml deleted file mode 100644 index a1c0e9f..0000000 --- a/_site/feed.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - ClojureBridge - ClojureBridge aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women. - http://clojurebridge.org/ - - Tue, 16 Aug 2016 17:23:51 +0200 - Tue, 16 Aug 2016 17:23:51 +0200 - Jekyll v3.1.6 - - - Berlin, Germany - <p>Hello!</p> - - Fri, 16 Sep 2016 11:37:37 +0200 - http://clojurebridge.org/2016/09/16/Berlin.html - http://clojurebridge.org/2016/09/16/Berlin.html - - - - - - Event in Auckland - <p>Hello!</p> - - Mon, 15 Aug 2016 11:37:37 +0200 - http://clojurebridge.org/2016/08/15/Auckland.html - http://clojurebridge.org/2016/08/15/Auckland.html - - - - - - diff --git a/_site/get-involved/index.html b/_site/get-involved/index.html deleted file mode 100644 index d6e6b6a..0000000 --- a/_site/get-involved/index.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - Get involved - - - - - - - - - - - - - - - - -
-
-
- -
-
-

Get involved

- -

ClojureBridge aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women.

- -

ClojureBridge was started in 2014 and is part of Bridge Foundry. All around the world there have been workshops organized by people like you! Many people volunteered in different ways. Here are some insights for you to get involved:

- -

What can you do?

- -

There are different ways you can contribute. Maybe you like to…

- -

…organize!

- -

You want to organize a workshop in your area? Great! Let’s get started! For a minimal viable workshop you need to find:

- -
    -
  • A venue: A safe and quiet space for learners to take their first steps in Clojure. An office leisure space or a co-working space might work.
  • -
  • A date: ClojureBridge is a two-day workshop. Which means you need to find a date for the install party (e.g. Friday evening from 5 PM - 8 PM) and a date for the workshop day (e.g. Saturday 9 AM - 6 PM). -Moreover, there should be a coaches training before the event. To raise awareness on how to coach. This training can be one evening (e.g. 2 weeks) before the event.
  • -
  • Coaches: Coaches help you to teach the attendees. One coach for two attendees is a good ratio.
  • -
  • Attendees: The attendees are the most important part of the workshop. Invite them via mailing lists, social media, posters, flyers etc. Attendees should be women or people from underrepresented groups in tech. Read more about men’s attendance here.
  • -
- -

We recommend you to join our workshop mailing list. When you decided for a date and have found a venue we are happy to receive your information via an issue in our workshops repository on GitHub. Then we will publish your workshop on our website and assign you a mentor who can help you with answers to questions and by providing resources and information.

- -

You can find lots of information in our organizing repository on GitHub and read about the Workshop Planning Timeline. Resources on Diversity provides a number of great resources on how to create a diverse, inclusive event. Feel free to read and contribute to these documents.

- -

ClojureBridge follows the BridgeFoundry Code of Conduct.

- -

Last, but not least, you might want to find some sponsors. They can help you provide awesome food, drinks or fancy swag for your learners so that this workshop will stay a memorable event.

- -

…coach!

- -

As a coach you and your co-coach will teach a small group of attendees Clojure and fundamental programming principles at the workshop. This way you can help to start new carriers in tech. Have a look at our curriculum. Coaching is an awesome experience. It helps you understand Clojure better and to practice your explaining skills which is also useful for work.

- -

…be a teaching assistant!

- -

As a teaching assistant or a “floating coach” you also help attendees learn Clojure. You are not assigned to a fixed group but you can float around and help when questions arise. Being a teaching assistant might be your thing if you just started learning Clojure yourself.

- - - -

What would ClojureBridge be without our sponsors? Many great companies and private people have sponsored ClojureBridge workshops. With their help it was possible to provide food, drinks, T-shirts, notebooks and stickers for the attendees at different workshops. -You can help by sponsoring the workshop in your area or abroad but also a donation to ClojureBridge is very welcome to help us spread the word, run our servers etc.

- -

…help improve the curriculum!

- -

Our curriculum can be found in our curriculum repository. You are very welcome to join our curriculum mailing list and share your ideas.

- -

…spread the word!

- -

Last, but not least, you can help ClojureBridge by spreading the word! Introduce ClojureBridge at your local meetup groups, especially events for women. Retweet, post and share whatever you find about ClojureBridge. Tell the women YOU know and love about it and encourage them to attend!

- -
- -

Contact

- -

Please mail us if you have any questions: info@clojurebridge.org

- -
-
- -
- -
-
- - - - - - - diff --git a/_site/index.html b/_site/index.html deleted file mode 100644 index 9dc4667..0000000 --- a/_site/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - ClojureBridge - - - - - - - - - - - - - - - - -
-
-
- -

- ClojureBridge aims to increase diversity within the Clojure - community by offering free, beginner-friendly Clojure programming - workshops for women. -

- -
-
- -

- Upcoming Events -

- -
    - - - - - -
  • -
    - -

    - Berlin, Germany -

    -

    16–17 September 2016

  • - - - - - - - -
- -
-
- -
- -
-
- - - - - - -