Tweak some wording, html and descriptions for Snap!Con

This commit is contained in:
Michael Ball 2019-12-19 02:00:32 -08:00
parent 43b65cc509
commit cd2e2066f4
4 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
= content_for :splash_nav do = content_for :splash_nav do
%li %li
%a.smoothscroll{ href: '#call' } Call For Content %a.smoothscroll{ href: '#call' } Call For Participation
%section#call %section#call
.container .container

View file

@ -11,7 +11,7 @@
-# id: 'splash-logo') -# id: 'splash-logo')
.col-md-8.col-md-offset-2 .col-md-8.col-md-offset-2
%h1 %h1
= conference.title = conference.title.html_safe
%h3 %h3
- if conference.start_date && conference.end_date - if conference.start_date && conference.end_date
%span.date.text-nowrap %span.date.text-nowrap

View file

@ -61,6 +61,7 @@
%small %small
%label{for: 'user_remember_me'} Remember me %label{for: 'user_remember_me'} Remember me
= check_box_tag 'user[remember_me]' = check_box_tag 'user[remember_me]'
%br
%button.btn.btn-success.btn-block Sign in %button.btn.btn-success.btn-block Sign in
- unless omniauth_configured.empty? - unless omniauth_configured.empty?
.divider .divider

View file

@ -1,10 +1,10 @@
%html{xmlns: 'http://www.w3.org/1999/html'} %html{lang: 'en'}
%head %head
%meta{charset: 'utf-8'} %meta{charset: 'utf-8'}
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1'} %meta{name: 'viewport', content: 'width=device-width, initial-scale=1'}
%title= content_for?(:title) ? yield(:title) : (ENV['OSEM_NAME'] || 'OSEM') %title= content_for?(:title) ? yield(:title) : (ENV['OSEM_NAME'] || 'OSEM')
%meta{content: '', name: 'description'} %meta{content: 'Snap!Con -- A conference all about Snap!, a programing language from UC Berkeley.', name: 'description'}
%meta{content: '', name: 'author'} %meta{content: 'Michael Ball, Brian Harvey, Jens Moenig, Bernat Romagosa, Dan Garcia, Lauren Mock', name: 'author'}
= stylesheet_link_tag "application", media: 'all' = stylesheet_link_tag "application", media: 'all'
= javascript_include_tag "application" = javascript_include_tag "application"
@ -45,7 +45,7 @@
#{link_to "MIT license", "http://opensource.org/licenses/MIT"}. #{link_to "MIT license", "http://opensource.org/licenses/MIT"}.
You can run, copy, distribute, study, change and improve it. You can run, copy, distribute, study, change and improve it.
The source code and the developers are on The source code and the developers are on
#{link_to "GitHub", "https://github.com/openSUSE/osem"}. #{link_to "GitHub", "https://github.com/snap-cloud/snapcon"}. This site is a modification of #{link_to "OSEM", "https://github.com/openSUSE/osem"}.
- if ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"].present? - if ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"].present?
Performance data is available on Performance data is available on
#{link_to "Skylight", ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"]}. #{link_to "Skylight", ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"]}.