-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbread.html
More file actions
146 lines (137 loc) · 6.36 KB
/
bread.html
File metadata and controls
146 lines (137 loc) · 6.36 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<!--HEAD-->
<head>
<title>Chicago.Pro</title>
<meta charset="utf-8" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/rrb3zjt.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/reset.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css" />
<div class="page-selection" id="page-selection">
<nav role="navigation">
<ul class="nav-links">
<li>
<a href="index.html">home</a><br>
</li>
</ul>
</nav>
</div>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<div class="next-button">
</div>
</head>
<!--BODY-->
<body id="anna-blog">
<div class="page-wrapper">
<section class="intro" id="anna-intro">
<header role="banner">
<h1 class="main-head">Chicagos.Pro</h1>
<img class="hotdog" id="hotdogs" src="images/Asset 2.png">
</header>
<div class="summary" id="anna-summary" role="article">
<p>
We actually live in Chicago. We are in our twenties. I have never trusted Evenbrite. If you agree
this website is for you.
</p>
</div>
</section>
<section id="blog-post">
<div class="blogbox">
<p class="date">October 7th, 2019.</p>
<div class="blogcontent">
<h2>Finally: Best Bread Baskets in Chicago</h2>
<ol class="ordered-list-blog">
<div class="food-item">
<li class="bread-basket-list">Steak 48</li>
<img id="bread1" src="images/steak48.jpeg">
<p class="list-p">
<strong>Price:</strong> FREE<br>
<strong>Highlights:</strong>
Steak 48 gives you the choice to glaze
these rolls with garlic, butter, or both. I always get
butter on the side too.
</p>
</div>
<div class="food-item">
<li class="bread-basket-list">RPM Italian's Rosemary Focaccia</li>
<img id="bread2" src="images/bread.jpg">
<p class="list-p">
<strong>Price: </strong>$7<br>
<strong>Highlights: </strong>
Rosemary + whipped lardo + focaccia = orgasm
</p>
</div>
<div class="food-item">
<li class="bread-basket-list">GT Prime</li>
<p class="list-p">
<strong>Price: </strong>FREE<br>
<strong>Highlights: </strong>
<br>
<strong>Pro-Tip: </strong>
Ask for the A5 wagyu butter with your bread.
</p>
</div>
<div class="food-item">
<li class="bread-basket-list">Bellemore's Hawaiian Rolls</li>
<img id="bread3" src="images/bellemorebread.png">
<p class="list-p">
<strong>Price: </strong>$9<br>
<strong>Highlights: </strong>
This is the best Hawaiian roll you will ever have. The butter
is cultured in house.
</p>
</div>
<div class="food-item">
<li class="bread-basket-list">Gibson's Italian</li>
<img id="bread4" src="images/gibsonsitalianbread.jpg">
<p class="photo-caption">Source: Effie D on Yelp</p>
<p class="list-p">
<strong>Price: </strong>FREE<br>
<strong>Highlights: </strong>
Honestly, this bread basket is the simpliest of the bunch.
With that being said, every time I plan on taking a trip to
Gibson's Italian I salvate in anticipation of the bread basket.
<br>
<strong>Pro-Tip: </strong>Order the foie gras butter to dip the
bread in.
</p>
</div>
<div class="food-item">
<li class="bread-basket-list">Trattoria No. 10</li>
<img id="bread5" src="images/orangebutter.png">
<p class="photo-caption">Source: Kailey G on Yelp</p>
<p class="list-p">
<strong>Price: </strong>FREE<br>
<strong>Highlights: </strong>
This orange butter is a game changer.
</p>
</div>
</ol>
</div>
</div>
</section>
<div id="next-article-button">
<button class="btn btn-success"
onclick=" window.open('https://annagingle.github.io/chicago.pro/BestCocktails.html')"><span>Next
Article</span></button>
<br>
</div>
<!--Border-->
<div id="left"></div>
<div id="right"></div>
<div id="top"></div>
<div id="bottom"></div>
<footer>
<p>© 2018-2019 Anna Gingle, respective clients and agencies</p>
</footer>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>