-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbounties.php
24 lines (24 loc) · 963 Bytes
/
bounties.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?PHP $title = 'Collect Bounties for $BALT'; include_once('menu.php'); ?>
<style>
@media (min-width:1025px) { .container { width: 50% !important;} }
</style>
<center>
<div class="container">
<center>
<div class="row" style='text-align:left;'>
<h1>Active Offers for <?PHP echo date('m/d/y');?></h1>
<h3>Graphics and Design</h3>
<li>New Logo Set</li>
<li>Static Website Redesign, bootstrap@5</li>
<h3>Writing</h3>
<li>Edit Project Writeup ~500 words <a href='/project_description_long.php'>LINK</a></li>
<li>Edit Project Tagline ~20 words <a href='/project_description_short.php'>LINK</a></li>
<li>PR Pitch ~55 characters <a href='/pitches.php'>LINK</a></li>
<h3>Miscellaneous</h3>
<li>Referral of new team members <a href='/join.php'>LINK</a></li>
<li>Promotions</li>
<li>Start a proper BitcoinTalk thread</li>
</div>
</center>
</div>
<?PHP include_once('footer.php');