18 lines
976 B
PHP
Executable File
18 lines
976 B
PHP
Executable File
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h3>News</h3>
|
|
</div>
|
|
<div class="box">
|
|
<h5>Stickers and future sales <span class="pull-right" style="color: grey; font-size: 12px;">by sirx | 09.06.2018 - 16:40</h5>
|
|
<p>Our first sticker sale is over!<p>
|
|
<p>We nearly sold 100 stickers to you guys!</p>
|
|
<p>The stickers will be shipped in the coming week and you can check the status of your order on <a href="https://stickers.w0bm.com">stickers.w0bm.com</a></p>
|
|
<p>For w0bms 3rd birthday we plan to reopen the shop and offer you guys a otter keychan!</p>
|
|
<img src="https://img.w0bm.com/u/nqsfng.png">
|
|
<p>You can see an example of how they could look here, these are from Japan and can be found in Gacha machines, however importing them is way too expensive so I thought about reproducing them, this idea is still in it's early stages and can be killed over night, but secretely I hope it will come true!</p>
|
|
</div>
|
|
@include('footer')
|
|
@endsection
|
|
|