forked from pittcsc/PantherView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jumpstarted the about page for issue pittcsc#65
- Loading branch information
1 parent
b17d883
commit 779adf5
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>PantherView</title> | ||
<meta name="description" content="Map for Oakland data."> | ||
<link rel="icon" href="favicon.ico" /> | ||
<!--favicons--> | ||
<link rel="apple-touch-icon" sizes="57x57" href="./favicons/apple-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="./favicons/apple-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="./favicons/apple-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="./favicons/apple-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="./favicons/apple-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="./favicons/apple-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="./favicons/apple-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="./favicons/apple-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="./favicons/apple-icon-180x180.png"> | ||
<link rel="icon" type="image/png" sizes="192x192" href="./favicons/android-icon-192x192.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="./favicons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="./favicons/favicon-96x96.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="./favicons/favicon-16x16.png"> | ||
<link rel="manifest" href="./favicons/manifest.json"> | ||
<meta name="msapplication-TileColor" content="#ffffff"> | ||
<meta name="msapplication-TileImage" content="./favicons/ms-icon-144x144.png"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
</head> | ||
|
||
<body> | ||
<h1>Contributors</h1><hr/> | ||
<p>JJ Naughton</p> | ||
<p>John Linahan - <b>CSC President</b></p> | ||
<p>Alexis John Aquiatan</p> | ||
<p>Matt Bilker <a href="[email protected]">[email protected]</a></p> | ||
<p>Chandler Yocca</p> | ||
<p>Kai Dawkins</p> | ||
<p>Simon Cao</p> | ||
<p>Matthew Duing</p> | ||
<p>Daniel Zheng - <b>CSC Business Manager</b></p> | ||
<p>Chris Seifried</p> | ||
<p>Colton Blake</p> | ||
<p>Austin Marcus</p> | ||
<p>Sriram Iyer</p> | ||
<p>Sai Xu</p> | ||
<p>Benjamin Lodi</p> | ||
<p>Jeffrey Willis</p> | ||
<p>Chris Skowronski</p> | ||
<p>Brandon Palonis</p> | ||
<p>Neha Abraham</p> | ||
<p>Sam Nigh - <b>CSC Events Coordinator</b></p> | ||
<p>Franklin Ty</p> | ||
<p>Kyle Amoroso</p> | ||
<p>Benjamin Muscato</p> | ||
<p>James Hahn - <b>CSC Vice-President</b></p><hr/> | ||
|
||
<h1>University of Pittsburgh Computer Science Club (Pitt CSC)</h1><hr/> | ||
<p>...Insert description of the club and what we do here...</p> | ||
<hr/> | ||
|
||
<h1>About this Project</h1><hr/> | ||
<p>...Insert description of this project, its motivation, where we plan to take it, who can contribute, what it adds, where it pulls data from...</p> | ||
<hr/> | ||
</body> | ||
|
||
</html> |