All Projects → jsconf → wwwtf.berlin

jsconf / wwwtf.berlin

Licence: other
wwwtf, a ~week of events organized for and by the web community

Programming Languages

CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to wwwtf.berlin

site
Sources of euregjug.eu
Stars: ✭ 26 (-43.48%)
Mutual labels:  community, events
Kubernetes Community Days
📅 Kubernetes Community Days website
Stars: ✭ 67 (+45.65%)
Mutual labels:  community, events
it52-rails
Сайт нижегородского IT-сообщества
Stars: ✭ 17 (-63.04%)
Mutual labels:  community, events
Osem
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Stars: ✭ 649 (+1310.87%)
Mutual labels:  events, conferences
commons.openshift.org
Repository for OpenShift Commons Community Site
Stars: ✭ 31 (-32.61%)
Mutual labels:  community, events
Indico
Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.
Stars: ✭ 1,160 (+2421.74%)
Mutual labels:  events, conferences
Awesome Speakers
Awesome speakers in the programming and design communities
Stars: ✭ 723 (+1471.74%)
Mutual labels:  community, conferences
Pretix
Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
Stars: ✭ 1,037 (+2154.35%)
Mutual labels:  events, conferences
code-of-conduct
rubyberlin.github.io/code-of-conduct/
Stars: ✭ 60 (+30.43%)
Mutual labels:  events, conferences
Tech-Conferences
Overview of upcoming and past tech conferences
Stars: ✭ 42 (-8.7%)
Mutual labels:  events, conferences
conference-diversity-and-inclusion
Diversity and Inclusion Guidelines for Conferences
Stars: ✭ 14 (-69.57%)
Mutual labels:  community, conferences
berlin
🐻 learn coding with nodeschool berlin (๑>ᴗ<๑)
Stars: ✭ 54 (+17.39%)
Mutual labels:  berlin, community
Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (+315.22%)
Mutual labels:  community, events
talksearch
🎤 An interactive search experience for video titles and transcripts
Stars: ✭ 24 (-47.83%)
Mutual labels:  community, events
hackertab.dev
Hackertab turns your New Tab page into a geeky one that keeps you as a developer updated with the best tools, news, jobs and events.
Stars: ✭ 229 (+397.83%)
Mutual labels:  events, conferences
democracy
Tools for peer-to-peer privacy with Ethereum and AZTEC
Stars: ✭ 36 (-21.74%)
Mutual labels:  community
PhantomBotDE
PhantomBotDE ist ein aktiv Entwickelter interaktiver Open Source Twitch Bot mit einer lebendigen Community welche Unterhaltung und Moderation für deinen Kanal bietet, dieser erlaubt dir dich auf das was wirklich zählt zu Konzentrieren - dein Spiel und deine Zuschauer.
Stars: ✭ 24 (-47.83%)
Mutual labels:  community
bogota
Bogotá, Colombia 🍺
Stars: ✭ 22 (-52.17%)
Mutual labels:  community
watermill-sql
SQL Pub/Sub for the Watermill project.
Stars: ✭ 39 (-15.22%)
Mutual labels:  events
tomodachi
💻 Microservice library / framework using Python's asyncio event loop with full support for HTTP + WebSockets, AWS SNS+SQS, RabbitMQ / AMQP, middleware, etc. Extendable for GraphQL, protobuf, gRPC, among other technologies.
Stars: ✭ 170 (+269.57%)
Mutual labels:  events

wwwtf.berlin

The website for https://wwwtf.berlin, a celebration of the web community in Berlin. If you're here, you might want to add your own event to our list! If so, feel free to read on and get started. If you need any help or if anything is unclear to you, you can always open an issue.

Setup

The site uses jekyll, to run the site do the following in your terminal:

git clone https://github.com/jsconf/wwwtf.berlin
cd wwwtf.berlin
gem install bundler
bundle install
bundle exec jekyll serve --livereload

The site should then be available on http://localhost:4000

Create an event

To create an event you just have to add a new markdown file to the _posts folder:

year-month-day-name-of-the-event.md

The following points are necessary:

  • layout: post
  • title: "name of the event"
  • date: year-month-day 24-hr-time +timezone
  • venue: "name of the venue"
  • ticket: "ticket status (see below)"
  • href: "link to the page of the event or the event host"

Here's a simple copy-and-paste:

---
layout: post
title: My Event
date: 2019-05-24 20:00:00 UTC+2
venue: My office
ticket: buy
ticket_href: https://example.com/buytickets
time: 8PM - 10PM
href: https://example.com/
---

Other values for ticket are:

free

ticket: free

rsvp

ticket: rsvp

sold-out

ticket: sold-out
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].