Changed logo to SVG and added bootstrap

This commit is contained in:
root 2020-11-24 19:45:25 +01:00
parent 3857dbb1e8
commit fcf82234ac
35 changed files with 36206 additions and 16 deletions

View file

@ -5,15 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>freibier.cc</title>
<meta charset="UTF-8">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/hk-grotesk" type="text/css"/>
<link rel="stylesheet" media="screen" href="https://freibier.cc/style/fonts/HKGrotesk_2466/hk-grotesk.css" type="text/css"/>
<link rel="stylesheet" href="./style/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./style/freibier.css">
</head>
<body>
<div class="wrapper">
<img src="logo_freibier_cc_w_300dpi.png" alt="freibier.cc" class="center">
<h1>frei gebraut frei verfügbar nicht gratis</h1>
<div class="container">
<img src="logo_freibier_cc_w.svg" alt="freibier.cc" class="center">
<h1 class="title text-center">frei gebraut frei verfügbar nicht gratis</h1>
<div class="footer"><p><a href="impressum.html">Impressum</a> <a href="datenschutz.html">Datenschutzerklärung</a></p></div>
</div>
</body>
</html>