web/ponderings/bedfordandco/index.html

158 lines
4.7 KiB
HTML
Raw Normal View History

2024-05-31 17:49:23 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bedford &amp; Co | Paul&#x27;s Site of Stuff</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://paulwilde.uk/style.css">
<link rel="stylesheet" href="https://paulwilde.uk/color/orange.css">
<link rel="stylesheet" href="https://paulwilde.uk/color/background_blue.css">
2024-05-31 17:52:35 +02:00
<link rel="stylesheet" href="https://paulwilde.uk/font-hack.css">
2024-05-31 17:49:23 +02:00
<meta name="description" content="">
<meta property="og:description" content="">
<meta property="og:title" content="Bedford & Co | Paul's Site of Stuff">
<meta property="og:type" content="article">
<meta property="og:url" content="https://paulwilde.uk/ponderings/bedfordandco/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="">
<meta name="twitter:title" content="Bedford & Co | Paul's Site of Stuff">
<meta property="twitter:domain" content="paulwilde.uk">
<meta property="twitter:url" content="https://paulwilde.uk/ponderings/bedfordandco/">
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://paulwilde.uk/atom.xml">
2024-05-31 17:52:35 +02:00
<link rel="shortcut icon" type="image&#x2F;x-icon" href="/favicon.png">
2024-05-31 17:49:23 +02:00
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/" style="text-decoration: none;">
<div class="logo">
Hello, I&#x27;m Paul
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li><a href="/">home</a></li>
<li><a href="/aboutme">about me</a></li>
<li><a href="/ponderings">ponderings</a></li>
2024-05-31 18:02:09 +02:00
<li><a href="/iuse">i use…</a></li>
2024-05-31 17:49:23 +02:00
<li><a href="/tags">tags</a></li>
2024-05-31 18:02:09 +02:00
<li><a href="/atom.xml">rss</a></li>
2024-05-31 17:49:23 +02:00
</ul>
</nav>
</header>
<div class="home-content">
<div class="post">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/bedfordandco/">Bedford &amp; Co</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2021-04-01
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
<div class="post-content">
<a href="https:&#x2F;&#x2F;bedfordandco.co.uk">https:&#x2F;&#x2F;bedfordandco.co.uk</a>
<p>Simple single page website for a local accountancy business.
Has additional Vue.js implementation for news and exchange rates updates.</p>
</div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Thanks for reading! Read other posts?</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://paulwilde.uk/ponderings/wildeit/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">Wilde IT</span>
</a>
</span>
<span class="button next">
<a href="https://paulwilde.uk/ponderings/unphoneticabc/">
<span class="button__text">Unphonetic ABC</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
2024-05-31 18:04:49 +02:00
<div class="footer__inner">
<a href="https:&#x2F;&#x2F;notnull.space&#x2F;@paul" rel="me">fediverse (gts)</a>
<a href="https:&#x2F;&#x2F;snac.notnull.space&#x2F;paul" rel="me">fediverse (snac)</a>
<a href="https:&#x2F;&#x2F;codeberg.org&#x2F;pswilde" rel="me">codeberg</a>
<a href="https:&#x2F;&#x2F;keyoxide.org&#x2F;85633E30514CC1932E4268460ED12CF710BC42CA" rel="me">keyoxide</a>
</div>
2024-05-31 17:49:23 +02:00
<div class="footer__inner">
<div class="copyright copyright--user">Paul Wilde 2024 :: Theme&nbsp;<a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a></div>
</div>
</footer>
</div>
</body>
</html>