diff --git a/threecol.html b/threecol.html new file mode 100644 index 0000000000000000000000000000000000000000..5f145ba7ba601a6d50a05a05983ef7220e0b5fd7 --- /dev/null +++ b/threecol.html @@ -0,0 +1,67 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <title>Peters Printing Services</title> + <link href="narwidenar.css" rel="stylesheet" type="text/css" /> + </head> + <body> + <header><!--banner image is set behnd the header in css--> + <nav><!-- vertical nav list on left--> + <ul> + <li><a href="threecol.html">Products</a></li> + <li><a href="#">Our Printers</a></li> + <li><a href="index.html">Back to Index</a></li> + </ul> + </nav> + </header> + <article id="left"> + <h2>Ink Options</h2> + <p>One color flat<br /> + One color raised<br /> + Two-color flat<br /> + Four-color flat<br /> + Full-color digital printed</p> + <h2>Edge Options</h2> + <p>Rounded corners<br /> + Clipped corners<br /> + Print to edge (digital only)<br /> + Painted edge<br /> + Raised edge<br /> + One edge shaping</p> + + </article> + + <article id="center"> + <h2>Business Card Stock Choices</h2> + <p>16 pt glossy coated - solid, shiny and stiff, this card stock communicates luxury or high-end<br /> + 15 pt velvet - solid, soft and stiff, this card is a pleasure to hold<br /> + 14 pt gloss (the modern standard) - a typical business card<br /> + 13 pt recycled matte - for the company that wants to be ecological<br /> + 12 pt uncoated (most economical) - this card is a bit thinner and less substantial than the others, but is good for a company that needs to print a lot of them.</p> + + <h2>Business Card Shapes/Sizes</h2> + <p>Standard - 3.5" x 2"<br /> + Square - 2.5" x 2.5"<br /> + Folded - 3.5" x 4"<br /> + Custom - you tell us!</p> + + + + </article> + <article id="right"> + <h2>Specialty Cards</h2> + <p>Plastic<br /> + Metal<br /> + Wood<br /> + Wildflower seeds (plantable)<br /> + Magnetic<br /> + Mini CD</p> + </article> + + <footer> + <p>© Copyright 2022 JK - This is an academic project and NOT a real company. </p> + </footer> + </body> +</html>