Finally make metanohi.name mobile friendly.
This commit is contained in:
@@ -3,28 +3,23 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>metanohi.name: {title}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="/bootstrap.min.css" type="text/css" rel="stylesheet">
|
||||
<link href="/style.css" type="text/css" rel="stylesheet">
|
||||
<link href="/pandoc-highlighting.css" type="text/css" rel="stylesheet">
|
||||
<link type="image/png" rel="shortcut icon" href="/favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div id="body">
|
||||
<header>
|
||||
<a href="/"><img src="/logo/logo.svg" alt="Logo"></a>
|
||||
</header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="https://github.com/nqpz">github</a></li>
|
||||
<li><a href="https://media.metanohi.name/">media</a></li>
|
||||
<li><a href="/about/">about</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="content">
|
||||
{content}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="background">
|
||||
<nav id="metanohi-nav">
|
||||
<a href="/"><span id="metanohi-logo"></span></a>
|
||||
<ul class="list-unstyled">
|
||||
<li class="list-inline-item"><a href="https://github.com/nqpz">github</a></li>
|
||||
<li class="list-inline-item"><a href="https://media.metanohi.name/">media</a></li>
|
||||
<li class="list-inline-item"><a href="/about/">about</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="metanohi-color-columns" style="margin-bottom: 2em;">
|
||||
<div style="left: 00%; background-color: #A6CE52;"></div>
|
||||
<div style="left: 10%; background-color: #6CCA80;"></div>
|
||||
<div style="left: 20%; background-color: #218F08;"></div>
|
||||
@@ -36,5 +31,22 @@
|
||||
<div style="left: 80%; background-color: #9CC66E;"></div>
|
||||
<div style="left: 90%; background-color: #93B748;"></div>
|
||||
</div>
|
||||
|
||||
<div class="container-small">
|
||||
{content}
|
||||
</div>
|
||||
|
||||
<div class="metanohi-color-columns">
|
||||
<div style="left: 00%; background-color: #93B748;"></div>
|
||||
<div style="left: 10%; background-color: #9CC66E;"></div>
|
||||
<div style="left: 20%; background-color: #48E283;"></div>
|
||||
<div style="left: 30%; background-color: #47AA4D;"></div>
|
||||
<div style="left: 40%; background-color: #6A9248;"></div>
|
||||
<div style="left: 50%; background-color: #97D165;"></div>
|
||||
<div style="left: 60%; background-color: #57A543;"></div>
|
||||
<div style="left: 70%; background-color: #218F08;"></div>
|
||||
<div style="left: 80%; background-color: #6CCA80;"></div>
|
||||
<div style="left: 90%; background-color: #A6CE52;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user