Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update eventbright buttons #3

Merged
merged 1 commit into from Jan 12, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added app/assets/images/traitify_logo_blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions app/assets/stylesheets/application.css.scss
Expand Up @@ -22,6 +22,27 @@
margin-left: auto;
margin-right: auto;
}

.sign-up-links {
display: inline-block;
float: left;
ul {
padding: 0px;
margin: 0px;
list-style: none;
li {
margin-left: 0px;
color: $red;
font-size: 2em;
float: left;
padding: 1em;
span {
vertical-align: 20%;
}
}
}
}

}

header {
Expand Down
16 changes: 14 additions & 2 deletions app/views/pages/school.html.haml
Expand Up @@ -20,8 +20,6 @@
%a{href: 'https://www.google.com/maps/place/Betamore/@39.276833,-76.612088,15z/data=!4m2!3m1!1s0x0:0x6d2528150bed1e5e', title: 'At Betamore'} @ Betamore
%p
This two day workshop put together by the B'more on Rails crew+ is an opportunity for women to learn about the basics of Ruby on Rails. We'll guide you through building an application that's accessible through the web and backed by a database. You'll walk away with the resources and tools to continue making super rad web
%p
<a href="http://www.eventbrite.com/e/bmore-on-rails-workshop-for-women-tickets-14887807834?ref=ebtnebtckt" target="_blank"><img src="https://www.eventbrite.com/custombutton?eid=14887807834" alt="Eventbrite - B’more on Rails | Workshop for Women" /></a>
%h3
Friday Installfest
%p
Expand Down Expand Up @@ -59,10 +57,24 @@
5:00pm - 7:00pm | Afterparty
%p
After the workshop, take some time to relax and hang with the local Rails community. Venue (TBD).
%div.sign-up-links
%ul
%li
%span
Attendees
%a{href: "http://www.eventbrite.com/e/bmore-on-rails-workshop-for-women-tickets-14887807834?ref=ebtnebtckt", target: "_blank"}
= image_tag "https://www.eventbrite.com/custombutton?eid=14887807834", alt: "Eventbrite - B’more on Rails | Workshop for Women"
%li
%span
Coaches
%a{href: "http://www.eventbrite.com/e/bmore-on-rails-workshop-for-women-tickets-14887807834?ref=ebtnebtckt", target: "_blank"}
= image_tag "https://www.eventbrite.com/custombutton?eid=14887807834", alt: "Eventbrite - B’more on Rails | Workshop for Women"

.column6.line-mobile
.line
%h2.sponsors.icon
%a{href: 'https://www.traitify.com/', title: 'traitify'}
= image_tag 'traitify_logo_blue.png', class: 'logo'
%a{href: 'http://smartlogicsolutions.com/', title: 'smartlogic'}
= image_tag 'smartlogic_275.png', alt: 'Smart Logic Logo', class: 'logo'
%a{href: 'http://betamore.com/', title: 'betamore'}
Expand Down