diff --git a/config.toml b/config.toml index b9cb543..e1dd3b4 100644 --- a/config.toml +++ b/config.toml @@ -55,7 +55,7 @@ paginate = 5 # set Twitter handles for Twitter cards # see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution # do not include @ - creator = "" + creator = "Arona Jones" site = "" [languages] @@ -80,13 +80,15 @@ paginate = 5 [languages.en.menu] [[languages.en.menu.main]] - identifier = "about" - name = "About" - url = "/about" + identifier = "main" + name = "Home" + url = "/" + weight = -1 [[languages.en.menu.main]] - identifier = "showcase" - name = "Showcase" - url = "/showcase" + identifier = "am" + name = "Additive Manufacturing" + url = "/am" + weight = 10 [module] # In case you would like to make changes to the theme and keep it locally in you repository, diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..c91bfa3 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,14 @@ ++++ ++++ +Hyperlight Technical Services was established in Nottingham in 2019 and provides technical support and equipment hire for events across the Midlands. + +We have supported an extremely wide range of events in and around Nottingham, with 'insider experience' of a huge number of venues. We have planned and delivered everything from dance shows to national sports championships. + +We have strong links with local suppliers, allowing us to fufill a diverse range of events. Whatever equipment you need, whatever level of support you require, we are here to help. + +In addition to event services and support we operate a used equipment sales service. If you have old equipment gathering dust (a pet hate of ours!), we would love to make you an offer. Likewise, if you are after something in particular, we can likely help you get it. Just ask! + +# Contact: +hello@hyperlight-technical.co.uk + +07449192971 diff --git a/content/am.md b/content/am.md new file mode 100644 index 0000000..9925708 --- /dev/null +++ b/content/am.md @@ -0,0 +1,12 @@ ++++ +title = "Additive Manufacturing in the Events Industry" +subtitle = "Our speciality" ++++ + +Our founder holds a University of Nottingham Masters' Degree in Additive Manufacturing (AM), more widely known as 3D Printing, and we are standing by to consult with anyone intrested in what we firmly believe is a huge opportunity for events. + +AM can provide opportunity in delivering entirely custom experiences. It's a natural fit for props, but can also be used in more functional applications, creating bespoke fixtures on demand. + +Manufacture of otherwise unavailable spare parts is another way in which we believe AM can contribute substantial value to the industry. + +If any of this sounds intresting or of use to you, please do get in touch! diff --git a/layouts/partials/extended_footer.html b/layouts/partials/extended_footer.html new file mode 100644 index 0000000..83fcfdb --- /dev/null +++ b/layouts/partials/extended_footer.html @@ -0,0 +1 @@ +Est. 2019 | Hyperlight Technical Services is the trading name of Arona "AJ" Jones diff --git a/static/main.png b/static/main.png new file mode 100644 index 0000000..edae2bf Binary files /dev/null and b/static/main.png differ