-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
130 lines (124 loc) · 3 KB
/
events.html
File metadata and controls
130 lines (124 loc) · 3 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="Style/WebsiteStyle.css">
<title>FRIAS Kid's Wear | Home</title>
</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">
<br/>
<div id="breadcrumb">
<ul>
<li class="first">You Are Here</li>
<li>»</li>
<li><a href="index.html">Homepage</a></li>
<li>»</li>
<li class="current"><a href="events.html">Events</a></li>
</ul>
</div>
<div class="box">
<h3>Upcoming Events</h3>
<p><img src="Images/Fashion-Show.jpg" class="center"></p>
<table class="event">
<tr>
<td>Fashion show for charity</td>
<td>25th October 2016</td>
</tr>
<tr>
<td>Fashion show for emerging designers</td>
<td>5th November 2016</td>
</tr>
<tr>
<td>Fashion show for new designers</td>
<td>10th November 2016</td>
</tr>
<tr>
<td>Accessories sale</td>
<td>14th November 2016</td>
</tr>
<tr>
<td>Fashion show for Kids beach wear</td>
<td>30th November 2016</td>
</tr>
<tr>
<td>Fashion show for Kids and Mother pair</td>
<td>1st December 2016</td>
</tr>
<tr>
<td>Fashion show for school fundraising</td>
<td>2nd December 2016</td>
</tr>
<tr>
<td>Kids fashion sale</td>
<td>5th December 2016</td>
</tr>
<tr>
<td>Fashion exhibition</td>
<td>12th December 2016</td>
</tr>
<tr>
<td>Christmas and Gala event for sponsors</td>
<td>24th December 2016</td>
</tr>
<tr>
<td>Exclusive membership event</td>
<td>10th January 2017</td>
</tr>
<tr>
<td>Fashion and demo experience</td>
<td>29th January 2017</td>
</tr>
<tr>
<td>Fashion show for kids models</td>
<td>12th February 2017</td>
</tr>
<tr>
<td>Hair styling for children</td>
<td>30th February 2017</td>
</tr>
</table>
<div class="clear"></div>
</div>
<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>