style changes
This commit is contained in:
parent
08069302c0
commit
ca6f4250b4
16 changed files with 103 additions and 76 deletions
|
|
@ -90,6 +90,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<canvas id="tv-screen"></canvas>
|
||||
<div id="page">
|
||||
<header id="page-header">
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||
|
|
@ -100,11 +101,12 @@
|
|||
<section id="content">
|
||||
<article>
|
||||
<p>Hello! I am Never and this is my little place on the internet where I
|
||||
post the stuff that I am currenty nerding out about.</p>
|
||||
<p>This Website itself is one of those projects, that I like to tweak.
|
||||
Maybe I’ll write an article about its build system. It is also viewable
|
||||
via <code>curl</code>. Just run</p>
|
||||
post the stuff that I am currently nerding out about.</p>
|
||||
<p>This Website itself is one of those projects, that I like to tweak
|
||||
and tinker with. Maybe I’ll write an article about its build system. It
|
||||
is also viewable via <code>curl</code>. Just run</p>
|
||||
<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">curl</span> nevereverever.de</span></code></pre></div>
|
||||
<p>There also is an RSS Feed to stay updated about my doings.</p>
|
||||
</article>
|
||||
<nav id="articles">
|
||||
<h2>Articles</h2>
|
||||
|
|
@ -219,12 +221,11 @@ function pickColor(){
|
|||
}
|
||||
</script>
|
||||
<footer id="page-footer">
|
||||
<!-- <embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;"> -->
|
||||
<p class="cups-light">
|
||||
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue