This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (107 loc) · 3.91 KB
/
index.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE HTML>
<html>
<head>
<title>feministclickback | SEO gegen rechts</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:title" content="feministclickback | SEO gegen rechts" />
<meta property="og:type" content="website" />
<meta property="og:image" content="images/header-title-img.png"/>
<meta name="twitter:image" content="images/header-new.png"/>
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="alternate" hreflang="en" href="https://feministclickback.org/en/" />
<link rel="alternate" hreflang="de" href="https://feministclickback.org/" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#start">Start</a></li>
<li><a href="#ueber">Über</a></li>
<li><a href="#anleitungen">Anleitungen</a></li>
<li><a href="#workshops">Workshops</a></li>
<li><a href="#kontakt">Kontakt</a></li>
<li><a href="en/">English</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="start" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>feministclickback</h1>
<p>Suchmaschinenoptimierung gegen rechts</p>
<ul class="actions">
<li><a href="#ueber" class="button scrolly">Mehr</a></li>
</ul>
</div>
</section>
<!-- One -->
<section class="wrapper style2 spotlights">
<section id="ueber" >
<div class="content">
<div class="inner" >
<h2>Über die Initiative</h2>
<p>Wir haben feministclickback 2016 gegründet, um feministische Aktivist*innen darin zu unterstützen, mithilfe von Suchmaschinenoptimierung ein breiteres Publikum zu erreichen.</p>
<ul class="actions">
<li><a href="ueber.html" class="button" >Mehr</a></li>
</ul>
</div>
</div>
</section>
<section id="anleitungen">
<div class="content">
<div class="inner">
<h2>Anleitungen und praktische Infos</h2>
<p>Wenn ihr SEO für eure Webseite anwenden wollt, findet ihr hier erste praktische Infos.</p>
<ul class="actions">
<li><a href="anleitungen.html" class="button">Mehr</a></li>
</ul>
</div>
</div>
</section>
<section id="workshops">
<div class="content">
<div class="inner" >
<h2>Workshops</h2>
<p>Wir bieten auf Anfrage Workshops und Vorträge zu SEO, Google und feministischen Strategien an.</p>
<ul class="actions">
<li><a href="workshops.html" class="button" >Mehr</a></li>
</ul>
</div>
</div>
</section>
</section>
<section id="kontakt" class="wrapper style2 fade-up">
<div class="inner">
<h2>Kontakt</h2>
<p>feministclickback (at) mail36.net</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li><a href="impressum.html">Impressum</a></li><li>Design: modified <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>