-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawesomefoundation.php
29 lines (28 loc) · 1.33 KB
/
awesomefoundation.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>MattOehrlein.com - Awesome Foundation</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css"/>
<!-- JQuery ================================================= -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="./include/jquery.wookmark.js"></script>
<script type="text/javascript" src="./scripts.js"></script>
<script type="text/javascript" src="./include/waypoints.js"></script>
<meta charset="utf-8">
</head>
<body>
<?php include_once("analyticstracking.php") ?>
<div class ="back">
<a href = "./index.php"><img class="center" src = "./content/img/backarrow.png" ></a>
</div>
<div id="content" class = "center">
<h1>Awesome News Taskforce: Detroit</h1>
<img src = "./content/img/awesomenews.jpg" class="center border">
<p>
Awesome News Taskforce Detroit is a micro-grant foundation that is focused on funding news and community information projects in metro Detroit.
</p>
<a href = "http://www.awesomefoundation.org/en/chapters/detroitnews" target="_blank">Awesome news Taskforce: Detroit</a>
</div>
</body>