Fixing various problems. Search is now positioned in a saner way, designs have been fixed (only layout1)
This commit is contained in:
22
resources/views/layout1/blog.blade.php
Normal file
22
resources/views/layout1/blog.blade.php
Normal 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
|
Reference in New Issue
Block a user