-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (105 loc) · 4.13 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
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta name="generator" content="Hugo 0.74.3" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The Buschfunk Project</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="Offline Networking for Everyone">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="The Buschfunk Project">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body class="body">
<div class="container container--outer">
<link rel="stylesheet" href="https://buschfunkproject.github.io/css/bf.css">
<header class="header">
<div class="container">
<div class="logo">
<a class="logo__link" href="/" title="The Buschfunk Project" rel="home">
<div class="logo__image"><img src="/images/bf-logo2.png" alt="" style="width: 100%;" /> </div>
<div>
<div class="logo__title">The Buschfunk Project</div>
<div class="logo__tagline">Offline Networking for Everyone</div>
</div>
</a>
</div>
<nav class="menu">
<button class="menu__btn" aria-haspopup="true" aria-expanded="false" tabindex="0">
<span class="menu__btn-title" tabindex="-1">Menu</span>
</button>
<ul class="menu__list">
<li class="menu__item menu__item--active">
<a class="menu__link" href="/">
<span class="menu__text">Home</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about">
<span class="menu__text">About</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/architecture">
<span class="menu__text">Architecture</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/code">
<span class="menu__text">Code</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/media">
<span class="menu__text">Media</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/contact">
<span class="menu__text">Contact</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main list" role="main">
<div class="content main__content clearfix">
<h2 id="welcome-to-the-buschfunk-project">Welcome to the <em>Buschfunk Project</em></h2>
<p><em>Bringing communication infrastructure where no infrastructure exists.</em></p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/OTEnKLME34Q" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
</div>
</main>
</div>
<aside class="sidebar"><div class="widget-search widget">
<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
<label>
<input class="widget-search__field" type="search" placeholder="SEARCH..." value="" name="q" aria-label="SEARCH...">
</label>
<input class="widget-search__submit" type="submit" value="Search">
<input type="hidden" name="sitesearch" value="https://buschfunkproject.github.io/" />
</form>
</div>
</aside>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
© 2020 The Buschfunk Project.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>