commit 01772cafffc49850810aa5cce26ad6d3104fa578
parent 8863b5adec68477f4b3e98b22edc42ac6a7834de
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 31 Mar 2020 20:54:19 +0100
add viewport meta. move logo.
Diffstat:
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
@@ -2,16 +2,21 @@
<head>
<link href="/static/css/style.css" rel="stylesheet">
<title>pyratebeard</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<div class="section">
- <img src="/static/img/rootimg.png"/>
- </div>
- <div class="section">
- <header>
- <h1>pyratebeard</h1>
- </header>
+ <div class='row'>
+ <div class='col col-left'>
+ <h1>pyratebeard</h1>
+ </div>
+ <div class='col col-mid'>
+ </div>
+ <div class='col col-right'>
+ <img src='/static/img/rootimg.png'>
+ </div>
+ </div>
<div id="me" class="subsection">
<h2>me</h2>
<p>A *nix systems infrastructure engineer and sysadmin; obsessive geek, advocate of open-source, and patient coffee brewer.</p>