small fixes
This commit is contained in:
parent
bac1448046
commit
ccb151ed90
1 changed files with 6 additions and 4 deletions
|
@ -12,16 +12,16 @@ narrow_page: true
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
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.
|
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 (<a href='https://hydra.ugent.be/'>Hydra</a>), for <a href='http://www.fkgent.be/'>FaculteitenKonvent</a> and <a href='https://12urenloop.be/'>12Urenloop</a>, and ofcourse for ourselves.
|
Together we build interesting applications for Ghent University students (<a href='https://hydra.ugent.be/'>Hydra</a>), for <a href='http://www.fkgent.be/'>FaculteitenKonvent</a> and <a href='https://12urenloop.be/'>12Urenloop</a>, and ofcourse for ourselves.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Be sure to check out the <a href='../../projects'>project-page</a>!
|
Be sure to check out the <a href='../../projects'>project page</a>!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>The board</h2>
|
<h2>The board</h2>
|
||||||
|
@ -53,13 +53,15 @@ narrow_page: true
|
||||||
<%= lid[:mail] %>
|
<%= lid[:mail] %>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
<% if lid[:mail] %>
|
||||||
<a href="mailto:<%= lid[:mail] %>">
|
<a href="mailto:<%= lid[:mail] %>">
|
||||||
<%= fa :envelope %>
|
<%= fa :envelope %>
|
||||||
</a>
|
</a>
|
||||||
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue