Skip to content

Commit

Permalink
Update floridaresident.html
Browse files Browse the repository at this point in the history
added disney fl res ticket prices;
added universal ticket through dec 18
  • Loading branch information
vinniem19 authored Aug 8, 2024
1 parent b93f76e commit 05e2530
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion floridaresident.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<html>
<head>
Expand All @@ -7,7 +8,7 @@
<meta name="keywords" content="disney, vacation, universal, orlando, guide, sea world, hotel, resort, Florida, Walt Disney World, Disney, Universal, Sea World, EPCOT, Animal Kingdom, theme park">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="../assets/css/style.css">
</head>

<body>
Expand Down Expand Up @@ -71,5 +72,20 @@ <h1>Hello and welcome to the Florida Residents Page</h1>
Florida Residents get great discounts at the theme parks and local attractions here in Central Florida. There are even discounts at area hotels and resorts. In this section of the site, we will show you a listing of some of the more popular discounts you can get.
</p>
</div>
<!-- Discounts Start Here-->
<div class="row" id="disney-disc">
<h2>Disney Discounts</h2>
<img src="../assets/images/Disney_Discpic.png" alt="disney florida resident discount" id="dis-disc-pic"/>

</div>
<div class="row" id="univ-disc">
<h2>Universal Discounts</h2>
<h3>Unlimited Days Ticket</h3>
<p>Florida Resident pay only $199 per adult and get Unlimited Days from now until December 18, 2024</p>
</div>
<div class="row" id="seaworld-disc">
<h2>Sea World/Busch Gardens Discounts</h2>
<p>Sea World and Busch Gardens have the best value pricing. Therefore, they don't really offer Florida resident discounts; however, if you order an anual pass you can select a monthly payment plan.</p>
</div>
</body>
</html>

1 comment on commit 05e2530

@vinniem19
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to change the file structure to match file structure in Visual Studio Code

Please sign in to comment.