Skip to content

Commit 0910caa

Browse files
committed
Hack Week is open to all employees not just engineers
1 parent 75fb628 commit 0910caa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
HackWeek
66
--------
77
A tool to nurture hack ideas into projects and then collaborate on them. It's used
8-
during [SUSE's hackweek](https://hackweek.opensuse.org), a week where SUSE engineers can
8+
during [SUSE's hackweek](https://hackweek.opensuse.org), a week where SUSE employees can
99
experiment without limits and get their opportunity to innovate, collaborate across teams,
1010
and learn.
1111

3.22 KB
Loading

app/views/about/index.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.col-md-7
1414
- if @episode.try(:description).blank?
1515
%p.lead
16-
Hack Week is the time SUSE engineers experiment, innovate & learn interruption-free
16+
Hack Week is the time SUSE employees experiment, innovate & learn interruption-free
1717
for a whole week! Across teams or alone, but always without limits.
1818
%p.lead
1919
A SUSE tradition since 2007, Hack Week has brought together hundreds of hackers around

app/views/layouts/application.html.haml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
= favicon_link_tag 'favicon.gif'
1212
= stylesheet_link_tag "application", :media => "all"
1313
%meta{:property => "og:site_name", :content => "SUSE Hack Week"}
14-
%meta{:property => "og:image", :content => "#{ image_url('hackweek-logo-light.png', host: 'https://hackweek.opensuse.org') }" }
14+
%meta{:property => "og:image", :content => "#{ image_url('hackweek-label-small.png', host: 'https://hackweek.opensuse.org') }" }
1515
- if @project
1616
%meta{ :property => "og:description", :content => "A SUSE #{@episode.try(:name)} Project" }
1717
%meta{:property => "og:title", :content => "#{ @project.title }"}
1818
-else
19-
%meta{:property => "og:description", :content => "Hack Week is the week where SUSE engineers can experiment without limits. This is the opportunity to innovate, collaborate across teams, and learn."}
19+
%meta{:property => "og:description", :content => "Hack Week is the time SUSE employees and openSUSE community members experiment, innovate & learn interruption-free for a whole week."}
2020
= javascript_include_tag "application"
2121
= csrf_meta_tags
2222
%body

0 commit comments

Comments
 (0)