fixed something
parent
90907bdeec
commit
2c97ab6997
|
@ -15,18 +15,19 @@ $navbar="about";
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
%NAVBAR%
|
%NAVBAR%
|
||||||
|
<div class="container">
|
||||||
|
<div class="item-1">
|
||||||
<h1>
|
<h1>
|
||||||
<center>About us and our website...</center>
|
<center>About us and our website...</center>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="container">
|
<div class="item-2">
|
||||||
<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>
|
||||||
<div class="item-2">
|
<div class="item-3">
|
||||||
<h2>
|
<h2>
|
||||||
Who we are
|
Who we are
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -37,7 +38,7 @@ $navbar="about";
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-3">
|
<div class="item-4">
|
||||||
<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
|
||||||
|
|
Loading…
Reference in New Issue