-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
20 lines (18 loc) · 854 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>oakland tonight</title>
<link rel="stylesheet" href="site.css">
</head>
<body>
<h1 id="home"><a id="home" href="/">OAKLAND TONIGHT</a></h1>
<div>Oakland Tonight is an automated event scraper written by <a href='https://twitter.com/morganherlocker'>@morganherlocker</a> for tracking shows and other happenings in Oakland, CA.
<p>
<a href="https://github.com/morganherlocker/oakland-tonight/">Oakland Tonight is Open Source</a> under an MIT License.
<p>
<hr>
Inspired by <a href='https://twitter.com/tmcw'>@tmcw</a>'s <a href='http://www.macwright.org/2014/08/11/dctn.html'>dctn</a> and <a href='https://twitter.com/drdemsyn'>@drdemsyn</a>'s <a href='http://chs-tonight.com/'>chs-tonight</a>.
<img style="width:50%;padding-left:25%;padding-top:50px" src='http://i.imgur.com/oWv1lPw.png?1'>
</div>
</body>
</html>