forked from artfisica/atlasoutreach-webpage
-
Notifications
You must be signed in to change notification settings - Fork 3
/
community.php
77 lines (69 loc) · 3.31 KB
/
community.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
<!DOCTYPE html>
<html>
<header>
<?php include('header.html'); ?>
</header>
<body>
<div>
<table width="100%" border="0">
<tr>
<td style="width:50%; text-align: left; padding: 1.5cm 1.5cm 1.5cm 1.5cm;">
<h1 style="font-family:verdana; font-size:260%;">ATLAS open data <b>Community</b></h1>
</br>
<p style="font-family:verdana; font-size:120%;">
<b>
Join the ATLAS open data community!
</br>
</b>
</br>
Explore:
<ul style="font-family:verdana; font-size:110%; padding: 0.5cm 1.0cm 1.0cm 1.0cm;">
<li><b>Forum:</b> Join the forum and share your experiences and successes with fellow ATLAS open data users. Join or start a thread to ask for tips, suggest changes, report bugs...</li>
<li><b>Frequently Asked Questions (FAQs):</b> Find answers to common questions</li>
<li><b>Contact:</b> Use our contact form to get in touch with the ATLAS open data team</li>
</ul>
</p>
</td>
<td style="width:50%; padding: 0.1cm 0.2cm;">
<div class="hovereffect">
<a class="video-1" href="https://www.youtube.com/watch?v=s-JnyFUsPB0">
<img class="img-responsive" src="/atlas-opendata/DataAndTools/pictures/handmade_community.png" alt="Community" style="width:100%"></a>
<img border="0" src="/atlas-opendata/DataAndTools/pictures/youtube_icon.png" alt="" width="12%" height="18%" style="position: absolute; top: 41%; right: 45%;">
<div class="overlay" style="background-color: rgba(0,0,0,0); padding: 25% 1% 10% 40%;">
<a class="video-1" href="https://www.youtube.com/watch?v=s-JnyFUsPB0"><img src="/atlas-opendata/DataAndTools/pictures/youtube_icon.png" style="width:35%"></a>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- end Head of page-->
<div style="float:left; clear:both; padding: 1.0cm 0.5cm 0.3cm 0.5cm; text-align: center; width:100%; margin:0px auto;">
<h1><b>Talk to us!</b></h1>
</div>
<div style="width:100%; text-align: center; padding: 0.2cm 2.0cm 4.0cm 2.0cm; float:left; clear:both;">
<div class="btn-group btn-group-justified">
<div class="btn-group">
<button type="button" class="btn btn-primary dropdown-toggle btn-lg" data-toggle="dropdown" style="font-size:150%;">
Documentation <span class="caret"></span></button>
<ul class="dropdown-menu" role="menu">
<li><a href="/atlas-opendata/visualisations/documentation.php" style="font-size:130%;">Get Started</a></li>
<li><a href="/atlas-opendata/webanalysis/documentation.php" style="font-size:130%;">Web Analysis</a></li>
<li><a href="/atlas-opendata/extendedanalysis/documentation.php" style="font-size:130%;">Data & Tools</a></li>
</ul>
</div>
<a href="/atlas-opendata/community/forum.php" class="btn btn-primary btn-lg" style="font-size:150%;">Public Forum</a>
<a href="/atlas-opendata/community/faqs.php" class="btn btn-primary btn-lg" style="font-size:150%;">FAQs</a>
<a href="/atlas-opendata/community/contact.php" class="btn btn-primary btn-lg" style="font-size:150%;">Contact</a>
</div>
</div>
<!-- end of buttons line-->
<?php include('menu.html'); ?>
<?php include('trackers.html'); ?>
<?php include('share.html'); ?>
</body>
<!-- End main body -->
<footer>
<?php include('footer.html'); ?>
</footer>
</html>