„threadr/about/index.html“ ändern

master
flambus 2020-02-21 10:25:31 +01:00
parent 50bde5fe61
commit 7b29e9ecea
1 changed files with 111 additions and 99 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title> <title>
ThreadR - About Us ThreadR - About Us
@ -17,13 +17,17 @@
</ul> </ul>
<div class="margin"> <div class="margin">
<h1> <h1>
About us and our website... <center>About us and our website...</center>
</h1> </h1>
<div class="container">
<div class="item-1">
<p> <p>
Hello! I am Jan, the server owner and I write this <i>about us</i> page on behalf of my team members.<br /> Hello! I am Jan, the server owner and I write this <i>about us</i> page on behalf of my team members.<br />
We are a group of students hosting a variety of services on an old server that I found on the sidewalk. We are a group of students hosting a variety of services on an old server that I found on the sidewalk.
These services provide the necessary foundation to host a few school projects. These services provide the necessary foundation to host a few school projects.
</p> </p>
</div>
<div class="item-2">
<h2> <h2>
Who we are Who we are
</h2> </h2>
@ -33,6 +37,8 @@
From left to right: Ilja, Jakob, Jan [me], and Erik From left to right: Ilja, Jakob, Jan [me], and Erik
</p> </p>
</div> </div>
</div>
<div class="item-3">
<p> <p>
We are in the process of finishing school and our last semester in computer science is a project of our choice. 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 Our main project is a social media platform but we are hosting some other projects as well. Turns out, we are better at
@ -47,6 +53,7 @@
The server at its current place in the basement The server at its current place in the basement
</p> </p>
</div> </div>
<p> <p>
The server is a 2006 Dell PowerEdge [whatever number goes here] featuring the 2.66 GHz socket 771 equivalent of some The server is a 2006 Dell PowerEdge [whatever number goes here] featuring the 2.66 GHz socket 771 equivalent of some
Intel Core 2 Quad which was considered powerful back then (I guess?). Memory wise, the system has to offer the incredible Intel Core 2 Quad which was considered powerful back then (I guess?). Memory wise, the system has to offer the incredible
@ -62,6 +69,7 @@
to the basement it was the loudest device in the kitchen, easily capable of exceeding the noise level of my 15 year old to the basement it was the loudest device in the kitchen, easily capable of exceeding the noise level of my 15 year old
fridge twice. fridge twice.
</p> </p>
<p> <p>
Okay. That should have given you a rough overview of the hardware. Now, lets talk software. <br /> Okay. That should have given you a rough overview of the hardware. Now, lets talk software. <br />
We currently run Ubuntu Server with a custom installation capable of doing GUI stuff as well but we rarely use that. We currently run Ubuntu Server with a custom installation capable of doing GUI stuff as well but we rarely use that.
@ -73,13 +81,16 @@
Apart from that, there is not much to say here except for the fact that Ubuntu has become worse over the time I used it and Apart from that, there is not much to say here except for the fact that Ubuntu has become worse over the time I used it and
Id not choose it again. It is just what I was (and still am) most familiar with. Id not choose it again. It is just what I was (and still am) most familiar with.
</p> </p>
<h2> <h2>
Our goals Our goals
</h2> </h2>
<p> <p>
As I briefly mentioned above we want to build a social media platform. Here is a rough feature list of what we have As I briefly mentioned above we want to build a social media platform. Here is a rough feature list of what we have
planned: planned:
</p> </p>
<ul> <ul>
<li> <li>
A general purpose forum engine that allows the creation of forums and forum threads A general purpose forum engine that allows the creation of forums and forum threads
@ -95,5 +106,6 @@
</li> </li>
</ul> </ul>
</div> </div>
</div>
</body> </body>
</html> </html>