Second pass at adding key files
This commit is contained in:
44
site/common/templates/local/advertise.html
Normal file
44
site/common/templates/local/advertise.html
Normal file
@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%site_title || 'slowtwitch.com'%>: About Us</title>
|
||||
<%include include_common_head.html%>
|
||||
|
||||
</head>
|
||||
<body id="category">
|
||||
<%~if ad_wallpaper%>
|
||||
<%ad_wallpaper%>
|
||||
<%~endif%>
|
||||
|
||||
<div class="container">
|
||||
<%include include_header.html%>
|
||||
|
||||
<div class="main">
|
||||
<div class="contentwrapper clearfix">
|
||||
<%~set title_loop = Links::Build::build('title', 'Advertise')%>
|
||||
<%include include_breadcrumb.html%>
|
||||
<section class="section article section-has-widgets section-reverse clearfix">
|
||||
|
||||
<div class="content content-has-widget"><%-- start content--%>
|
||||
<div class="grid">
|
||||
<h1>Advertise</h1>
|
||||
<div class="grid article-content">
|
||||
<div class="content-divider-top"></div>
|
||||
<div data-tf-live="01HS3QQ1ZWMBJG4QT8RE4RE5SD"></div><script src="//embed.typeform.com/next/embed.js"></script>
|
||||
</div>
|
||||
</div><!-- end grid -->
|
||||
<div class="section-divider mobile"></div>
|
||||
</div><%-- end content --%>
|
||||
</section><!-- end section -->
|
||||
|
||||
<div class="section-spacer"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<%include include_footer.html%>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<%~include include_global_js.html%>
|
||||
</html>
|
Reference in New Issue
Block a user