-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
43 lines (41 loc) · 2.19 KB
/
contacts.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Stupid Hackathon</title>
<script src="scripts/contents.js" charset="utf-8"></script>
<script src="scripts/audiosynth.js" charset="utf-8"></script>
<script src="scripts/lang.js" charset="utf-8"></script>
<link rel="stylesheet" href="styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:900" rel="stylesheet">
</head>
<body>
<object type="text/html" data="header.html" class="headHTML"></object>
<div id="title-display"></div>
<div class="main-content">
<div class="main-content">
<div class="spacer" id="main-content">
<h1 id="ptl-info"></h1>
<ul class="contact">
<li><span id="website"></span> <a href="https://www.posttenebraslab.ch/">posttenebraslab.ch</a></li>
<li><span id="email"></span> <a href="https://www.posttenebraslab.ch/wiki/mailing_list">Mailing List</a> </li>
<li>Twitter: <a href="https://twitter.com/posttenebraslab">twitter.com/posttenebraslab</a></li>
<li>Facebook: <a href="https://www.facebook.com/PTL.CH">facebook.com/PTL.CH</a></li>
<li>IRC: <a href="irc://irc.freenode.net/#posttenebraslab">irc.freenode.net/#posttenebraslab</a></li>
<li>Webchat: <a href="https://webchat.freenode.net/?channels=posttenebraslab">webchat.freenode.net/?channels=posttenebraslab</a></li>
<li>XMPP/Jabber: <a href="xmpp:[email protected]?join">xmpp:[email protected]?join</a></li>
<li>GitHub: <a href="https://github.com/PostTenebrasLab">github.com/PostTenebrasLab</a></li>
<li>Youtube: <a href="https://www.youtube.com/user/PostTenebrasLab">youtube.com/user/PostTenebrasLab</a></li>
</ul>
</div>
<div class="spacer" id="main-content">
<h1 id="pers-info"></h1>
<ul class="contact">
<li><span id="email2"></span> <a href="[email protected]">[email protected]</a></li>
<li>GitHub: <a href="https://github.com/MeaningOf42">github.com/MeaningOf42</a></li>
</ul>
</div>
</div>
<script src="scripts/loadContents.js" charset="utf-8"></script>
</body>
</html>