forked from froge/cyberfrog.me
		
	Add site header and restyle page content
This commit is contained in:
		
							parent
							
								
									3a1dddcf50
								
							
						
					
					
						commit
						c6c4b3a367
					
				
					 3 changed files with 65 additions and 32 deletions
				
			
		| 
						 | 
				
			
			@ -7,20 +7,28 @@
 | 
			
		|||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
  <h1 class="title">Cyberfrog blog</h1>
 | 
			
		||||
  <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>
 | 
			
		||||
 ██████ ██    ██ ██████  ███████ ██████  ███████ ██████   ██████   ██████     ███    ███ ███████ 
 | 
			
		||||
██       ██  ██  ██   ██ ██      ██   ██ ██      ██   ██ ██    ██ ██          ████  ████ ██      
 | 
			
		||||
██        ████   ██████  █████   ██████  █████   ██████  ██    ██ ██   ███    ██ ████ ██ █████   
 | 
			
		||||
██         ██    ██   ██ ██      ██   ██ ██      ██   ██ ██    ██ ██    ██    ██  ██  ██ ██      
 | 
			
		||||
 ██████    ██    ██████  ███████ ██   ██ ██      ██   ██  ██████   ██████  ██ ██      ██ ███████ 
 | 
			
		||||
  </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 class="blog-posts">
 | 
			
		||||
        {% block content %} {% endblock %}
 | 
			
		||||
      </div>
 | 
			
		||||
    </main>
 | 
			
		||||
  </div>
 | 
			
		||||
  <main id="main-content">
 | 
			
		||||
    <h2 class="title">
 | 
			
		||||
      This is my blog made with Zola!
 | 
			
		||||
    </h2>
 | 
			
		||||
    <h3>It's currently running on Vultr for free with 500MB of RAM and OpenBSD :)</h3>
 | 
			
		||||
    <div class="blog-posts">
 | 
			
		||||
      {% block content %} {% endblock %}
 | 
			
		||||
    </div>
 | 
			
		||||
  </main>
 | 
			
		||||
  <!-- The wonderful frog pool -->
 | 
			
		||||
  <div id="frog-pool-container">
 | 
			
		||||
    <div class="frog-pool-water">
 | 
			
		||||
  <div id="bg-effect-container">
 | 
			
		||||
    <div class="bg-effect">
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue