-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
65 lines (60 loc) · 2.33 KB
/
sponsors.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!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 - Sponsoren</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.html">home</a>
</nav>
<section id="content" class="content">
<div class="sponsors">
<h2>Sponsoren</h2>
<p>Die Blinkenrocket wäre ohne Unterstützung durch viele verschiedene Menschen nicht möglich. Ganz besonders wollen wir uns bei unseren Sponsoren bedanken!</p>
</div>
<div class="sponsor-list">
<div class="sponsor odd">
<img src="images/ersa.png">
<a href="http://www.kurtzersa.de/">kurtz ersa</a>
<p>ERSA hat Lötstationen zur Verfügung gestellt. Vielen Dank!</p>
</div>
<div class="sponsor even">
<img src="images/linx.png">
<a href="https://linxtechnologies.com">LINX Technologies</a>
<p>LINX hat die Batteriehalter des Kits zur Verfügung gestellt. Danke dafür!</p>
</div>
<div class="sponsor odd">
<img src="images/ccc.svg">
<a href="https://ccc.de">Chaos Computer Club</a>
<p>Danke für Alles, lieber CCC!</p>
</div>
<div class="sponsor even">
<img src="images/shack.svg">
<a href="https://shackspace.de">Shackspace</a>
<p>Der Stuttgarter Hackerspace</p>
</div>
<div class="sponsor odd">
<img src="images/metalab.svg">
<a href="https://metalab.at">metalab</a>
<p>Der Wiener Hackerspace</p>
</div>
<div class="sponsor even">
<img src="images/chaosd.png">
<a href="https://chaosdorf.de/">Chaosdorf</a>
<p>Der Düsseldorfer Hackerspace</p>
</div>
</div>
</section>
</body>
</html>