Skip to content

Instantly share code, notes, and snippets.

@JakeLabate
Last active February 26, 2022 04:40
Show Gist options
  • Save JakeLabate/afa1017e9b0a7c2f4628af83200b9c18 to your computer and use it in GitHub Desktop.
Save JakeLabate/afa1017e9b0a7c2f4628af83200b9c18 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!-- Content Dynamicly Generated by Labate Group -->
<html>
<head>
<meta charset="utf-8">
<base href="{{companyHomepage.value}}">
<title>{{companyTradeName.value}} | {{companySlogan.value}}</title>
<meta content="{{companyDescription.value}}" name="description">
<meta content="{{companyTradeName.value}} | {{companySlogan.value}} property=">
<meta content="{{companyDescription.value}}" property="og:description">
<meta content="{{companyHomepage.value}}" property="og:image">
<meta content="{{companyTradeName.value}} | {{companySlogan.value}}" property="twitter:title">
<meta content="{{companyDescription.value}}" property="twitter:description">
<meta content="{{companyLogo.value}}" property="twitter:image">
<meta content="website" property="og:type">
<meta content="summary_large_image" name="twitter:card">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="{{cssFile}}" rel="stylesheet" type="text/css">
<link href="{{companyFavicon.value}}" rel="shortcut icon" type="image/x-icon" />
<link href="{{companyIcon.value}}" rel="apple-touch-icon" />
<script type="application/ld+json">
{{globalSchema.value}}
</script>
</head>
<body>
<section>
<h1>{{companyTradeName.value}}</h1>
<p>{{companySlogan.value}}</p>
</section>
<section id="about" title="About">
<h2>About {{companyTradeName.value}}</h2>
<p>{{companyDescription.value}}</p>
</section>
<section>
<h2></h2>
</section>
<section>
<h2></h2>
</section>
<footer id="footer" title="Footer">
<div id="contact" title="Contact">
<ul>
<li><a title="{{companyTradeName.value}} | Contact Phone" href="tel:{{companyPhone.value}}"</a></li>
<li><a title="{{companyTradeName.value}} | Contact Email" href="mailto:{{companyEmail.value.value}}"</a></li>
<li><a title="{{companyTradeName.value}} | Google Location" href="{{companyGoogleUrl.value}}"</a></li>
</ul>
</div>
<div id="socials" title="Social Media">
<ul>
<li><a title="{{companyTradeName.value}} | Facebook" href="{{companyFacebookUrl.value}}"</a></li>
<li><a title="{{companTradeyName.value}} | Instagram" href="{{companyInstagramUrl.value}}"</a></li>
<li><a title="{{companyTradeName.value}} | Linkedin" href="{{companyLinkedinUrl.value}}"</a></li>
<li><a title="{{companyTradeName.value}} | Twitter" href="{{companyTwitterUrl.value}}"</a></li>
<ul>
</div>
<div id="copyright" title="Copyright">
<ul>
<li>Copyright 2022 All Rights Reserved.</li>
<li>{{companyTradeName.value}}</li>
</ul>
</div>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment