Skip to content

Commit

Permalink
Add BCS post
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon863 committed Jul 9, 2024
1 parent ae66b45 commit 26d05ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions content/posts/bcs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "> New website designed"
description: "I recently created a website for a local computer shop in Southport (England)"
keywords: "Birkdale computers, repair, website, development, web dev"
date: 2024-06-21T10:00:00+01:00
buttons:
- href: "https://birkdalecs.co.uk/"
text: "Visit"
---

I recently designed and developed a website for a local computer shop in Southport, England. The website, Birkdale Computers, offers computer repair and data recovery services. The website was created using HTML, CSS, and JavaScript, and is fully responsive for optimal viewing on all devices. It is built using the (bulma)[https://bulma.io/] framework and includes a google maps integration to help customers find the shop easily.
4 changes: 3 additions & 1 deletion themes/dragon863/layouts/partials/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
{{ range . }}
<a href="{{ .href }}">
<button class="round border" style="margin-left: 0px;">
<img class="responsive" src="{{ .imgUrl }}" alt="Button Image">
{{ with .imgUrl }}
<img class="responsive" src="{{ . }}" alt="Button Image">
{{ end }}
<span style="color:white">{{ .text }}</span>
</button>
</a>
Expand Down

0 comments on commit 26d05ad

Please sign in to comment.