small adjustments and changes to visuals

This commit is contained in:
len0rd 2022-10-05 11:21:25 -04:00
parent 5abcc940ce
commit 3c6c9bbb50
7 changed files with 19 additions and 42 deletions

View file

@ -5,17 +5,15 @@
<%- include('../partials/include') %>
</head>
<body>
<body class="d-flex flex-column min-vh-100">
<header>
<%- include('../partials/nav') %>
</header>
<div class="container-cenMain">
<div class="cenMain">
<div class="container mt-5 topMargin">
<h1>Contact me</h1>
<p>Questions? Comments? Spam?. Please email me with the below address:</p>
<h2>len0rd"AT"fastmail.co.uk</h2>
</div>
<p>Questions? Comments? Spam? Please email me with the below address:</p>
<h4>len0rd"AT"fastmail.co.uk</h4>
</div>
<%- include('../partials/footer') %>

View file

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/projects.css">
</head>
<body>
<body class="d-flex flex-column min-vh-100">
<header>
<%- include('../partials/nav') %>
</header>
@ -32,6 +32,7 @@
</div>
</div>
<%- include('../partials/footer') %>
<%- include('../partials/post_html_include') %>
<script>
const TAG_ACTIVE_CLASS = "btn-primary";