16 lines
515 B
PHP
16 lines
515 B
PHP
@extends('profilelayout')
|
|
@section('novidcontent')
|
|
<div class="page-header p-2">
|
|
<h3>Professional Support</h3>
|
|
</div>
|
|
<div class="box">
|
|
<img src="/images/cockfag.png" style="margin-left: 10px; width: 15%; height: 15%; float:right;">
|
|
<h4>Contact</h4>
|
|
<ul>
|
|
<li>Contact via IRC: <a href="https://webirc.n0xy.net/?join=%23w0bm">#w0bm on n0xy.net</a></li>
|
|
</ul>
|
|
<p><span>Need something? Let's talk then!</span></p>
|
|
<p>Email: <a href="mailto:admin@w0bm.com">admin [ät] w0bm [dotto] com</a>
|
|
</div>
|
|
@endsection
|