Expand services section
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ if .Params.Description }}{{ .Params.Description }}{{else}}Hyperlight provide hire, operation and installation of lighting, audio/PA and AV equipment and systems to the public and trade in Nottingham, Derby, Leicester and throughout the Midlands and UK.{{ end }}"/>
|
||||
<link rel="preload" href="/static/LeagueSpartan-VF.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/LeagueSpartan-VF.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
4
layouts/shortcodes/imagewithtext.html
Normal file
4
layouts/shortcodes/imagewithtext.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<section style="overflow:auto;">
|
||||
<div id="sectionleft"><img src='{{ .Get "img" }}'></div>
|
||||
<div id="sectionright">{{ .Get "text" }}</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user