-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlisticle.html
94 lines (85 loc) · 4.42 KB
/
listicle.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Stanford: 4 on-campus beverages you should be drinking</title>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro|Roboto+Slab" rel="stylesheet">
<link rel="stylesheet" href="css/listicle-style.css"/>
</head>
<body>
<header>
<div id="title-text">
<h1>Stanford: 4 on-campus beveranges you should be drinking</h1>
</div>
</header>
<div id="profile">
<div id="profile-pic"> </div>
<div id="profile-text" >
<strong> Victoria Kirst </strong> <br/>
<i> Last updated Apr 7, 2017 </i>
</div>
</div>
<section>
<div class="content">
<b><span class="pnumber">1.</span>Italian soda at Bytes</b>
<ul>
<li type="none"><a href="https://goo.gl/maps/EjneHBEPksw"> 350 Serra Mall, Stanford, CA</a></li>
</ul>
<div class="texts">
When's the last time you've had an Italian soda? It had been a while for me, but Iwanted to join my friend
for a non-caffeinated beverage at Bytes and Ibecame reaquainted with the combination of fizzy water and
articial fruit syrup. Italian sodas are not so sweet as a normal soda and not so boring as a flavored
carbonated water. The Italian sodas at bytes also have cream in them (or maybe they do if you ask; I
haven't tried), which makes it a nice coffee shop alternative for the times when you're feeling a refreshing
drink that doesn't have caffeineor milk.
<p><b>Recommendation:</b> Raspberry Italian soda</p>
</div>
<div><img src="images/italian-soda.jpg"></div>
<div class="parag_break"></div>
<b><span class="pnumber">2.</span>Bubble tea at Pop Tea Bar</b>
<ul>
<li type="none"><a href="https://goo.gl/maps/3jHRC2umZCy"> 456 Cambridge Ave, Palo Alto, CA</a></li>
</ul>
<div class="texts">
When your boba craving strikes, head over to Pop Tea Bar, a cute little bubble tea shop on Cambridge
Avenue. The menu is your standard buble tea fare with nothing too adventurous on the menu -- on
bubble tea floats, for wxample -- but the tapioca is fresh, the service is fast, and the tea is smooth and
delicious! They have little bites to eat too, like popcorn chicken and eggrolls, in perfect snack-size portions.
There's not too much seating, but there's a cute outdoor area in the back for warmer days.
<p>Pop Tea Bar isn't exactly on camous, but the Marguerite has got you covered. Ride the 1050A to California
and El Camino and it's a short walk from there. (11 minutes total from the Gates Computer Science
Building!)
</p>
<p><b>Recommendation:</b> Classic Milk Tea with tapioca + an order of popcorn chicken.</p>
</div>
<div><img src="images/boba.jpg"></div>
<div class="parag_break"></div>
<b><span class="pnumber">3.</span>Latte at CoHo</b>
<ul>
<li type="none"><a href="https://goo.gl/maps/jaov5FhK5852">459 Lagunita Dr, Stanford, CA</a></li>
</ul>
<div class="texts">
I can't tell you whether CoHo has a particularly amazing Vanilla Bean Latte, only because CoHo is the only
place I've ever ordered a Vanilla Bean Latte from. I'm not even totally sure I know what a Vanilla Bean Latte
is supposed to taste like. What I do know is the Vanilla Bean Latte I ordered on a whim from CoHo was delicious.
<p><b>Recommendation:</b> Vanilla Bean Latte</p>
</div>
<div><img src="images/coho-coffee.jpg"></div>
<div class="parag_break"></div>
<b><span class="pnumber">4.</span>Agua Fresca at Nexus Cafe</b>
<ul>
<li type="none"><a href="https://goo.gl/maps/jaov5FhK5852">459 Lagunita Dr, Stanford, CA</a></li>
</ul>
<div class="texts">
Nexus Cafe has a lot tasty things packed into its cafeteria space, including agua fresca! Grab a cup of this
fresh and fruity beverage before you head to the check out line. Nexus Cafe has plenty of indoor and
outdoor seating, too, so on the next sunny day, take a break on the patio with a cup of agua fresca, and maybe a burrito.
<p><b>Recommendation:</b> Agua Fresca</p>
</div>
<div><img src="images/nexus-cafe.jpg"></div>
</div>
</section>
</body>
</html>