Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Created October 27, 2017 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsgranne/c9c691b51bea583f4599fc7164081e8a to your computer and use it in GitHub Desktop.
Save rsgranne/c9c691b51bea583f4599fc7164081e8a to your computer and use it in GitHub Desktop.
Font Embedding — Colostomo HTML
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Colostomo Inc.</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<h1>Colostomo Inc.</h1>
</header>
<p class="intro">
<b>Colostomo Inc.</b>, based in St. Louis, Missouri, provides the finest in medical supplies.
</p>
<p>
Our line of products includes:
</p>
<ul>
<li>Pouches &amp; flanges</li>
<li>Bags &amp; accessories</li>
<li>Adhesives &amp; removers</li>
<li>Powders, rings, &amp; gels</li>
<li>Belts, clasps, &amp; covers</li>
</ul>
<p>
Interested in carrying Colostomo products in your hospital? Take our <a href="#_">Sales &amp; Marketing Gut Check Quiz</a> to find out if you're a good fit with Colostomo!
</p>
<h2>News &amp; Updates</h2>
<p>
Here you'll find news and updates that can have value to your organization. Check back often—we update this page regularly.
</p>
<h3>New Product Announced: Colostomo 5000</h3>
<div class="news-post">
<p>
Colostomo Inc. is glad to announce the release of our newest product: the Colostomo 5000. Three years in development, the Colostomo 5000 is destined to be our best-selling product ever!
</p>
<p>
For more on this exciting new product, please read the <a href="#_">description of the Colostomo 5000</a>.
</p>
<p class="news-byline">
Posted by Lee Norris on 6/20/02
</p>
</div>
<h3>Colostomo to Appear at Trade Show</h3>
<div class="news-post">
<p>
Colostomo Inc. will have a booth at the upcoming Medical Supply Trade Show taking place July 10-12. Held this year in Las Vegas, this is biggest trade show of the year. Please drop by &amp; say hello to us!
</p>
<p>
Be sure to stop by and see us!
</p>
<p class="news-byline">
Posted by Lee Norris on 6/16/02
</p>
</div>
<footer>
<p>
<a href="#_">About This Site</a> | © 2015 Colostomo Inc. | <a href="#_">Privacy Policy</a>
</p>
<address>
<p>
1234 Main St., Marshall, MO 65340
</p>
</address>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment