-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgetintouch.php
114 lines (96 loc) · 5.62 KB
/
getintouch.php
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?php include 'config.php' ?>
<!DOCTYPE HTML>
<html lang="en">
<head>
<base href="<?php echo $SITE_URL ?>">
<?php $title = "FAQ - Open Knowledge Maps"; ?>
<?php include($COMPONENTS_PATH . 'head_bootstrap.php'); ?>
<?php include($COMPONENTS_PATH . 'head_standard.php'); ?>
<?php include($COMPONENTS_PATH . 'head_headstart.php') ?>
</head>
<body class="faq-page getintouchpage">
<?php include($COMPONENTS_PATH . 'header.php'); ?>
<div id="news">
<div class="headerimage"><img src="./img/getintouch.png"></div>
<div class="background2">
<div class="team">
<p>Get in Touch</p>
<p>We would love to hear from you! We are a non-profit organization run by a team of friendly volunteers.</p>
</div>
</div>
<div style="max-width:100%;">
<div class="faq">
<p class="faquestion">
<a style="text-decoration: none;" href="mailto:info@openknowledgemaps.org"><span class="awesome" id="question-Q"></span> Let us know what you think</a>
</p>
<p>
In order to improve Open Knowledge Maps, we need your feedback. Send us an e-mail with features you would like to see and ideas on how we can improve your literature search.<br>
<a class="underline" href="mailto:info@openknowledgemaps.org">info@openknowledgemaps.org</a>
</p>
</div>
<div class="faq">
<p class="faquestion">
<a style="text-decoration: none;" target="_blank" href="https://twitter.com/ok_maps"><span id="question-Q" class="awesome"></span> Follow us on Twitter</a>
</p>
<p>Get real-time updates, ask questions and send feedback.<br>
<a class="underline" href="https://twitter.com/ok_maps" target="_blank">twitter.com/OK_Maps</a>
</p>
</div>
<div class="faq">
<p class="faquestion">
<a style="text-decoration: none;" target="_blank" href="https://www.facebook.com/OKMaps"><span id="question-Q" class="awesome"></span> Like us on Facebook</a>
</p>
<p>
<a class="underline" href="https://www.facebook.com/OKMaps" target="_blank">facebook.com/OKMaps</a>
</p>
</div>
<div class="faq">
<p class="faquestion">
<a style="text-decoration: none;" target="_blank" href="https://github.com/OpenKnowledgeMaps"><span id="question-Q" class="awesome"></span> Fork us on Github</a>
</p>
<p>
Check out our open source software and report issues & ideas for improvement.<br>
<a class="underline" href="https://github.com/OpenKnowledgeMaps" target="_blank">github.com/OpenKnowledgeMaps</a>
</p>
</div>
<!--<div class="faq">
<p class="faquestion">
<span id="question-Q" class="awesome"></span> Take part in our survey.
</p>
<p>
</p>
</div>-->
<div class="faq">
<p class="faquestion">
<a style="text-decoration: none;" href="mailto:info@openknowledgemaps.org"><span id="question-Q" class="awesome"></span> Collaborate with us</a>
</p>
<p>
If you have a collection that you would like to visualize with Open Knowledge Maps, contact us to set up a joint project.<br>
<a class="underline" href="mailto:info@openknowledgemaps.org"> info@openknowledgemaps.org</a>
</p>
</div>
<div class="faq">
<p class="faquestion">
<a style="text-decoration: none;" href="mailto:info@openknowledgemaps.org"><span id="question-Q" class="awesome"></span> Fund our project</a>
</p>
<p>
We are a non-profit organization currently looking for funding.
Drop us a line if you are interested in changing the way we discover research!<br>
<a class="underline" href="mailto:info@openknowledgemaps.org"> info@openknowledgemaps.org</a>
</p>
</div>
<div class="faq">
<p class="faquestion">
<a style="text-decoration: none;" href="mailto:info@openknowledgemaps.org"><span id="question-Q" class="awesome"></span> Become a volunteer</a>
</p>
<p>
We are also looking for open source programmers. If you know your way around PHP, R,
or JavaScript and would be able to spare a few hours a week to work with a team of friendly volunteers,
let us know via<br>
<a class="underline" href="mailto:info@openknowledgemaps.org"> info@openknowledgemaps.org</a>
</p>
</div>
</div>
</div>
<?php include($COMPONENTS_PATH . 'newsletter.php'); ?>
<?php include($COMPONENTS_PATH . 'footer.php'); ?>