-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpress.html
57 lines (53 loc) · 2.93 KB
/
press.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>EmpowerHack | Press</title>
<meta name="description" content="Volunteer tech collective for refugee women and girls">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Product+Sans' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Cardo" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header id="nav">
<a href="index.html" data-menuanchor="home" class="logo">Empower<span>Hack</span></a>
<ul>
<li><a href="index.html#about" data-menuanchor="about">about</a></li>
<li><a href="index.html#hababy" data-menuanchor="hababy">hababy</a></li>
<li><a href="index.html#soulmedicine" data-menuanchor="soulmedicine">soul medicine</a></li>
<li><a href="index.html#drawmylife" data-menuanchor="drawmylife">draw my life</a></li>
<li><a href="index.html#vocapp" data-menuanchor="vocapp">vocapp</a></li>
<li><a href="index.html#rdc" data-menuanchor="rdc">rdc</a></li>
<li><a href="index.html#signup" data-menuanchor="signup">get involved</a></li>
<li class="active">press</li>
</ul>
</header>
<div id="content">
<div class="section full-page">
<div class="hero-non-fs press">
<p>Please contact [email protected] with questions or requests related to media use.</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/main.js"></script>
<script src="js/vendor/scrolloverflow.min.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-85709959-1','auto');ga('send','pageview');
</script>
</body>
</html>