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

Over Zeus WPI

- -
-

- Zeus WPI is de werkgroep informatica van de Universiteit Gent. Oorspronkelijk stond WPI voor Werkgroep Publieke Informatica en hostten wij de eerste mailserver van de UGent. -

- -

- Wij zijn studenten die het gebruik van Free and Open Source Software (FOSS) promoten, lessen geven over nuttige software als LaTeX en introducties geven tot programmeertalen zoals Python, Ruby of Rust. Daarnaast bieden we ook enkele diensten aan zoals shell-accounts, web-hosting, git-repositories, enz. Doorheen het academiejaar engageren we ons ook in verschillende projecten, zo zijn we sinds enkele jaren verantwoordelijk voor het telsysteem van de 12urenloop of ondersteunen we het FaculteitenKonvent bij ICT-projecten. -

- -

- Iedereen is welkom bij Zeus WPI, ook al studeer je geen informatica. Het enige wat je nodig hebt is een gezonde dosis interesse en een beetje geeky aanleg. -

- -

Het bestuur

- -

- Het bestuur zorgt ervoor dat alle wieltjes blijven draaien en organiseert regelmatig activiteiten voor de leden. - Het bestuur voor het academiejaar <%= pretty_year @config[:academic_year] %> van Zeus WPI is: -

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

Zeus waar? Zeus daar!

- -

- Zeus WPI heeft een lokaal in de kelder van gebouw S9 op campus de Sterre, die door de leden liefkozend “de kelder” genoemd wordt. Daar staat het volledige computerpark van Zeus WPI. -

- -

Zeus bereik je zo:

- - - -
+ diff --git a/content/about/about.erb b/content/about/about.erb new file mode 100644 index 0000000..18753ee --- /dev/null +++ b/content/about/about.erb @@ -0,0 +1,67 @@ +--- +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 Reda, ...), 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 welcome 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] %> + + <% if lid[:mail] %> + + <%= fa :envelope %> + + <% end %> +
+ +
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..5dcbe8c 100644 --- a/layouts/partials/_about_sub_navbar.erb +++ b/layouts/partials/_about_sub_navbar.erb @@ -1,6 +1,7 @@