-
Notifications
You must be signed in to change notification settings - Fork 0
/
successes.html
32 lines (31 loc) · 2.36 KB
/
successes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/styles.css">
<script type="text/javascript" src="scripts/main.js"></script>
<title>Greenwood Ethnographies</title>
</head>
<body class="good">
<header><a class="link__switch__bad" href="shortcomings.html">what's bad?</a></header>
<a href="index.html"><h1>linkNYC</h1></a>
<!--POPUP Section-->
<div class="popup__a" onmouseover="ethnographyPopUpA()" onmouseout="ethnographyPopUpA()">02
<span class="popuptext__a" id="greenwood-ethnography-a">A number of users noted enjoying the <em>train time displays</em> on the advertising screens. None had used the kiosks themselves to check this information.</span>
</div>
<div class="popup__b" onmouseover="ethnographyPopUpB()" onmouseout="ethnographyPopUpB()">00
<span class="popuptext__b" id="greenwood-ethnography-b">Most users like the <em>charging port</em>. There are even some who claim it's changed the neighborhood for them in the summer by letting them play music all night if they wanted to!</span>
</div>
<div class="popup__c" onmouseover="ethnographyPopUpC()" onmouseout="ethnographyPopUpC()">01
<span class="popuptext__c" id="greenwood-ethnography-c">Many New Yorkers love the ability to <em>call anywhere in the world for free</em>. Some Dominican-Americans noted dropping by frequently to place calls home, even lining up on Sundays.</span>
</div>
<div class="popup__d" onmouseover="ethnographyPopUpD()" onmouseout="ethnographyPopUpD()">03
<span class="popuptext__d" id="greenwood-ethnography-d">Humans, advertisement panels, and all sorts of other urban objects <em>lean against</em> LinkNYC kiosks across the city. On the low these things are holding up New York...</span>
</div>
<div class="popup__e" onmouseover="ethnographyPopUpE()" onmouseout="ethnographyPopUpE()">04
<span class="popuptext__e" id="greenwood-ethnography-e">A variety of users noted using the LinkNYC tablets to <em>watch videos</em>, despite having smart phone devices they could use for the same function. They prefered the slightly larger screens and being able to use their phones for other things while watching.</span>
</div>
</body>
</html>