-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ishaan’s Network Trace</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section class="NYC">
<main class="newyork">
<div class="text">
<h1>New York City</h1>
<p> 149.31.160.9</p>
</div>
<img src="assets/New-York-Map-Feature.jpg" alt="NYC Map">
</main>
<main class="newyork2">
<p>
Times Square is named after the New York Times. It was originally called Longacre Square until the Times moved there in 1904.
</p>
<p>The city’s actual name has an interesting story behind it and one of its nicknames does too.
A ‘Big Apple’ referred to prizes awarded at horse racing events in the 1920s.
Since the term meant “the ultimate” prize or “the best”, many musicians and journalists started referring to New York with this name.</p>
<p>
New York Is The Birthplace Of LGBTQ+ Rights In The USA
</p>
<p>The First Pizzeria In The USA Opened In New York City</p>
</main>
</section>
<section class="NYC Cupertino">
<main class="newyork">
<div class="text">
<h1>Cupertino</h1>
<p> 17.1.146.86</p>
</div>
<img src="assets/CupertinoMap.png" alt="Cupertino Map">
</main>
<main class="newyork2">
<p>Almost all of the land within Cupertino’s present-day boundaries was covered by prune, plum, apricot, and cherry orchards.</p>
<p>
The 11th wealthiest state in the country
</p>
<p>The “Cupertino Effect” is a term when autocorrect replaced a misspelled word with the incorrect word.
</p>
<p> Cupertino was named after St. Joseph of Cupertino an Italian born Franciscan friar who was said to have the ability to levitate.</p>
</main>
</section>
</body>
</html>