forked from eclipse-4diac/4diac-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
37 lines (37 loc) · 1.94 KB
/
footer.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
<br/>
<section >
<footer style="bottom:0px;margin-top: 10px;">
<table width="100%">
<tr>
<td class="left" id="width33">© 2007-<?php echo date("Y"); ?></td>
<td class="center" id="width33">
<a href="https://www.youtube.com/channel/UCt0MlNo6Y7dXCZSDACXFi1g"><img src="/4diac/img/appbar.youtube.png" alt="youtube logo"/></a>
<a href="https://twitter.com/4diac"><img src="/4diac/img/appbar.social.twitter.png" alt="twitter log"/></a>
<a href="https://www.linkedin.com/groups/6949091/"><img src="/4diac/img/appbar.social.linkedin.png" alt="linkedin logo"/></a>
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=4DIAC"><img src="/4diac/img/appbar.bug.png" alt="bug icon"/></a>
<a href="http://eclipse.org/forums/eclipse.4diac"><img src="/4diac/img/appbar.people.multiple.png" alt="forum icon"/></a>
<a href="https://chat.eclipse.org/#/room/#eclipse-4diac:matrix.eclipse.org"><img src="/4diac/img/appbar.matrix.png" alt="matrix logo"/></a>
</td>
<td id="width33">
<table style="float:right;">
<tr>
<td class="right" style="padding:0px;margin:0px;">
<a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/>
<a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a><br/>
<a href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">Code of Conduct</a>
</td>
<td class="right" style="padding:0px;margin:0px;">
<a href="http://www.eclipse.org/"><img src="/4diac/img/eclipse_foundation_white.png" alt="eclipse foundation logo"/></a>
</td>
<td class="right" style="text-align:left;padding-left:5px;">
<a href="https://eclipse.org/security/">Eclipse Security</a><br/>
<a href="http://www.eclipse.org/legal/copyright.php">Copyright</a><br/>
<a href="http://www.eclipse.org/legal/">Legal</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</footer>
</section>