34 lines
1.3 KiB
HTML
34 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Trillium Media Design</title>
|
||
|
<meta charset="utf-8">
|
||
|
<link href="trillium.css" rel="stylesheet">
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1 class="companyname">Trillium Media Design</h1>
|
||
|
</header>
|
||
|
<nav><a href="index.html">Home</a>
|
||
|
<a href="services.html">Services</a>
|
||
|
<a href="contact.html">Contact</a>
|
||
|
</nav>
|
||
|
<main>
|
||
|
<h2>New Media and Web Design</h2>
|
||
|
<p>Trillium Media Design will bring your company’s Web presence to the next level. We offer a comprehensive range of services:</p>
|
||
|
<ul>
|
||
|
<li>Website Design</li>
|
||
|
<li>Interactive Animation</li>
|
||
|
<li>E-Commerce Solutions</li>
|
||
|
<li class="feature"> Usability Studies</li>
|
||
|
<li class="feature">Search Engine Optimization</li>
|
||
|
</ul>
|
||
|
<h2>Meeting Your Business Needs</h2>
|
||
|
<p id="new">Our expert designers will listen to you as they create a website that helps to promote and grow your business.</p>
|
||
|
</main>
|
||
|
<footer>
|
||
|
Copyright © 2018 Your Name Here
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|