-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
33 lines (28 loc) · 1 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: page_en
---
<h1>About</h1>
<p>
We are three students named Dennis, Pierre and Valentino who started with the OSO project. <br/>
Currently we are studying computer science at the TH Köln / University of Applied Sciences Cologne, in Germany.<br/><br/>
The OSO project was an idea of ours which emerged during a project assignment.
It was important to us that our project should have a social character.
Furthermore we liked the idea that the project is a challenge on a technical level.
</p>
<h3>Our Github Accounts</h3>
<nav class="navbar navbar-expand-lg navbar-light">
<ul class="navbar-nav">
<a class="nav-item nav-link" href="https://github.com/Dauerdaddlah">
<i class="fab fa-github"></i>
Dennis
</a>
<a class="nav-item nav-link" href="https://github.com/pwilken">
<i class="fab fa-github"></i>
Pierre
</a>
<a class="nav-item nav-link" href="https://github.com/Valefant">
<i class="fab fa-github"></i>
Valentino
</a>
</ul>
</nav>