Testing style/layout changes for responsive design
This commit is contained in:
parent
9c60f9a0e1
commit
c4877b6d37
2 changed files with 45 additions and 47 deletions
|
@ -6,7 +6,7 @@
|
|||
<title>🐸 CyberFrog</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body id="bg-effect">
|
||||
<div id="site-content">
|
||||
<!-- Credits to http://patorjk.com/software/taag/ for the header, made using "ANSI Regular" font -->
|
||||
<div id="ascii-header"><a href="/"><pre>
|
||||
|
@ -17,20 +17,21 @@
|
|||
██████ ██ ██████ ███████ ██ ██ ██ ██ ██ ██████ ██████ ██ ██ ██ ███████
|
||||
</pre></a></div>
|
||||
<main id="main-content">
|
||||
<h1 class="title">
|
||||
This is my blog made with <a target="_blank" href="https://www.getzola.org">Zola!</a>
|
||||
</h1>
|
||||
<h3>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a></h3>
|
||||
<div id="welcome-message">
|
||||
<h1 class="title">
|
||||
Welcome
|
||||
</h1>
|
||||
<p>
|
||||
This blog is made with 💜 and <a target="_blank" href="https://www.getzola.org">Zola!</a>
|
||||
</br>
|
||||
It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="blog-posts">
|
||||
{% block content %} {% endblock %}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<!-- The wonderful frog pool -->
|
||||
<div id="bg-effect-container">
|
||||
<div class="bg-effect">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue