-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.en.html
46 lines (41 loc) · 1.54 KB
/
sponsors.en.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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta-->
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>blinkenrocket - Sponsors</title>
<meta name="viewport" content="width=device-width">
<!-- Icons-->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,400italic,100italic,300italic,700italic,500italic,900italic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<!-- Styles-->
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="menu">
<a href="index.en.html">home</a>
</nav>
<section id="content" class="content">
<div class="sponsors">
<h2>Sponsors</h2>
<p>Very important sponsors</p>
</div>
<div class="sponsor-list">
<div class="sponsor odd">
<img src="images/ccc.svg">
<a href="https://ccc.de">Chaos Computer Club</a>
<p>Nobody is ever going to read this text here, but it is very important
that it contains at least two sentences. Really.</p>
</div>
<div class="sponsor even">
<img src="images/metalab.svg">
<a href="https://metalab.at">metalab.at</a>
<p>Much more text is needed for a serious page.</p>
</div>
</div>
</section>
</body>
</html>