forked from saintly2k/FoOlSlideX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
24 lines (24 loc) · 1.38 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="alert alert-danger text-center"><b>Don't make any profit from scans. You (and we) scan because we like the Manga and want to support the author, so you should, as we do, buy the Raws from your own money.</b></div>
<h1 class="text-center">About this Group?!</h1>
<div class="row">
<div class="col-sm-12">
<p>This is you place to write something about your Group... I guess? <b>Supports <i>(obviously)</i> HTML!</b></p>
</div>
<div class="col-sm-4">
<div class="well well-sm">
So just in case you don't know how Bootstrap works, you can use Bootstrap 3.4 here! <a href="https://getbootstrap.com/docs/3.4/components/" target="_blank">Click here to read the Docs and find examples of blocks you can use here.</a>
</div>
</div>
<div class="col-sm-8">
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-title">Socials</h3>
</div>
<div class="panel-body">
<li>Twitter: <a href="https://twitter.com/saintly2k" target="_blank">@saintly2k</a></li>
<li>GitHub: <a href="https://github.com/saintly2k" target="_blank">@saintly2k</a></li>
<li>PayPal: <a href="https://paypal.me/WOLFRAMEdev" target="_blank">[email protected]</a></li>
</div>
</div>
</div>
</div>