-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (68 loc) · 4.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<link href="css/styles.css" rel="stylesheet">
<meta charset="utf-8">
<title>ROA Cupcakes</title>
</head>
<body>
<div class="center">
<img src="img/logo.png" class="logo-header logo">
</div>
<h2>Readymade Organic Artisan Cupcakes</h2>
<h3 class="flashy">About:</h3>
<p>Vinyl freegan prism kombucha, poke offal blog copper mug forage pinterest master cleanse pug mlkshk. <span class="flashy">Stumptown williamsburg coloring book</span>, fap tbh semiotics copper mug keytar poke tumeric edison bulb vexillologist irony mustache cronut. Austin small batch actually, artisan stumptown retro migas synth succulents heirloom jianbing semiotics. Hella truffaut 8-bit church-key. Try-hard succulents taxidermy pok pok, kombucha put a bird on it YOLO PBR&B +1 celiac before they sold out next level. Aesthetic polaroid semiotics salvia echo park <span class="flashy">lumbersexual mlkshk</span>, etsy microdosing tilde waistcoat kale chips yr humblebrag. Scenester man braid freegan franzen, cred pop-up craft beer.</p>
<div class="center">
<img src="img/the-shop.hipster" class="img-big" alt="Photo of ROA Cupcakes in Portland, OR">
</div>
<h3 class="flashy">Readymade Menu:</h3>
<p>Baker's dozen = price x 10.</p>
<ul>
<li><span class="ul">Cupcake</span><span class="ul right">Price</span></li>
<br>
<li>Icelandic Forage** <span class="right">$25</span></li>
<li class="best">The Handlebar* <span class="right">$20</span></li>
<li>Chukkacuppacakke* <span class="right">$15</span></li>
<li>8-Bit YOLO* <span class="right">$15</span></li>
<li>Roof Party* <span class="right">$12</span></li>
<li>Side-Fade* <span class="right">$12</span></li>
<li>Hard-Part* <span class="right">$11</span></li>
<li>PBR&B† <span class="right">$4</span></li>
</ul>
<br>
<ul>
<li><span class="ul">Coffee</span><span class="ul right">Price</span></li>
<br>
<li>Bulletproof Bicycle Hoodie Mocha† <span class="right">$9</span></li>
<li>Salvia Echo Park Pour-Over** <span class="right">$6</span></li>
<li>Lumbersexual Latte* <span class="right">$5</span></li>
</ul>
<small>
<p>*gluten free</p>
<br>
<p>**paleo friendly</p>
<br>
<p>† made with real PBR</p>
</small>
<h3 class="flashy">Organic News:</h3>
<div class="col-right">
<img class="img-smaller" src="img/hipster-farm.jpg" alt="A hipster farming" >
<p>
Unicorn fap umami meh af artisan iPhone, brooklyn keytar vaporware woke swag tbh sriracha. Kickstarter echo park lo-fi raclette. Snackwave cronut pitchfork, enamel pin offal post-ironic helvetica thundercats tattooed locavore. Slow-carb 8-bit lo-fi, fixie keytar 90's subway tile. Celiac 90's kale chips meggings, pop-up live-edge retro chia kinfolk. Twee lyft brunch, bespoke chambray bushwick blog shoreditch. Banjo knausgaard roof party, beard keffiyeh taxidermy XOXO swag meditation.
</p>
</div>
<h3 id="artisan" class="flashy">Artisan News:</h3>
<p>
Waistcoat coloring book pickled, meditation iceland glossier forage. Thundercats hoodie occupy you probably haven't heard of them XOXO selvage, enamel pin normcore leggings sriracha mlkshk mixtape bespoke cliche. Flannel tilde authentic yr cold-pressed tattooed iceland, asymmetrical shabby chic farm-to-table forage humblebrag craft beer umami. Ethical yuccie kombucha banh mi, selfies crucifix pitchfork pug echo park tacos flannel meggings. Yuccie you probably haven't heard of them hoodie lumbersexual. Pork belly listicle YOLO four dollar toast 8-bit waistcoat. Cardigan cray meh freegan, ethical godard fap succulents vape you probably haven't heard of them forage.
</p>
<div class="col-left">
<img src="img/cupcake1.jpg" alt="Hipster Cupcakes">
<p>
Hoodie narwhal cornhole, four loko vape everyday carry single-origin coffee asymmetrical vexillologist aesthetic heirloom. Enamel pin shoreditch vegan yr everyday carry godard. Selfies offal taxidermy drinking vinegar, single-origin coffee 3 wolf moon stumptown yr. Pok pok man braid roof party, hell of kitsch offal viral ethical vinyl XOXO. Bicycle rights bitters hell of, try-hard church-key polaroid tilde heirloom VHS distillery. Raclette pug chia four loko master cleanse man braid. You probably haven't heard of them af coloring book kitsch, photo booth helvetica master cleanse gentrify pop-up cornhole yuccie wayfarers.
</p>
</div>
<footer>
<p>Copyright© ROA Cupcakes Inc. 2016</p>
</footer>
</body>
</html>