Skip to content

Commit

Permalink
Add WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Jul 10, 2024
1 parent affd102 commit 8c02e77
Show file tree
Hide file tree
Showing 57 changed files with 3,618 additions and 368 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Aberystwyth Wales Guide

This web page shows a list of local businesses, and provides simple in-page search.
Binary file added assets/images/icons/Leandasutton1/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/aberdashery/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/aberdyfiicecream/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/icons/aberystwythcliffrailway/id.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/aciwbigo.com/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/bar46aber/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/brocmor/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/bronglaisfriends/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/cafe_angola/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/caffenero/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/churchsurgery.com/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/ciwb.yokos/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/coastalvintage/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/dawnswelshgifts/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/dragonflybistrouk/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/eastgatedentalaber/1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/ecohubaber/1080.jpg
Binary file added assets/images/icons/halifax/1080.jpg
Binary file added assets/images/icons/herdandywolf08/1080.jpg
Binary file added assets/images/icons/jonahsaber/1080.jpg
Binary file added assets/images/icons/orionharthealth/1080.jpg
Binary file added assets/images/icons/pennau_crafts/1080.jpg
Binary file added assets/images/icons/pollyaberystwyth/1080.jpg
Binary file added assets/images/icons/rbhfitness/1080.jpg
Binary file added assets/images/icons/ripridewear/1080.jpg
Binary file added assets/images/icons/santanderuk/1080.jpg
Binary file added assets/images/icons/shipand_castle/1080.jpg
Binary file added assets/images/icons/silverfernglamping/1080.jpg
Binary file added assets/images/icons/starbucks/1080.jpg
Binary file added assets/images/icons/twmpathaberystwyth/1080.jpg
Binary file added assets/images/icons/ultracomida/1080.jpg
Binary file added assets/images/icons/ygornel/1080.jpg
26 changes: 26 additions & 0 deletions bin/parse-data-from-tsv-into-json.jq
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
inputs
| split("\t")
| {
id: .[0],
title: .[1],
subtitle: .[2],
emojis: .[3],
tags: .[4],
email: .[5],
phoneCountryCode: .[6],
phoneLocal: .[7],
websiteURL: .[8],
facebookURL: .[9],
instagramURL: .[10],
youtubeURL: .[11],
tiktokURL: .[12],
twitterURL: .[13],
street: .[14],
city: .[15],
district: .[16],
subcountry: .[17],
postcode: .[18],
country: .[19]
}
]
13 changes: 0 additions & 13 deletions blank.html

This file was deleted.

Loading

0 comments on commit 8c02e77

Please sign in to comment.