added image container divs
parent
166d1912a6
commit
7d0248a123
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
About us...
|
||||
About us and our website...
|
||||
</h1>
|
||||
<p>
|
||||
Hello! I am Jan, the server owner and I write this <i>about us</i> page on behalf of my team members.<br />
|
||||
|
@ -19,9 +19,13 @@
|
|||
<h2>
|
||||
Who we are
|
||||
</h2>
|
||||
<div class="image_container">
|
||||
<img src="/common/content/img/group.jpg" alt="Image of the team" />
|
||||
<p class="image_container">
|
||||
From left to right: Ilja, Jakob, Jan [me], and Erik
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
From left to right: Ilja, Jakob, Jan [me] and Erik. <br />
|
||||
We are in the process of finishing school and our last semester in computer science is a project of our choice.
|
||||
Our main project is a social media platform but we are hosting some other projects as well. Turns out, we are better at
|
||||
general server management and providing web space for others than actual software development...
|
||||
|
@ -29,7 +33,12 @@
|
|||
<h2>
|
||||
About the server
|
||||
</h2>
|
||||
<div class="image_container">
|
||||
<img src="/common/content/img/server.jpg" alt="Image of the server">
|
||||
<p class="image_container">
|
||||
The server at its current place in the basement
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
The server is a 2006 Dell PowerEdge [whatever number goes here] faturing the 2.66 GHz socket 771 eqivalent of some
|
||||
Intel Core 2 Quad which was considered powerful back then (I guess?). Memory wise, the system has to offer the incredible
|
||||
|
|
Loading…
Reference in New Issue