-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (21 loc) · 951 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<link rel="shortcut icon" href="/favicon.png">
<link href="/css/index.css" rel="stylesheet" type="text/css">
<title>Copilot Support Line</title>
</head>
<body>
<a href="//www.copilot.help/">
<h1 id=logo aria-label=Copilot>Copilot</h1>
<img src="/img/volunteers.png" id="volunteers"/>
</a>
<p>
We are an anonymous, online, peer-to-peer counseling service based in Palo Alto, CA. We believe that technology can help scale the effects of human support in the mental health space. <ins>If you're interested in joining our team, get in touch with <a href="mailto:gautam@mittal.net">us</a>.</ins>
</p>
<p>Stay tuned for updates as we begin to roll out our program to teenagers in the Bay Area.</p>
<script src="/js/main.js"></script>
</body>
</html>