mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
Add buy me a coffee
This commit is contained in:
@@ -2,17 +2,18 @@
|
||||
<html><head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>About - davegallant</title><link rel="icon" type="image/png" href=https://davegallant.ca/favicon.ico /><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="I’m a software engineer with a passion for open-source, infrastructure, tooling and security." />
|
||||
<meta name="description" content="I’m a software tinkerer with a passion for infrastructure, tooling, security, and coffee." />
|
||||
<meta property="og:image" content=""/>
|
||||
<meta property="og:title" content="About" />
|
||||
<meta property="og:description" content="I’m a software engineer with a passion for open-source, infrastructure, tooling and security." />
|
||||
<meta property="og:description" content="I’m a software tinkerer with a passion for infrastructure, tooling, security, and coffee." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="/about/" /><meta property="article:section" content="" />
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="About"/>
|
||||
<meta name="twitter:description" content="I’m a software engineer with a passion for open-source, infrastructure, tooling and security."/>
|
||||
<meta name="twitter:description" content="I’m a software tinkerer with a passion for infrastructure, tooling, security, and coffee."/>
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@1,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap" rel="stylesheet">
|
||||
@@ -72,25 +73,33 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="content"><header>
|
||||
<div class="main">
|
||||
<a href="/">davegallant</a>
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
<a href="/">Home</a>
|
||||
|
||||
<a href="/post">All posts</a>
|
||||
|
||||
<a href="/index.xml">RSS</a>
|
||||
|
||||
<a href="/tags">Tags</a>
|
||||
|
||||
<a href="/about">About</a>
|
||||
|
||||
| <span id="dark-mode-toggle" onclick="toggleTheme()"></span>
|
||||
<script src="/js/themetoggle.js"></script>
|
||||
|
||||
</nav>
|
||||
<div class="main">
|
||||
<a href="/">davegallant</a>
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
<a href="/">Home</a>
|
||||
|
||||
<a href="/post">All posts</a>
|
||||
|
||||
<a href="/index.xml">RSS</a>
|
||||
|
||||
<a href="/tags">Tags</a>
|
||||
|
||||
<a href="/about">About</a>
|
||||
|
|
||||
<span id="dark-mode-toggle" onclick="toggleTheme()"></span>
|
||||
<script src="/js/themetoggle.js"></script>
|
||||
|
||||
</nav>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://storage.ko-fi.com/cdn/widget/Widget_2.js"
|
||||
></script>
|
||||
<script type="text/javascript">
|
||||
kofiwidget2.init("Buy me a coffee", "#a15bc2", "F1F2S4LWI");
|
||||
kofiwidget2.draw();
|
||||
</script>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
@@ -101,7 +110,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<section class="body"><p>I’m a software engineer with a passion for open-source, infrastructure, tooling and security.</p>
|
||||
<section class="body"><p>I’m a software tinkerer with a passion for infrastructure, tooling, security, and coffee.</p>
|
||||
</section>
|
||||
|
||||
<div class="post-tags">
|
||||
|
Reference in New Issue
Block a user