diff --git a/about.html b/about.html index 00dcdba6..4b439f8c 100644 --- a/about.html +++ b/about.html @@ -5,13 +5,44 @@ Document + + +
+

About Us

+

Locations

+ +

Origin Story

+ About Pic +

Las Vegas, Nevada

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Scelerisque eu ultrices vitae auctor eu augue. Phasellus faucibus scelerisque eleifend donec pretium vulputate sapien nec sagittis. Massa eget egestas purus viverra accumsan in nisl nisi scelerisque. Sagittis id consectetur purus ut faucibus pulvinar. +

\ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index a10489c0..f75d4c4d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -52,6 +52,10 @@ nav a:hover { color: darkred; } +nav { + width: 100%; +} + #banner { width: 100%; height: auto; @@ -65,6 +69,7 @@ nav a:hover { .service { display: inline-block; + text-align: center; background-color: white; border: 5px solid green; border-radius: 5px; diff --git a/contact.html b/contact.html index cb591087..36928057 100644 --- a/contact.html +++ b/contact.html @@ -5,11 +5,29 @@ Document + + +

Hours of Operation

@@ -20,7 +38,13 @@

Hours of Operation

Contact Info

- Phone Number: TBD + Phone Number: (678)999-8212 +

+

+ Email: ThruThePhone@Gmail.com +

+

+ Address: 123 MLK Blvd, Las Vegas, Nevada 89052

diff --git a/index.html b/index.html index 7903335d..140edd4f 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,38 @@ + +
-

H-Thai-ML-Daijon

+

H-Thai-ML-Daijon

+

Its High Thai O'Clock

+
+

Dine In

+
+
+

Take Out

+
+
+

Delivery

+
+
\ No newline at end of file diff --git a/menu.html b/menu.html index c11c29a0..1499faa1 100644 --- a/menu.html +++ b/menu.html @@ -5,54 +5,146 @@ Document + + +
- Appetizers - - Name Price - Chicken Satay $7.95 - Fresh Rolls $6.95 - - Lunch - - Name Price - Panang Curry $9.95 - Red Curry $9.95 - Yellow Curry $8.95 - Tom Ka Soup $8.95 - Tom Yum Soup $8.95 - - Dinner - - Name Price - Pad Thai $10.95 - Pad See Ew $10.49 - Rad Nah $10.49 - - Dessert - - Name Price - Black Sticky Rice Pudding $3.99 - Mango Sticky Rice $5.99 - - Beverages - - Name Price - Thai Iced Coffee $3.49 - Thai Iced Tea $3.49 - Unsweetened Iced Tea $2.49 - - Side Orders - - Name Price - Jasmine rice $1.99 - Brown rice $2.49 - Cucumber Salad $2.99 +

Our Menu

+

Appetizers

+ + + + + + + + + + + + + +
NamePrice
Chicken Satay$7.95
Fresh Rolls$6.95
+

Lunch

+ + + + + + + + + + + + + + + + + + + + + + + + + +
NamePrice
Panang Curry$9.95
Red Curry$9.95
Yellow Curry$8.95
Tom Ka Soup$8.95
Tom Yum Soup$8.95
+

Dinner

+ + + + + + + + + + + + + + + + + +
NamePrice
Pad Thai$10.95
Pad See Ew$10.49
Rad Nah$10.49
+

Dessert

+ + + + + + + + + + + + + +
NamePrice
Black Sticky Rice Pudding$3.99
Mango Sticky Rice$5.99
+

Beverages

+ + + + + + + + + + + + + + + + + +
NamePrice
Thai Iced Coffee$3.49
Thai Iced Tea$3.49
Unsweetened Iced Tea$2.49
+

Side Orders

+ + + + + + + + + + + + + + + + + +
NamePrice
Jasmine rice$1.99
Brown rice$2.49
Cucumber Salad$2.99
\ No newline at end of file