server ver

This commit is contained in:
w0bm
2023-12-05 22:43:30 +00:00
parent b8e4b5fbfa
commit ac59ed6f81
75 changed files with 2175 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
@extends('profilelayout')
@section('content')
<div class="page-header">
<h3>Blog</h3>
</div>
<div class="box">
<small>30.06.2023</small>
<p>Dear friends and users of w0bm.com,</p>
<p>We will turn 8 years old on the 13th of Semptember!</p>
<p>Thank you for all the great years we had together, w0bm was from the very beginning a passion and fun project, mainly to learn a bit about hosting a website, when I first had this idea I didn't even know what "ssh" was, but it didn't stop me from learning about it.</p>
<p>w0bm is a community driven project maintained for the last 8 years by the same small circle of friends, we had ups and downs but the project somehow kept going.</p>
<p>I had some bad times myself where I just wanted to end this project but I always came back to the conclusion that it is something worth keeping and maintaining.</p>
<p>We have some great content on this website, sadly also a lot of very bad content, but for now it is what it is.</p>
<p>If it wasn't for you, our users and friends this website probably wouldn't have turned 8 years old.</p>
<p>We thank everyone who particicpated and still participates in this community, we also thank everyone that helped us with the coding of this project!</p>
<p>Let's hope for some more great years together :)</p>
<p>For this matter, we invite everyone to our <a href="/irc">IRC</a> to celebrate with us the 8th birthday of w0bm, come and have a nice chat with us, stay if you like it!</p>
<img src="logo.png" alt="The first official w0bm logo">
</div>
@include('footer')
@endsection