forked from eclipse-4diac/4diac-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_media.php
48 lines (33 loc) · 1.2 KB
/
en_media.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
<html>
<head>
<?php include 'head.php';?>
<title>4diac Media</title>
<meta name="description" content="Media like stickers desktop backgrounds, flyers for promoting 4diac.">
<meta http-equiv='content-language' content='en-us'>
</head>
<body>
<?php include 'header.html';?>
<section class="left">
<!-- currently empty left section -->
</section>
<section class="content">
<h1>Media</h1>
<h2>Showing that you are using 4diac</h2>
<p>With these two stickers you can show the world that you are using 4diac. Put it on your web-page, flyers, controllers, laptops, t-shirts...
<table><tr>
<td width="380" >
<img src="media/poweredby4diac_small.png" alt="release" height="100"/>
<br> <a href="media/poweredby4diac_small.svg">Powered by 4diac large SVG</a>
<br> <a href="media/poweredby4diac_small.png">Powered by 4diac large PNG</a>
</td>
<td width="380" style='padding:0px 30px 0px 0px'>
<img src="media/poweredby4diac_large.png" alt="release" height="100"/>
<br> <a href="media/poweredby4diac_large.svg">Powered by 4diac large SVG</a>
<br> <a href="media/poweredby4diac_large.png">Powered by 4diac large PNG</a>
</td>
</tr></table>
<br/>
</section>
<?php include 'footer.php';?>
</body>
</html>