Moving footer out of main, adding flexbox to body element,
changing divs to sections
This commit is contained in:
+24
-22
@@ -29,11 +29,11 @@
|
||||
|
||||
<!-- target="_blank" rel="noopener noreferrer" -->
|
||||
|
||||
<section class="content-box content-intro">
|
||||
<header class="content-box content-intro">
|
||||
<h1 class="headline size-h2">
|
||||
Hey, I am Lars Winter, a graphic designer from Hamburg. I conceptualize and design projects with a focus on corporate design, design systems, icon design, web design, and editorial design.
|
||||
</h1>
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<div class="content-box content-text">
|
||||
<p class="text">
|
||||
@@ -47,27 +47,29 @@
|
||||
|
||||
<!-- <div class="footer-fade"></div> -->
|
||||
|
||||
<footer>
|
||||
<div class="footer-content">
|
||||
<span>© 2018–<span id="year"></span> Lars Winter</span>
|
||||
<div class="footer-links">
|
||||
<div>
|
||||
<a href="/legal-notice.html">Legal notice</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/privacy.html">Privacy</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/archive">Archived Portfolio</a>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
document.getElementById('year').textContent = new Date().getFullYear();
|
||||
</script>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="footer-content">
|
||||
<span>© 2018–<span id="year"></span> Lars Winter</span>
|
||||
<div class="footer-links">
|
||||
<div>
|
||||
<a href="/legal-notice.html">Legal notice</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/privacy.html">Privacy</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/archive">Archived Portfolio</a>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
document.getElementById('year').textContent = new Date().getFullYear();
|
||||
</script>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- Add your site or application content here -->
|
||||
<!-- <script src="js/app.js"></script> -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user