diff --git a/content/about.erb b/content/about.erb index c613831..652e0ed 100644 --- a/content/about.erb +++ b/content/about.erb @@ -4,105 +4,4 @@ title: About order: 0 narrow_page: true --- -<%= render '/partials/_about_sub_navbar.*', selected: 'about' %> -

About Zeus WPI

- -
-

- Zeus WPI is the student association for Computer Science at Ghent University. - Our goal is to provide a stimulating environment for motivated students looking to expand their skills by engaging in interesting real-world projects. -

- -

- We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Julia Roberts, ...), hands-on coding events and introductory lectures for cool technologies. - Together we build interesting applications for Ghent University students (Hydra), for FaculteitenKonvent and 12Urenloop, and ofcourse for ourselves. -

- -

- Be sure to check out the project-page! -

- -

- Everybody is welcom at Zeus WPI, even if you don't study computer science. The only requirement is a healthy dose of motivation and some (toleration for) geekyness. -

- -

The board

- -

- The board is the oil in the machine and is the driving force behind the organization of events and projects. - The Zeus WPI board for the <%= pretty_year @config[:academic_year] %> academic year is: -

- - - - - - - - - - - - <% current_bestuur.each do |lid| %> - - - - - - - <% end %> - -
FunctionNameE-mail
- <%= lid[:rol] %> - - <%= lid[:naam] %> - - <%= lid[:mail] %> - - - <%= fa :envelope %> - -
- -

Contact

- -

- Zeus WPI is located in the basement of the S9 building on Campus Sterre, by it's members often named “de kelder”. -

- -

Reach us:

- - - -
+ diff --git a/content/about/about.erb b/content/about/about.erb new file mode 100644 index 0000000..cb639dd --- /dev/null +++ b/content/about/about.erb @@ -0,0 +1,65 @@ +--- +narrow_page: true +--- + +<%= render '/partials/_about_sub_navbar.*', selected: 'about' %> +

About Zeus WPI

+ +
+

+ Zeus WPI is the student association for Computer Science at Ghent University. + Our goal is to provide a stimulating environment for motivated students looking to expand their skills by engaging in interesting real-world projects. +

+ +

+ We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Julia Roberts, ...), hands-on coding events and introductory lectures for cool technologies. + Together we build interesting applications for Ghent University students (Hydra), for FaculteitenKonvent and 12Urenloop, and ofcourse for ourselves. +

+ +

+ Be sure to check out the project-page! +

+ +

+ Everybody is welcom at Zeus WPI, even if you don't study computer science. The only requirement is a healthy dose of motivation and some (toleration for) geekyness. +

+ +

The board

+ +

+ The board is the oil in the machine and is the driving force behind the organization of events and projects. + The Zeus WPI board for the <%= pretty_year @config[:academic_year] %> academic year is: +

+ + + + + + + + + + + + <% current_bestuur.each do |lid| %> + + + + + + + <% end %> + +
FunctionNameE-mail
+ <%= lid[:rol] %> + + <%= lid[:naam] %> + + <%= lid[:mail] %> + + + <%= fa :envelope %> + +
+ +
\ No newline at end of file diff --git a/content/about/contact.erb b/content/about/contact.erb new file mode 100644 index 0000000..348363c --- /dev/null +++ b/content/about/contact.erb @@ -0,0 +1,49 @@ +--- +narrow_page: true +--- + +<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %> +

Contact

+ +
+ +

+ Zeus WPI is located in the basement of the S9 building on Campus Sterre, by it's members often named “de kelder”. +

+ +

Reach us:

+ + + +
\ No newline at end of file diff --git a/layouts/partials/_about_sub_navbar.erb b/layouts/partials/_about_sub_navbar.erb index 181b2dc..f2e3572 100644 --- a/layouts/partials/_about_sub_navbar.erb +++ b/layouts/partials/_about_sub_navbar.erb @@ -1,6 +1,7 @@