Compare commits
3 Commits
columns
...
f76b8e7bf4
Author | SHA1 | Date | |
---|---|---|---|
f76b8e7bf4 | |||
2c5c0750bf | |||
bda333c88a |
@@ -1,12 +1,3 @@
|
|||||||
{% if PROD %}
|
|
||||||
<?php
|
|
||||||
$themeClass = '';
|
|
||||||
if (!empty($_COOKIE['theme'])) {
|
|
||||||
$themeClass = $_COOKIE['theme'];
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
@@ -20,14 +20,11 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="content content-index">
|
<div class="content index">
|
||||||
<p>
|
<p>
|
||||||
Hi, I'm Tanner! I do firmware and web development in Calgary.
|
Hi, I'm Tanner! I do firmware and web development in Calgary.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="leftcol">
|
|
||||||
<div class="inside">
|
|
||||||
|
|
||||||
<h2>Contact Info</h2>
|
<h2>Contact Info</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -90,11 +87,7 @@
|
|||||||
<div class="summary">
|
<div class="summary">
|
||||||
<p>A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.</p>
|
<p>A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="rightcol">
|
|
||||||
<div class="inside">
|
|
||||||
<h2>Creations</h2>
|
<h2>Creations</h2>
|
||||||
|
|
||||||
<p>Sometimes I create art or interactive tech.</p>
|
<p>Sometimes I create art or interactive tech.</p>
|
||||||
@@ -117,6 +110,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@@ -16,6 +16,10 @@ a {
|
|||||||
font: 1.2rem/1.0 Lato,sans-serif;
|
font: 1.2rem/1.0 Lato,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.index h3 {
|
||||||
|
font: 1.2rem/1.5 Apparatus SIL,serif;
|
||||||
|
}
|
||||||
|
|
||||||
.source {
|
.source {
|
||||||
font: 1rem/1.5 Apparatus SIL,serif;
|
font: 1rem/1.5 Apparatus SIL,serif;
|
||||||
}
|
}
|
||||||
@@ -73,17 +77,9 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content-wide {
|
.content-wide {
|
||||||
max-width: 46rem;;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-index {
|
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-index h3 {
|
|
||||||
font: 1.2rem/1.5 Apparatus SIL,serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content p {
|
.content p {
|
||||||
font: 1.2rem/1.5 Apparatus SIL,serif;
|
font: 1.2rem/1.5 Apparatus SIL,serif;
|
||||||
}
|
}
|
||||||
@@ -183,30 +179,6 @@ pre {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width:58rem) {
|
|
||||||
.container {
|
|
||||||
max-width: 75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.leftcol {
|
|
||||||
float: left;
|
|
||||||
width: 50%;
|
|
||||||
margin-top: -1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.leftcol > .inside {
|
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rightcol {
|
|
||||||
overflow: hidden;
|
|
||||||
margin-top: -1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rightcol > .inside {
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
Reference in New Issue
Block a user