This repository was archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.php
More file actions
27 lines (24 loc) · 1.35 KB
/
news.php
File metadata and controls
27 lines (24 loc) · 1.35 KB
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
<?php
include('header.php');
?>
<div class="grid_10">
<div class="grid">
<h2 class="h2">News</h2>
<hr size="1" class="hr" />
<h3 class="h3"><strike>Stickers now available!</strike></h3>
<time class="time" datetime="2016-05-20 11:13Z">May 20th at 11:12GMT</time>
<p class="p"><strike>Now you can get the epic CoBUG sticker directly from Sticker Mule!</strike>
<br />
It seems stickermule no longer sells custom stuff.
</p>
<h3 class="h3">T-Shirts available!</h3>
<time class="time" datetime="2016-03-27 11:13Z">March 27th at 11:14GMT</time>
<p class="p">Two t-shirts are available, one with a <a href="https://www.amazon.com/dp/B016033DP4">large logo</a> and another with a <a href="https://www.amazon.com/dp/B0179XM7UG">smaller logo</a>. All of the money collected from the shirts goes to funding things like stickers and meetup!</p>
<h3 class="h3">BSDNow interview with Brian Callahan and myself!</h3>
<time class="time" datetime="2014-05-20 16:00Z">May 20th at 4:00GMT</time>
<p class="p">The interview starts at around the 34 minute mark!<br class="br" />
<iframe width="560" height="315" src="//www.youtube.com/embed/jYs0ARQo4W8" frameborder="0" allowfullscreen></iframe><br class="br" />
Be sure to check out <a href="http://bsdnow.tv" class="link" data-ajax="false">BSDNow</a> for more awesome BSD news!</p>
<?php
include('footer.php');
?>