cleanup
This commit is contained in:
parent
d87d6f7c5c
commit
aee82b6ad3
2 changed files with 23 additions and 406 deletions
17
index.php
17
index.php
|
|
@ -17,11 +17,11 @@
|
|||
</head>
|
||||
|
||||
<body id="signal" class="index has-navbar-fixed-top">
|
||||
<nav class="navbar signal-navbar is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
<nav class="navbar mainNavbar is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-brand">
|
||||
<a href="/">
|
||||
<img class="signal-logo"
|
||||
<img class="logo"
|
||||
src="<?php echo get_stylesheet_directory_uri().'/files/logo.webp'; ?>">
|
||||
</a>
|
||||
<a
|
||||
|
|
@ -43,9 +43,11 @@
|
|||
<div class="container">
|
||||
<div class="columns">
|
||||
<div class="column is-two-fifths">
|
||||
<h1>Mobile Sauna</h1>
|
||||
<p class="body1">Handgefertigt in Fachwerkbauweise mit Naturbaustoffen
|
||||
Holzofen. Die mobile Sauna für den eigenen Garten oder direkt am See.</p>
|
||||
<h1>Mobile Kork Sauna</h1>
|
||||
<p class="body1">
|
||||
Handgefertigt in Fachwerkbauweise aus den Naturstoffen Kork und
|
||||
Holz. Die mobile Sauna mit Holzofen für den eigenen Garten oder
|
||||
direkt am See.
|
||||
<p> <br>
|
||||
<!--<a class="get-signal button" href="https://signal.org/download/">Jetzt mieten</a> -->
|
||||
</p>
|
||||
|
|
@ -167,6 +169,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section information">
|
||||
<div class="container">
|
||||
<?php the_content(); ?>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="columns">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue