-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
18 lines (18 loc) · 1.51 KB
/
index.php
File metadata and controls
18 lines (18 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php include("inc/inc_header.php"); ?>
<div class="hero">
<div class="button_container">
<a class="button" href="howtoarticles.php" id="firstbutton">The Articles</a>
<a class="button" href="faq.php" id="secondbutton">The FAQs</a>
</div> <!-- end button container for the buttons -->
<figure class="content100">
<img src="img/hero-element.png" alt="hero element">
</figure>
</div> <!-- end hero -->
<div class="doc_container">
<article>
<section>
Welcome! Here you'll find a database of information that'll help you get the most out of your Hot Rod Deluxe. After years of searching the internet I was dissapointed that there was no real source of information on this amp—yet it remains one of the most popular in the world. For a long time building a Hot Rod Deluxe website was one of the things I wanted to do, and felt needed to be done. Listening to techs, experimenting with electronics, and talking with other owners inspired me to collect a large source of mods, tips, tricks, fixes, and frequently asked questions to help you on your way to finding *your* tone. (Webmaster note: these are <div itemscope itemtype="http://schema.org/Person" class="plain"><span itemprop="name">Justin Holton</span></div>'s original words from his website built back in 2003. His site has been defunct for some time, and I'm bringing his content back on the web. <a href="/webmasterfaq.php">Read more about that and who I am here</a>.)
</section>
</article>
</div> <!-- end div doc container -->
<?php include("inc/inc_footer.php"); ?>