Giter Club home page Giter Club logo

Rails Girls

Get excited and learn to build the web!

General

We've given you pull & push access to the site. You can basically copy an existing event page and change the details to match yours. This can be done in a separate branch, but it's ok to make changes directly to master, too. :)

There's also a bunch of things anyone can work on the Issues section. Many of them are easy, quick tasks like updating stuff.

Find a file called event-template.html. Copy this file and make a new one with your cityname.

Publishing the Site

The site will be automatically published every 5 minutes (see when the site was updated last. Notice that the site needs to be accessible all the time and all around the world. Test your changes and be careful when pushing new commits. If the site breaks or you encounter a problem, ping us on [email protected] and someone should run over to help ; )

Updating the Event

You need to update two places.

  1. Add your city to railsgirls.com/events/events.json and add your event in chronological order with the newest at the top of the file. Please enter all the fields and keep the same logic.
  2. Add your city to railsgirls.com/events.html

How to Change the Picture & Header for the Site

Add your city picture rg-yourcityname.png. Add it to /images folder.

Steps to Show on Site

  1. Go to style.css
  2. Add two lines, always replacing 'yourcityname' with your actual city name.
.yourcityname#promo {
  padding-left:340px;
  background:url('../images/rg-yourcityname.png') no-repeat 0 10px,
                 url('../images/separator.png') no-repeat center bottom;
}

It will take a while before the changes show, so don't panic!

Checklist

  • Did you remember to change Twitter & Facebook details?
  • Did you include a Code of Conduct?
  • Did you remember to add an e-mail where people can contact you?
  • Did you remember to add your event to events.json and events.html?
  • Did you add your city to the Map?

✨ Your event will automatically no longer show in the homepage once the date has gone by. ✨

How to check on localhost

You can check your modification on localhost with WEBrick. WEBrick

ruby -run -e httpd . -p 8000

Then open http://localhost:8000/ (modified file path)

Tools

The example application http://railsgirlsapp.herokuapp.com/ideas is accessible on Heroku with [email protected] and pw: rubynhienomekko

Thanks to @ys for the counter you can include on your page. https://github.com/ys/rails-girls-count#readme

Rails Girls's Projects

guides-ptbr icon guides-ptbr

Rails Girls Guides - Brazilian Portuguese / Tutoriais Rails Girls - Português Brasileiro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.