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
131
|
<!DOCTYPE html> <html dir="ltr" lang="zh-HK">
<head> <?php include 'inc/metahead.php';?> <title>「飛越品牌大獎」- 籌備委員會</title> </head>
<body class="stretched">
<!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix">
<!-- Header ============================================= --> <?php include 'inc/header.php';?>
<section id="page-title" style="background-image: url('../images/banner_sub.jpg?v=2021');" class="background-title"> <div class="container clearfix"> <h1 class="colorFFF m0">籌備委員會</h1> <ol class="breadcrumb"> <li><a href="#">主頁</a></li> <li class="active">籌備委員會</li> </ol> </div>
</section>
<!-- Content ============================================= --> <section id="content">
<div class="content" style="padding-bottom:0;">
<div class="container clearfix mt-40">
<div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>籌備委員會</span></h3> </div>
<!-- <table class="table table-condensed table-striped"> <tbody> <tr class="staraward-bgc"> <th class="col-sm-3">姓名</th> <th class="col-sm-3">職位</th>
</tr>
<tr> <td>葉笑彤女士</td> <td>主席</td>
</tr> <tr> <td>霍俊文先生</td> <td>委員</td>
</tr> <tr> <td>陳美真女士</td> <td>委員</td>
</tr> <tr> <td>林蘆先生</td> <td>委員</td>
</tr> <tr> <td>黃志雄先生</td> <td>委員</td>
</tr> <tr> <td>盧穎瑤女士</td> <td>委員</td>
</tr> <tr> <td>黃啟邦先生</td> <td>委員</td>
</tr> <tr> <td>林國彬先生</td> <td>委員</td>
</tr> <tr> <td>徐斌先生</td> <td>委員</td>
</tr>
</tbody> </table>-->
</div> </div>
</section><!-- #content end -->
<!-- Footer ============================================= --> <?php include 'inc/footer.php';?> <!-- #footer end -->
</div><!-- #wrapper end -->
<!-- Go To Top ============================================= --> <div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts ============================================= --> <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript" src="../js/plugins.js?v=1.22"></script>
<!-- Footer Scripts ============================================= --> <script type="text/javascript" src="../js/functions.js?v=1.22"></script> <script type="text/javascript"> $('nav ul > li.lv01:nth-child(2)').addClass('current'); </script>
</body>
</html>
|