-
Notifications
You must be signed in to change notification settings - Fork 69
/
Stories About Your Restaurant.html
37 lines (33 loc) · 2.93 KB
/
Stories About Your Restaurant.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>CHEF FOOD</title>
<link rel="shortcut icon" href="res/logo.png" type="image/x-icon" />
</head>
<body background="res/bg.png">
<h1 align="center"><a href="chef_food.html"><img align="center" src="res/logo.png" alt="" height="100px" width="100px"/></a>
<font face="Audiowide" size="6" color="#FF6E64">CHEF FOOD</font>
</h1><br /><br />
<hr>
<center>
<a href="chef_food.html"><img src="res/home.png" height="100px" width="100px"></a>
<a href="blogs.html"><img src="res/blogs.png" height="100px" width="100px"></a>
<a href="menu.html"><img src="res/menu.png" height="100px" width="100px"></a>
<a href="gallery.html"><img src="res/gallery.png" height="100px" width="100px"></a>
<a href="food_booking.html"><img src="res/order.png" height="100px" width="100px"></a>
<a href="about_us.html"><img src="res/about_us.png" height="100px" width="100px"></a>
</center>
<hr>
<!-- <h2 align="center"><a href="index.html">HOME</a> <a href="blogs.html">BLOGS</a> <a href="blogs.html">MENU</a> <a href="gallery.html">GALLERY</a> <a href="food_booking.html">BOOK FOOD</a> <a href="about_us.html">ABOUT US</a></h2><hr> -->
<h1 align="center"> <font size="40" face="Great Vibes" color="lightblue"> <u>Stories About Your Restaurant</u></font></h1> <br><br><br>
<font size="35" face="Great Vibes" color="white">
On your main website, you should focus on essential information <br> like address, phone number, reservations & online ordering button, <br> and so on. People who visit your website because they want to dine <br> with you or place an order will seldom want to read a long story <br> about how you build the restaurant from the ground up. Save those <br> kinds of stories for your blog. <br> <br>
A blog is a perfect place for stories because there will always be <br> people who want to learn more about their favorite restaurant. They <br> will feel more connected to it if they can put a face to the name. <br> <br>
That said, as a restaurant owner, write posts about your journey to <br> success, what inspired you to open the restaurant, how you opened it, <br> the challenges you faced along the way, the things you’ve learned, etc. <br> If you have old photos to attach to the blog posts, even better. <br><br>
</font>
<br><br><br><br><br><br><br><br>
<a href="blogs.html"><img src="res/back.png" width="100px" height="100px"></a>
<a href="Customer Testimonials.html"><img align="right" src="res/forward.png" width="100px" height="100px"></a>
</body>
</html>