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…
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]](mailto:[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.htmlHow 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?
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
Members
-
railsgirls.com ★ PINNED
Rails Girls Site
HTML ★ 47 1d agoExplain → -
guides.railsgirls.com ★ PINNED
Rails Girls Guides
HTML ★ 7.1k 12h agoExplain → -
installation-scripts ★ PINNED
Installation scripts to get a computer ready for a Rails Girls workshop
Shell ★ 68 3y agoExplain → -
railsgirls-app ★ PINNED
Completed Railgirls Workshop App
Ruby ★ 24 1y agoExplain → -
guides-ptbr
Rails Girls Guides - Brazilian Portuguese / Tutoriais Rails Girls - Português Brasileiro
HTML ★ 53 9h agoExplain → -
presentations
Presentations from Rails Girls workshops
HTML ★ 30 8y agoExplain → -
workbook
Printable PDF workbook
HTML ★ 17 2y agoExplain → -
FrozenRailsWeekendHelsinki ▣
Coaches and Organizers get together after Frozen Rails in Helsinki!
CSS ★ 6 11y agoExplain → -
sprk2012-cfp ⑂ ▣
Sapporo RubyKaigi 2012 Call for Proposals
★ 1 6y agoExplain → -
materials
Rails Girls materials for organisers
★ 0 11y agoExplain → -
coursera-rails-intro-translating-cn ⑂
https://www.coursera.org/learn/ruby-on-rails-intro/home/week/1
★ 0 10y agoExplain →
No repos match these filters.