Title Sponsor 冠名贊助 + |
陳蔭川慈善捐款紀念基金 |
+
Venue Sponsor 場地贊助 |
Thank you for your generous support! 感謝您們的慷慨支持! |
截至2023-5-3 |
diff --git a/2023_en_Sponsorship Form.pdf b/2023_en_Sponsorship Form.pdf new file mode 100644 index 0000000..4308c61 Binary files /dev/null and b/2023_en_Sponsorship Form.pdf differ diff --git a/2023_zh_Sponsorship Form.pdf b/2023_zh_Sponsorship Form.pdf new file mode 100644 index 0000000..595c633 Binary files /dev/null and b/2023_zh_Sponsorship Form.pdf differ diff --git a/AW-logo.jpg b/AW-logo.jpg new file mode 100644 index 0000000..4d8a721 Binary files /dev/null and b/AW-logo.jpg differ diff --git a/Acknowledgement.css b/Acknowledgement.css new file mode 100644 index 0000000..4fc214a --- /dev/null +++ b/Acknowledgement.css @@ -0,0 +1,565 @@ + +/*CSS Setting of Head banner*/ + +.breadcrumbs { + height: 250px; + background-image: url(inner_banner_Play-Rules.jpg); + background-repeat: no-repeat; + background-position: center center; + background-size: cover; +} + +.containerhead{ + height: 250px; +} + +.popin { + font-size: 50px; + font-weight: bold; + color: #FFFFFF; + text-shadow: 2px 2px 12px rgba(0,0,0,1); + display: flex; + align-items: center; + justify-content: center; + height: 100%; + font-family: 'Poppins', 'Microsoft JhengHei', ; +} + +@media screen and (max-width: 576px) { + .popin { + font-size: 40px; + } +} + +/*CSS Setting of Main Content*/ + +.pt-80 { + padding-top: 80px; +} +.pb-5, .py-5 { + padding-bottom: 3rem!important; +} +.type{ + width: 100%; + margin-bottom: 1rem; + color: #212529; + border-collapse: collapse; + text-indent: initial; + border-spacing: 2px; + font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif; + font-size: 14px; + line-height: 24px; +} +.table { + width: 100%; + margin-bottom: 1rem; + color: #212529; + border-collapse: collapse; + text-indent: initial; + border-spacing: 2px; + font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif; + font-size: 14px; + line-height: 24px; +} + +.main-section p { + color: #6b551e; + font-size: 14px; + line-height: 24px; +} + +.about-img { + text-align: center; +} + +.about-img img { + max-width: 100%; + height: auto; +} +/*------------------------------------------------------------------------------------------*/ +/* CSS Setting of Header*/ +h6 { + color: #531e68 !important; + font-weight:bold; + text-align: center; + font-size: 16px; + height: 45px !important; + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; +} +.htitle { + font-size: 19px; + color: #a59561; + font-weight: bold; + text-align: center; + line-height: 1.2; + font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif; +} + +.logo img{ + width: 100%; /* 調整最大寬度 */ + margin-bottom: 20px; + +} + +.logo2 img{ + width: 98%; /* 調整最大寬度 */ +} + +.login-btn a { + font-size: 14px; + color: #444; + background-color: #ffffff; + border-color: #ffffff; + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; + font-weight: 700; + padding: 10px,10px; +} + +.login-btn a:hover { + color: #fff; + background-color: #570404; + border-color: #570404; +} + + +@media screen and (max-width: 576px) { + .header-center .col-xl-3 { + display: flex; + justify-content: center; + align-items: center; + } + .header-center .col-xl-6 { + text-align: center; + } + .header-center .col-xl-6 .htitle { + font-size: 18px; + } + .header-center .col-xl-3:last-child { + display: flex !important; + } + .header-center .col-xl-3:last-child .logo2 { + margin-right: -30px; + } + .header-center .col-xl-3:last-child .login-btn { + margin-left: 0px; + } + .logo2 img{ + width: 60%; + } +} + +/* CSS Setting of NAVBAR*/ + +.navbar-wrapper { + margin-bottom: 0; +} + +.navbar { + background-color: #f39800 !important; + padding-top: 0; + padding-bottom: 0; +} + +.navbar-toggler { + background-color: none; + color: #fff !important; + border: none; + margin: auto; +} + +.navbar-toggler:focus, .navbar-toggler:active { + outline: none; + border: none; + box-shadow: none; +} + +.table { + width: 100%; + color: #212529; +} + +.navbar .navbar-nav .nav-link { + color: #531e68 !important; + font-weight: bold; + text-align: center; + font-size: auto; + height: auto !important; + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; +} + +.navbar-nav .nav-item { + margin-right: 10px; + padding-top: 5px; + letter-spacing: 1px; + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; +} + +.navbar-nav .nav-item:hover { + background-color: #fede82; +} + +.navbar-nav .nav-item:hover a { + color: #000000 !important; +} +.navbar-nav .nav-item:hover a { + color: #0f357b !important; +} +.dropdown-menu { + background-color: #fede82; + border-radius: 0; +} +.dropdown-menu :hover { + background-color: #fdd000; +} + + +/* CSS Setting of Carousel*/ + + +.carousel-caption { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + text-align: left; + width: 70%; + height: 50%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.carousel-caption h1 { + font-family: 'Nunito Sans', sans-serif; + font-size: 4rem; + font-weight: 700; + line-height: 1.2; + text-shadow: 2px 2px 2px black; +} + +.carousel-caption h4 { + font-family: 'Nunito Sans', sans-serif; + font-size: 2rem; + font-weight: 700; + color: yellow; + line-height: 1.2; + text-shadow: 2px 2px 2px black; +} + +/* Responsive */ +@media (max-width: 1500px) { + /* CSS Setting of Carousel*/ + + + #carouselExampleCaptions .carousel-item img { + height: 300px; + object-fit: cover; + } + .carousel-caption { + width: 90%; + height: 50%; + top: 50%; + } + .carousel-caption h1 { + font-family: 'Nunito Sans', sans-serif; + font-size: 40px; + font-weight: 700; + line-height: 1.2; + } + .carousel-caption h4 { + font-family: 'Nunito Sans', sans-serif; + font-size: 2rem; + font-weight: 700; + line-height: 1.2; + } + + } + +/* CSS Setting of Subscrib-are*/ +.btn { + margin-left: 10px; + margin-right: 10px; +} +/* Boostrap Buttons Styling */ +input[name="flexRadioDefault"] { + accent-color: rgb(53, 54, 105); +} +.btn-default { + font-family: Raleway-SemiBold; + font-size: 13px; + font-weight: bold; + background: rgb(247, 220, 70); + color: rgba(34, 32, 44, 0.75); + letter-spacing: 1px; + line-height: 15px; + border: 2px solid rgba(108, 89, 179, 0.75); + border-radius: 40px; + transition: all 0.3s ease 0s; + border: 2px solid rgba(55, 154, 161, 0.75); +} + +.btn-default:hover { + color: #FFF; + background: rgba(128, 28, 50, 0.75); + +} + + +.purple-type{ + color: #6C3483; + font-weight: bold; + margin-bottom: 20px; + font-size: large; +} +.subscrib-area { + background-color:#e88600; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + padding: 40px; +} + +.subscrib-area h2 { + font-size: 1.5rem; + color: #6C3483; + font-weight: 700; + margin-bottom: 20px; +} + +.subscrib-area a { + background-color: #fff; + color: #6C3483; + border: 2px solid #6C3483; + border-radius: 100px; + padding: 8px 30px; + font-size: 14px; + font-weight: 500; + transition: all 0.3s ease; +} + +.subscrib-area a:hover { + background-color: #6C3483; + color: #fff; +} + +@media screen and (max-width: 576px) { + .c-center { + justify-content: center !important; + text-align: center !important; + } + .c-right { + justify-content: flex-end !important; + text-align: right !important; + } +} + +.subscrib-area h2 { + font-size: 1.8rem; + color: #6C3483;; + font-weight: 700; +} + + +/*CSS Setting of About Section */ +.aboutsection { + padding: 80px 0; +} + +.about-contants { + text-align: left; + max-width: 600px; +} + + + +h1,h2,h3,h4,p{ + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; +} + + +.hcolorhtitle2 { + color: #a59561; + font-size: 1.5rem; + font-weight: 700; + margin-bottom: 5px; +} + +.hcolor{ + color: #a59561; + font-size: 1.3rem; + letter-spacing: 1px; +} + +.highcolorbfont { + color: #9b0e79; + font-size: 1.1em; + font-weight: 700; + letter-spacing: 1px; +} + +.highcolorbfont2 { + color: #9b0e79; + font-size: 1.1em; + font-weight: 800; + letter-spacing: 1px; +} + +.bfont { + font-size: 1.1em; + line-height: 1.6; + margin-bottom: 15px; + color: #5c5031; + font-weight: 700; + letter-spacing: 1px; +} + +.t-justify { + text-align: justify; +} + +.blinks { + color: #bf7d26; + text-decoration: none; +} + +/*CSS Setting of Highlight Section */ + +.service-img img { + max-width: 100%; /* 讓圖片可以自適應父元素的寬度 */ + height: auto; /* 保持圖片比例不變 */ + display: block; /* 設定圖片為 block-level 元素,讓上下 margin 可以奏效 */ + margin: 0 auto; /* 水平置中 */ +} +.service-contents { + display: flex; + align-items: flex-start; + margin-top: 0px; + padding-top: 0px; +} + +.service-content a { + flex-grow: 1; + padding-left: 20px; + padding-top: 10px; + font-size: 20px; + font-weight: 700; + line-height: 1.2; + margin-bottom: 10px; + display: block; + color: #577f38; + font-family: Poppins, "Microsoft JhengHei"; + text-decoration: none; +} +.service-content .popinsize2 { + font-size: 14px; + line-height: 0.7; + font-weight: 100; +} + +/*Hover Effect*/ + +.service-icon { + color: #e88600; + position: relative; + font-size: 30px; + padding: 10px; + + margin-bottom: 30px; +} + +.service-icon:hover i { + color: white; +} +.service-item:hover .service-icon .service-bg { + opacity: 1; +} +.service-item:hover .service-icon i { + color: white; +} +.service-item:hover .service-content { + color: white; +} + +.service-bg { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 150%; + opacity: 0; + background-image: url('bg2.png'); + background-repeat: no-repeat; + background-size:cover; + background-position: center; + z-index: -1; + transition: opacity 0.3s ease-in-out; +} + +/*CSS Setting of Footer*/ +.black-bg { + background-color: #a59561; + color: #fff; + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; + font-size: 14px; + line-height: 24px; +} + +.social { + display: flex; + flex-wrap: wrap; + justify-content: center; + margin-bottom: 30px; +} +.social ul { + display: flex; + flex-wrap: wrap; + justify-content: center; + list-style: none; + margin: 0; + padding: 0; +} +.social ul li { + margin-right: 20px; +} + +.copyright, .links { + font-size: 14px; + color: inherit; + text-decoration: none; +} + +.links:hover { + color: #f4d442; + text-decoration: none; +} +tr { + display: table-row; + vertical-align: inherit; + border-color: inherit; +} +td.sc { + text-align: center; + font-size: 11pt; + padding: 10px 0; + font-family: Roboto; + font-weight: bold; + color: #a73800; + vertical-align: middle; + +} +td { + display: table-cell; + text-align: center; + color: #9b7b29; + font-weight: bold; +} + +td.sc-head-b { + color: #bb00bb; + text-align: center; + font-weight: bold; + font-size: 20px; + font-style: italic; +} diff --git a/Acknowledgement.html b/Acknowledgement.html new file mode 100644 index 0000000..dcca675 --- /dev/null +++ b/Acknowledgement.html @@ -0,0 +1,208 @@ + + +
+ + + + + + + + + + + + + + + + +Title Sponsor 冠名贊助 + |
陳蔭川慈善捐款紀念基金 |
+
Venue Sponsor 場地贊助 |
Thank you for your generous support! 感謝您們的慷慨支持! |
截至2023-5-3 |
Title Sponsor 冠名贊助 + |
陳蔭川慈善捐款紀念基金 |
+
Venue Sponsor 場地贊助 |
Thank you for your generous support! 感謝您們的慷慨支持! |
截至2023-5-3 |
聯席主席 | |
---|---|
呂元祥博士 | 呂元祥建築師事務所主席 香港浸會大學基金董事局副主席 |
王國強博士工程師,GBS,JP,FHKEng | 金城營造集團主席 香港浸會大學基金董事局副主席 兼企業家委員會聯席主席 |
副主席 | |
林柏如先生 | 威勁製衣廠有限公司 Merchandising Director |
劉百成先生 | 金鉑士控股有限公司董事總經理 香港浸會大學基金校友委員會委員 |
梁永祥教授,GBS,JP | 法律援助服務局主席 香港浸會大學基金董事局成員 |
蘇永乾院士 | 澤聯置業有限公司董事長 |
孫少文博士,BBS,JP | SML 集團創辦人 香港浸會大學基金董事局成員 兼企業家委員會聯席主席 |
委員 | |
陳鄭惠蘭女士 | 香港浸會大學發展事務處總監 香港浸會大學基金秘書長 |
李惠儀博士 | 香港浸會大學校友事務處總監 |
莫振聲先生 | 建益國際(香港)有限公司董事 |
伍家廉先生 | 前香港電台第五台節目總監 |
Co-Chairmen | |
---|---|
Dr. Ronald Lu | Chairman of Ronald Lu & Partners Vice-Chairman of the Board of Governors of the HKBU Foundation |
Ir Dr. K.K. Wong, GBS, JP, FHKEng | Chairman of Kum Shing Group Vice-Chairman of the Board of Governors and Co-Chairman of the Entrepreneur Committee of the HKBU Foundation |
Vice-Chairmen | |
Mr. Nelson Lam | Merchandising Director of Great Power Garment Ltd. |
Mr. Lau Pak-shing | Managing Director of Compass Holdings Ltd. Member of the Alumni Committee of the HKBU Foundation |
Prof. William Leung, GBS, JP | Chairman of Legal Aid Services Council Member of the Board of Governors of the HKBU Foundation |
Mr. So Wing-kin | Managing Director of Glad Link Properties Ltd. |
Dr. Simon Suen, BBS, JP | Founder of SML Group Member of the Board of Governors and Co-Chairman of the Entrepreneur Committee of the HKBU Foundation |
Members | |
Mrs. Lily Chan | Director of University Advancement of HKBU and Secretary-General of the HKBU Foundation |
Dr. Melanie Lee | Director of Alumni Affairs, HKBU |
Mr. Jason Mok | Director of Kennex (Hong Kong) Ltd |
Mr. Eric Ng | Former Head Radio 5 of RTHK |
香港哥爾夫球會粉嶺會所伊甸場
賽制:新新貝利亞比桿賽
香港浸會大學今年將於粉嶺香港哥爾夫球會舉行「香港浸會大學.雅獅威高爾夫球日2023—浸大高球二十周年慈善盃」,藉此為「 + 香港浸會大學基金」 + 籌募款項,用以支持大學的策略發展,尤其是為提升研究實力而成立的六所跨學科研究實驗室,亦資助經濟有困難的學生參與「大灣區延伸學習計劃」,增進他們對大灣區社會和就職的了解和競爭力。 + 此活動亦讓大學教職員、校友及各界友好聚首一堂,切磋球技,增進友誼。
+歡迎參賽者以個人或隊伍(公司或團體)名義參賽,競逐個人或團隊獎項。2023年9月8日(星期四)或之前參賽贊助將可享早報折扣優惠。
+如欲了解更多資料,請瀏覽本網站其他分頁。謝謝。
+Eden Course, The Hong Kong Golf Club, Fanling, N.T.
Format of Play: New New Peoria System
Hong Kong Baptist University will organise HKBU.ASHWORTH Golf Day 2023 - HKBU Golf Day 20th Anniversary Charity Cup at The Hong Kong Golf Club in Fanling this year. The event aims to raise funds for the " + Hong Kong Baptist University Foundation" + in support of the University’s strategic development, particularly the six interdisciplinary research laboratories for expanding research strengths, and the provision of scholarships for the needy students to participate in the “Extended Study Programme” in Greater Bay Area (GBA), to enhance their understanding of and future competitiveness in the GBA. + The event also provides a valuable opportunity for participants to meet old friends and make new acquaintances whilst golfing in a delightful and relaxing setting.
+You are welcome to participate in the Golf Day on an individual or a team basis and your team can be named after a corporation, an organisation or an association.Payment by 8 September 2023 (Friday) will enjoy an Early Bird Discount.
+For more details, please visit the other sections of this website. Thank you.
+日期 2023年12月1日(星期五) |
發球時間 早場比賽 - 7:30 a.m. 午場比賽 - 12:45 p.m. |
地點 香港哥爾夫球會 粉嶺會所 伊甸場 |
賽制 新新貝利亞比桿賽 |
晚宴及頒獎地點 會所池畔宴會廳 |
聯絡 香港浸會大學 發展事務處 |
電話號碼 3411-7789(温小姐)或 3411-7750(謝小姐) |
電郵地址 golfday@hkbu.edu.hk |
備註:參賽贊助費用包括果嶺費、球車費(二人同車)、樽裝水、三文治(只供給早場參賽者)、早午餐、自助晚餐及紀念品。
+6:30 a.m. 起 | 早場參賽者抵達球會球僮主管處及大會接待處登記 |
---|---|
7:15 a.m. | 早場參賽者由第1洞出發到個別開球球洞 |
7:30 a.m. | 鳴槍聲響起後,早場參賽者開始比賽,直至完成18個球洞為止 |
10:00 a.m. 起 | 午場參賽者抵達球會球僮主管處及大會接待處登記 |
11:00 a.m. - 2:00 p.m. | 所有參賽者享用早午餐 |
12:00 n.n. | 所有參賽者於第1洞拍攝團體照 |
12:05 p.m. | 捐款支票致送儀式 |
12:15 p.m. | 開球禮 |
12:30 p.m. | 午場參賽者由第1洞出發到個別開球球洞 |
12:45 p.m. | 鳴槍聲響起後,午場參賽者開始比賽,直至完成18個球洞為止 |
5:45 p.m. - 6:45 p.m. | 餐前酒會 |
6:45 p.m. - 8:30 p.m. | 自助晚餐、頒獎典禮、無聲拍賣及抽獎 |
Date: 1 December 2023 (Friday) |
Tee-off Time: Morning session – 7:30 a.m. Afternoon session – 12:45 p.m. |
Venue: Eden Course, The Hong Kong Golf Club, Fanling |
Format of Play: New New Peoria System |
Venue for Dinner & Prize Giving:
+ Clubhouse Poolside Dining Room |
Contact: University Advancement Office, Hong Kong Baptist University |
Telephone No.: 3411-7789 (Brenda) or 3411-7750 (Tobey) |
Email Address: golfday@hkbu.edu.hk |
Remarks: Sponsorships for participation will include green fees, golf cart fees (2 persons share 1 golf cart), bottled water, sandwich packs (for morning golfers only), brunch, buffet dinner and souvenirs.
+6:30 a.m. onwards | Morning Golfers – Registration at the Caddie Master and Registration Counter |
---|---|
7:15 a.m. | Morning Golfers – Depart from the 1st tee to the respective tee boxes |
7:30 a.m. | Shotgun Start for Morning Golfers, then finish a round of 18 holes |
10:00 a.m. onwards | Afternoon Golfers – Registration at the Caddie Master and Registration Counter |
11:00 a.m. - 2:00 p.m. | Brunch on the Verandah |
12:00 n.n | Group Photo Session on the green of the 1st tee |
12:05 p.m. | Presentation of Donation Cheque |
12:15 p.m. | Ceremonial Tee-off |
12:30 p.m. | Afternoon Golfers – Depart from the 1st tee to the respective tee boxes |
12:45 p.m. | Shotgun Start for Afternoon Golfers, then finish a round of 18 holes |
5:45 p.m. - 6:45 p.m. | Pre-dinner Cocktail |
6:45 p.m. - 8:30 p.m. | Buffet Dinner followed by Prize Giving Ceremony, Silent Auction and Lucky Draws |