-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlisticle.html
74 lines (65 loc) · 4.05 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
<!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="pagetitle">
Stanford: 4 on-campus beverages you should be drinking
</div>
</header>
<img id="vrk" src="images/vrk.png" />
<div id="profile_text">
Victoria Kirst<br>
<span>Last updated Apr 7, 2017</span><hr>
</div>
<div class="a">
<div>
<span id="number">1.</span>
<span>Italian soda at Bytes</span><br>
<a href="https://goo.gl/maps/EjneHBEPksw">350 Serra Mall, Stanford, CA</a>
<p>
When's the last time you've had an Italian soda? It had been a while for me, but I wanted to join my friend for a non-caffeinated beverage at Bytes and I became reaquainted with the combination of fizzy water and artificial 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 no 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 caffeine or milk.
</p>
<strong>Recommendation: </strong><a id="r">Raspberry Italian soda</a>
<img src="images/italian-soda.jpg" />
</div>
<div>
<span id="number">2.</span>
<span>Bubble tea at Pop Tea Bar</span><br>
<a href="https://goo.gl/maps/3jHRC2umZCy">456 Cambridge Ave, Palo Alto, CA</a>
<p>
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 bubble tea fare with nothing too adventurous on the menu -- no bubble tea floats, for example -- 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>
<strong>Recommendation: </strong><a id="r">Classic Milk Tea with tapioca + an order of popcorn chicken.</a>
<img src="images/boba.jpg" />
</div>
<div>
<span id="number">3.</span>
<span>Latte at CoHo</span><br>
<a href="https://goo.gl/maps/jaov5FhK5852">459 Lagunita Dr, Stanford, CA</a>
<p>
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>
<strong>Recommendation: </strong><a id="r">Vanilla Bean Latte</a>
<img src="images/coho-coffee.jpg" />
</div>
<div>
<span id="number">4.</span>
<span>Agua Fresca at Nexus Cafe</span><br>
<a href="https://goo.gl/maps/WzJZx183auA2">318 Campus Drive, Stanford, CA</a>
<p>
Nexus Cafe has a lot of 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>
<strong>Recommendation: </strong><a id="r">Agua Fresca</a>
<img src="images/nexus-cafe.jpg" />
</div>
</div>
</body>
</html>