-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (101 loc) · 7.14 KB
/
index.html
File metadata and controls
110 lines (101 loc) · 7.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Virginia</title>
<link href="mainpage-stylesheet.css" rel="stylesheet">
</head>
<body>
<header class="title"><h1>Virginia</h1></header>
<div class="parent-container">
<aside>
<div class="flex-container1 aside">
<div><img src="https://cdn.britannica.com/40/4940-050-4FE93AA0/Flag-Virginia.jpg" alt="Virginia's Flag" class="flex-aside"></div>
<div><img src="https://statesymbolsusa.org/sites/default/files/primary-images/pairnortherncardinals.jpg" alt="Virginia's Bird" class="flex-aside"></div>
</div>
</aside>
<section>
<div class="flex-container2">
<div class="sec">
<h2>History</h2>
<p>Being located on the southeastern side of the United States, Virginia state shows a mix of urban, suburban, and rural areas. Virginia, often called the ‘Old Dominion’ or the ‘State for Lovers,’ boasts a population of 8,811,195⁵. This nickname ‘Old Dominion’ stems from its steadfast loyalty to the exiled King Charles II during the Puritan Commonwealth and Protectorate¹. As one of the original 13 colonies, Virginia holds a rich historical legacy that continues to shape its identity.¹</p>
<p> The state is famous for being the home of several U.S. presidents, including George Washington, Thomas Jefferson, and James Madison².</p> <br>
</div>
<div>
<table class="info-table">
<tr>
<td><h2>Flag Sybmolism</h2></td>
<td>
<p>The state’s flag (pictured to the left) features the state seal of Virginia , which portrays the Roman goddess Virtus, representing virtue, holding a sword and a spear³.</p>
</td>
<td><img src="Virginia's State seal.png" alt="Virginia's State Seal"></td>
</tr>
<tr>
<td><h2>Bird & Flower</h2></td>
<td>
<p>The state’s bird(pictured on the left) is the northern cardinal, and the state flower is the American dogwood⁴.</p>
</td>
<td><img src="Dogwood Flower.jpg" alt="Dogwood Flowers""></td>
</tr>
<tr>
<td><h2>Attraction <span class="sub">Monticello</span></h2></td>
<td>
<p>Discover the beauty and history of Monticello, Thomas Jefferson's iconic home. From its breathtaking architecture to its serene gardens, orchards, and vineyards, the estate offers a captivating experience. Exhibits illuminate the story of the Declaration of Independence, Jefferson's remarkable achievements, and the often-overlooked lives of the enslaved people who shaped Monticello's history. </p>
</td>
<td><img src="Monticello.jpeg" alt=""></td>
</tr>
<tr>
<td><h2>Attraction <span class="sub">Shenandoah National Park<span></h2></td>
<td rowspan="2">
<p>Discover breathtaking vistas and countless adventures in this national park. Whether you choose a leisurely 105-mile drive or explore the park's 500+ miles of trails, you'll be rewarded with stunning views, cascading waterfalls, and historic sites like the Shenandoah Valley.</p>
</td>
<td>
<p>Get a sneak peek of the park in the video below.</p>
</td>
</tr>
</table>
</div>
</div>
</section>
</div>
<iframe src="https://www.youtube.com/embed/1GfyOs__FIg" title="Shenandoah National Park | 4K" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="info"><p>Further information on Virginia's cities and their history is available below.</p></div>
</body>
<nav>
<div class="nav-container">
<div class="nav-item">
<a href="richmond.html">
<img src="https://i.gocollette.com/img/blog-and-news/blog-posts/2023/11/greenbrierminilaunch_blog-img-1.jpg" alt="View of Richmond">
<div class="overhead-txt">Richmond, VA</div>
</a>
</div>
<div class="nav-item">
<a href="roanoke.html">
<img src="https://res.cloudinary.com/simpleview/image/upload/v1465401290/clients/roanoke/Downtown_Roanoke_Skyline_57425d0b-b199-4cfe-86f8-001d4ee11ef3.jpg" alt="View of Roanoke">
<div class="overhead-txt">Roanoke, VA</div>
</a>
</div>
<div class="nav-item">
<a href="arlington.html">
<img src="https://assets.simpleviewinc.com/simpleview/image/upload/c_fill,f_jpg,h_314,q_65,w_640/v1/clients/virginia/arlington_7282b617-8977-47a1-a24a-a774abe2ad88.jpg" alt="View of Arlington">
<div class="overhead-txt">Arlington, VA</div>
</a>
</div>
<div class="nav-item">
<a href="questionform.html">
<img src="https://cdn.pixabay.com/photo/2016/11/14/15/13/black-1823790_640.jpg" alt="Black background with a middle white spotlight">
<div class="overhead-txt">Questions</div>
</a>
</div>
</div>
</nav>
<footer>
<p>© 2025 Resources:
<a href="https://www.history.com/topics/us-states/virginia" target=”_blank”>¹History</a>
<a href="https://www.britannica.com/place/Virginia-state" target=”_blank”>²Britannica</a>
<a href="https://thefactfile.org/virginia-facts/" target=”_blank”>³The Fact File</a>
<a href="https://kids.nationalgeographic.com/geography/states/article/virginia" target=”_blank”>⁴National Geographic</a>
<a href="https://www.census.gov/quickfacts/fact/table/VA/PST045224" target="_blank">⁵Census</a>
</p>
</footer>