-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.php
38 lines (26 loc) · 967 Bytes
/
start.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Refresh Teesside</title>
<link href="assets/css/bootstrap.css" rel="stylesheet" media="screen">
<link href="assets/css/custom.css" rel="stylesheet" media="screen">
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Hashtag Competition <small><?php echo date('F Y'); ?></small></h1>
</div>
<hr>
<div class="well">
<h2>Free drink (Thank @jamesmills)</h2>
<a class="btn btn-primary btn-large" href="http://hashtag.refreshteesside.org/?tag[]=rftees&tag[]=beer">#rftees #beer</a>
</div>
<hr>
<div class="well">
<h2>t-shirt</h2>
<a class="btn btn-primary btn-large" href="http://hashtag.refreshteesside.org/?tag[]=rftees&tag[]=<?php echo strtolower(date('F')); ?>">#rftees #<?php echo strtolower(date('F')); ?></a>
</div>
</div>
</body>
</html>