diff --git a/content/about/about.erb b/content/about/about.erb index fe5a731..782b112 100644 --- a/content/about/about.erb +++ b/content/about/about.erb @@ -30,8 +30,8 @@ narrow_page: true The Zeus WPI board for the <%= pretty_year @config[:academic_year] %> academic year is:

-
- <%= fa :envelope %> -- bestuur@zeus.ugent.be +
+ Mail us all at: bestuur@zeus.ugent.be
diff --git a/content/about/contact.erb b/content/about/contact.erb index 43427f2..65485ab 100644 --- a/content/about/contact.erb +++ b/content/about/contact.erb @@ -4,41 +4,40 @@ icon_size: 2x contact_links: - icon: facebook link: https://www.facebook.com/zeus.wpi/ - description: FACEBOOK + description: Facebook action: Like us - icon: envelope link: ../about#board - description: EMAIL + description: Email action: Mail us - icon: twitter link: https://twitter.com/zeuswpi - description: TWITTER + description: Twitter action: Follow us - icon: slack link: https://zeuswpi.slack.com/ - description: SLACK + description: Slack action: Message us - icon: commenting link: irc://wina.ugent.be/#zeus - description: IRC + description: irc action: Chat with us - icon: inbox link: http://lists.zeus.ugent.be/mailman/listinfo/leden - description: MAILINGLIST + description: Mailinglist action: Keep up to date - icon: github link: https://github.com/ZeusWPI/ - description: GITHUB + description: GitHub action: Fork us - icon: phone link: 'tel:+3292644751' - description: PHONE + description: Phone action: Call us --- <%= render '/partials/_about_sub_navbar.*', selected: 'contact' %> -

Contact

- -
+

Contact us

+

bleep bloop

-
- -
+ diff --git a/content/assets/stylesheets/includes/about.scss b/content/assets/stylesheets/includes/about.scss index 7ec79d5..0421bc2 100644 --- a/content/assets/stylesheets/includes/about.scss +++ b/content/assets/stylesheets/includes/about.scss @@ -25,7 +25,7 @@ width: 100%; height: 100%; border-radius: 50%; - border: 1px solid $tertiary; + border: 1px solid $secondary; margin: 0 auto; } @@ -35,7 +35,7 @@ width: 100%; height: 100%; border-radius: 50%; - background-color: $tertiary; + background-color: $secondary; display: flex; justify-content: center; align-items: center; @@ -75,4 +75,24 @@ } } +} + +#contact-info { + h1 { + margin-bottom: 0.3em; + } + + .is-divider { + margin-bottom: 0.7em; + margin-top: 0.7em; + } + + #contact-location-buttons { + width: 100%; + text-align: center; + } + + .button:hover, .button:focus { + border-color: $primary; + } } \ No newline at end of file diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index 7ee7dd7..e5ce7fa 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -174,6 +174,10 @@ footer.footer { } .content { + blockquote { + border-left-color: $secondary; + } + // Bold definition types in
dt { font-weight: bold; @@ -181,9 +185,11 @@ footer.footer { figure { position: relative; + img { display: block; } + figcaption { position: absolute; background-color: rgba(0,0,0,.7); @@ -196,6 +202,7 @@ footer.footer { opacity: 0; } + &:hover { figcaption { opacity: 1;