-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added disney fl res ticket prices; added universal ticket through dec 18
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
|
@@ -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> | ||
|
@@ -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> |
05e2530
There was a problem hiding this comment.
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