|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Starbuzz Coffee</title> |
| 6 | + <link rel="stylesheet" type="text/css" href="starbuzz.css"> |
| 7 | + </head> |
| 8 | + |
| 9 | + <body> |
| 10 | + <div id="header"> |
| 11 | + <img src="images/header.gif" alt="Starbuzz Coffee header image"> |
| 12 | + </div> |
| 13 | + |
| 14 | + <div id="sidebar"> |
| 15 | + <p class="beanheading"> |
| 16 | + <img src="images/bag.gif" alt="Bean Machine bag"> |
| 17 | + <br> |
| 18 | + ORDER ONLINE |
| 19 | + with the |
| 20 | + <a href="form.html">BEAN MACHINE</a> |
| 21 | + <br> |
| 22 | + <span class="slogan"> |
| 23 | + FAST <br> |
| 24 | + FRESH <br> |
| 25 | + TO YOUR DOOR <br> |
| 26 | + </span> |
| 27 | + </p> |
| 28 | + <p> |
| 29 | + Why wait? You can order all our fine coffees right from the Internet with our new, |
| 30 | + automated Bean Machine. How does it work? Just click on the Bean Machine link, |
| 31 | + enter your order, and behind the scenes, your coffee is roasted, ground |
| 32 | + (if you want), packaged, and shipped to your door. |
| 33 | + </p> |
| 34 | + </div> |
| 35 | + |
| 36 | + <div id="main"> |
| 37 | + <h1>QUALITY COFFEE, QUALITY CAFFEINE</h1> |
| 38 | + <p> |
| 39 | + At Starbuzz Coffee, we are dedicated to filling all your caffeine needs through our |
| 40 | + quality coffees and teas. Sure, we want you to have a great cup of coffee and a great |
| 41 | + coffee experience as well, but we're the only company that actively monitors and |
| 42 | + optimizes caffeine levels. So stop by and fill your cup, or order online with our new Bean |
| 43 | + Machine online order form, and get that quality Starbuzz coffee that you know will meet |
| 44 | + your caffeine standards. |
| 45 | + </p> |
| 46 | + <p> |
| 47 | + And, did we mention <em>caffeine</em>? We've just started funding the guys doing all |
| 48 | + the wonderful research at the <a href="http://buzz.wickedlysmart.com" |
| 49 | + title="Read all about caffeine on the Buzz">Caffeine Buzz</a>. |
| 50 | + If you want the latest on coffee and other caffeine products, |
| 51 | + stop by and pay them a visit. |
| 52 | + </p> |
| 53 | + <h1>OUR STORY</h1> |
| 54 | + <p> |
| 55 | + "A man, a plan, a coffee bean". Okay, that doesn't make a palindrome, but it resulted |
| 56 | + in a damn good cup of coffee. Starbuzz's CEO is that man, and you already know his |
| 57 | + plan: a Starbuzz on every corner. |
| 58 | + </p> |
| 59 | + <p>In only a few years he's executed that plan and today |
| 60 | + you can enjoy Starbuzz just about anywhere. And, of course, the big news this year |
| 61 | + is that Starbuzz teamed up with Head First readers to create Starbuzz's Web presence, |
| 62 | + which is growing rapidly and helping to meet the caffeine needs of a whole new set of |
| 63 | + customers. |
| 64 | + </p> |
| 65 | + <h1>STARBUZZ COFFEE BEVERAGES</h1> |
| 66 | + <p> |
| 67 | + We've got a variety of caffeinated beverages to choose |
| 68 | + from at Starbuzz, including our |
| 69 | + <a href="beverages.html#house" title="House Blend">House Blend</a>, |
| 70 | + <a href="beverages.html#mocha" title="Mocha Cafe Latte">Mocha Cafe Latte</a>, |
| 71 | + <a href="beverages.html#cappuccino" title="Cappuccino">Cappuccino</a>, |
| 72 | + and a favorite of our customers, |
| 73 | + <a href="beverages.html#chai" title="Chai Tea">Chai Tea</a>. |
| 74 | + </p> |
| 75 | + <p> |
| 76 | + We also offer a variety of coffee beans, whole or ground, for you to |
| 77 | + take home with you. Order your coffee today using our online |
| 78 | + <a href="form.html">Bean Machine</a>, and take |
| 79 | + the Starbuzz Coffee experience home. |
| 80 | + </p> |
| 81 | + </div> |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + <div id="footer"> |
| 86 | + © 2012, Starbuzz Coffee |
| 87 | + <br> |
| 88 | + All trademarks and registered trademarks appearing on |
| 89 | + this site are the property of their respective owners. |
| 90 | + </div> |
| 91 | + |
| 92 | + </body> |
| 93 | +</html> |
| 94 | + |
0 commit comments