<!DOCTYPE html> <html lang=“en”> <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css" /> <title>Footer</title> <style> .my-footer {text-align: center; padding-top: 3%;} a {color:black; text-decoration: underline;} </style>
</head> <body class=“my-footer”>
<div class="columns"> <p class="column"><a href="http://maxshalom.me">Max Shalom</a></p> <p class="column"><a href="mailto:hello@maxshalom.me">Email me</a></p> <p class="column"><a href="https://blog.maxshalom.me">Blog Home</a></p> </div> <p align="center">Made with the <a href="https://github.com/MaxShalom/badger">Bager</a> Jekyll theme.</p>
</body> </html>