-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·30 lines (27 loc) · 1.2 KB
/
index.html
File metadata and controls
executable file
·30 lines (27 loc) · 1.2 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
28
29
30
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<title>Project Facet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/css/style.css" />
<link href='http://fonts.googleapis.com/css?family=Raleway:100,700'
rel='stylesheet'>
<script type='text/javascript' src='static/js/jquery-1.11.1.min.js'></script>
<script type='text/javascript' src='static/js/jquery.particleground.min.js'></script>
<script type='text/javascript' src='static/js/demo.js'></script>
</head>
<body>
<div id="particles">
<div class="intro">
<img id="logo" src="static/img/pf-logo.png"/>
<div id="text">
<p>Facet empowers newsrooms to manage the logistics of creating, editing and distributing content,</br>
managing projects and facilitating collaborative relationships.</p>
</div>
<a href="http://www.projectfacet.org/" title="View the Project Site" class="btn">View the Project Site</a>
</div>
</div>
</body>
<meta name="google-site-verification" content="JnEdWtAOGeW9EKdcYNEayDSkF2xWKknZtRxQgE0jA_U" />
</html>