-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (74 loc) · 2.19 KB
/
index.html
File metadata and controls
81 lines (74 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="Style/WebsiteStyle.css">
<title>FRIAS Kid's Wear | Home</title>
<meta charset="utf-8"/>
<meta name="keywords" content="kids wear, kids clothes, fashion">
</head>
<body>
<div id="ContentBackground">
<img src="Images/logo.png" width="100%">
<div id="tagline_right">
<p>Phone: +65-44446677 | Mail: <a href="mailto:frias@gmail.com">frias@gmail.com</a></p>
<p id="tagline_right"><a href="payment.html"><h3>Payment</h3></a></p>
</div>
<table align="center">
<tr>
<td>
<a href="index.html">Home</a>
</td>
<td>
<a href="aboutus.html">About Us</a>
</td>
<td>
<a href="products.html">Products</a>
</td>
<td>
<a href="cafe.html">Café</a>
</td>
<td>
<a href="events.html">Events</a>
</td>
<td>
<a href="service.html">Service</a>
</td>
<td>
<a href="faq.html">FAQ</a>
</td>
<td>
<a href="contactus.html">Contact Us</a>
</td>
</tr>
</table>
<div id="Content">
<p><img src="Images/home.jpg" width="900"></p>
<article class="box" id="index_features">
<div class="block">
<h2>FRIAS</h2>
<p>FRIAS is a Kids Wear fashion outlet that aims to provide the highest quality, and most comfortable clothes for kids of all ages.<br/>
<a href="aboutus.html" class="read_more">Read More</a>
</p>
</div>
<div class="block">
<h2>FRIAS Products</h2>
<p>Shop online for kids wear, shoes, clothes, products etc. and make online shopping for kids more interesting.<br/>
<a href="products.html" class="read_more">Read More</a>
</p>
</div>
<div class="block">
<h2>FRIAS Café</h2>
<p>Looking for a new place to have a coffee? A constantly updated index of new Vancouver cafes opening in the next few months.<br/>
<a href="cafe.html" class="read_more">Read More</a></p>
</div>
<div class="clear"></div>
</article>
<footer>
<p id="tagline_left">Copyright © 2016 - All Rights Reserved - Frias Kid's Wear</p>
<p id="tagline_right">Design by CP1406 Group 11</p>
<br class="clear"/>
</footer>
</div>
</div>
</body>
</html>