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 @@ + + + + + + + + + + + + + + + + + + + + 香港浸會大學.雅獅威高爾夫球日2023<br>浸大高球二十周年慈善盃 + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

香港浸會大學.雅獅威高爾夫球日2023
浸大高球二十周年慈善盃

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + +
Title Sponsor
冠名贊助
+

Chan Yin Chuen Memorial Charitable Foundation
陳蔭川慈善捐款紀念基金
+ + + + + + +
Venue Sponsor
場地贊助
+ + + + + +
Thank you for your generous support!
感謝您們的慷慨支持!


截至2023-5-3
+ +
+
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Acknowledgement_eng.html b/Acknowledgement_eng.html new file mode 100644 index 0000000..4973907 --- /dev/null +++ b/Acknowledgement_eng.html @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + HKBU.ASHWORTH Golf Day 2023<br>HKBU Golf Day 20th Anniversary Charity Cup + + + + HKBU.ASHWORTH Golf Day 2023<br>HKBU Golf Day 20th Anniversary Charity Cup + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

HKBU.ASHWORTH Golf Day 20233
HKBU Golf Day 20th Anniversary Charity Cup

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + +
Title Sponsor
冠名贊助
+

Chan Yin Chuen Memorial Charitable Foundation
陳蔭川慈善捐款紀念基金
+ + + + + + +
Venue Sponsor
場地贊助
+ + + + + +
Thank you for your generous support!
感謝您們的慷慨支持!


截至2023-5-3
+ +
+
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Artboard 1.png b/Artboard 1.png new file mode 100644 index 0000000..00412c6 Binary files /dev/null and b/Artboard 1.png differ diff --git a/Banner2-Link to video.JPG b/Banner2-Link to video.JPG new file mode 100644 index 0000000..ff3754f Binary files /dev/null and b/Banner2-Link to video.JPG differ diff --git "a/Banner3 \345\212\240\347\253\213\345\215\263\345\240\261\345\220\215.jpg" "b/Banner3 \345\212\240\347\253\213\345\215\263\345\240\261\345\220\215.jpg" new file mode 100644 index 0000000..267c90a Binary files /dev/null and "b/Banner3 \345\212\240\347\253\213\345\215\263\345\240\261\345\220\215.jpg" differ diff --git a/Eden-Scorecard-2021.jpg b/Eden-Scorecard-2021.jpg new file mode 100644 index 0000000..10c2f9e Binary files /dev/null and b/Eden-Scorecard-2021.jpg differ diff --git a/Eng_Banner.png b/Eng_Banner.png new file mode 100644 index 0000000..7c62cd0 Binary files /dev/null and b/Eng_Banner.png differ diff --git a/For 2022 event highlights.JPG b/For 2022 event highlights.JPG new file mode 100644 index 0000000..ee01403 Binary files /dev/null and b/For 2022 event highlights.JPG differ diff --git a/For event gallery.png b/For event gallery.png new file mode 100644 index 0000000..0b02e36 Binary files /dev/null and b/For event gallery.png differ diff --git a/For newspaper supplement.png b/For newspaper supplement.png new file mode 100644 index 0000000..8465593 Binary files /dev/null and b/For newspaper supplement.png differ diff --git a/Golfday-logo.jpg b/Golfday-logo.jpg new file mode 100644 index 0000000..0d2a610 Binary files /dev/null and b/Golfday-logo.jpg differ diff --git a/HKBU Golf Day Awardees 2022_chi.pdf b/HKBU Golf Day Awardees 2022_chi.pdf new file mode 100644 index 0000000..72cfeb7 Binary files /dev/null and b/HKBU Golf Day Awardees 2022_chi.pdf differ diff --git a/HKBU Golf Day Awardees 2022_eng.pdf b/HKBU Golf Day Awardees 2022_eng.pdf new file mode 100644 index 0000000..a63bb6b Binary files /dev/null and b/HKBU Golf Day Awardees 2022_eng.pdf differ diff --git a/HKBU-logo.png b/HKBU-logo.png new file mode 100644 index 0000000..eb10420 Binary files /dev/null and b/HKBU-logo.png differ diff --git "a/HKBU\357\274\216ASHWORTH Golf Day 2022_HKET.pdf" "b/HKBU\357\274\216ASHWORTH Golf Day 2022_HKET.pdf" new file mode 100644 index 0000000..10d4a31 Binary files /dev/null and "b/HKBU\357\274\216ASHWORTH Golf Day 2022_HKET.pdf" differ diff --git "a/HKBU\357\274\216ASHWORTH Golf Day 2022_Singtao Daily.PDF" "b/HKBU\357\274\216ASHWORTH Golf Day 2022_Singtao Daily.PDF" new file mode 100644 index 0000000..f2e4922 Binary files /dev/null and "b/HKBU\357\274\216ASHWORTH Golf Day 2022_Singtao Daily.PDF" differ diff --git a/Jungle-Rule.pdf b/Jungle-Rule.pdf new file mode 100644 index 0000000..74bf5b5 Binary files /dev/null and b/Jungle-Rule.pdf differ diff --git a/banner 2.png b/banner 2.png new file mode 100644 index 0000000..84525dc Binary files /dev/null and b/banner 2.png differ diff --git a/banner_01.jpg b/banner_01.jpg new file mode 100644 index 0000000..fea9250 Binary files /dev/null and b/banner_01.jpg differ diff --git a/banner_02.jpg b/banner_02.jpg new file mode 100644 index 0000000..99c87e9 Binary files /dev/null and b/banner_02.jpg differ diff --git a/bg2.png b/bg2.png new file mode 100644 index 0000000..5e9b386 Binary files /dev/null and b/bg2.png differ diff --git a/committee.html b/committee.html new file mode 100644 index 0000000..3fcf6ed --- /dev/null +++ b/committee.html @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + 香港浸會大學.雅獅威高爾夫球日2023<br>浸大高球二十周年慈善盃 + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

香港浸會大學.雅獅威高爾夫球日2023
浸大高球二十周年慈善盃

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + +
聯席主席
呂元祥博士呂元祥建築師事務所主席
香港浸會大學基金董事局副主席
王國強博士工程師,GBS,JP,FHKEng金城營造集團主席
香港浸會大學基金董事局副主席
兼企業家委員會聯席主席
副主席
林柏如先生威勁製衣廠有限公司 Merchandising Director
劉百成先生金鉑士控股有限公司董事總經理
香港浸會大學基金校友委員會委員
梁永祥教授,GBS,JP法律援助服務局主席
香港浸會大學基金董事局成員
蘇永乾院士澤聯置業有限公司董事長
孫少文博士,BBS,JPSML 集團創辦人
香港浸會大學基金董事局成員
兼企業家委員會聯席主席
委員
陳鄭惠蘭女士香港浸會大學發展事務處總監
香港浸會大學基金秘書長
李惠儀博士香港浸會大學校友事務處總監
莫振聲先生建益國際(香港)有限公司董事
伍家廉先生前香港電台第五台節目總監
+
+
+ + + +
+
+
+
+
+ +
+
+ +
+
+
+
+
+ + + +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/committee_eng.html b/committee_eng.html new file mode 100644 index 0000000..4e17c5a --- /dev/null +++ b/committee_eng.html @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + HKBU.ASHWORTH Golf Day 2023<br>HKBU Golf Day 20th Anniversary Charity Cup + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

HKBU.ASHWORTH Golf Day 20233
HKBU Golf Day 20th Anniversary Charity Cup

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + +
Co-Chairmen
Dr. Ronald LuChairman of Ronald Lu & Partners
Vice-Chairman of the Board of Governors of the HKBU Foundation
Ir Dr. K.K. Wong, GBS, JP, FHKEngChairman 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-shingManaging 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-kinManaging Director of Glad Link Properties Ltd.
Dr. Simon Suen, BBS, JPFounder of SML Group
Member of the Board of Governors and
Co-Chairman of the Entrepreneur Committee of the HKBU Foundation
Members
Mrs. Lily ChanDirector of University Advancement of HKBU and
Secretary-General of the HKBU Foundation
Dr. Melanie LeeDirector of Alumni Affairs, HKBU
Mr. Jason Mok Director of Kennex (Hong Kong) Ltd
Mr. Eric NgFormer Head Radio 5 of RTHK
+
+
+ + + +
+
+
+
+
+ +
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/committeestyle.css b/committeestyle.css new file mode 100644 index 0000000..6ec5acb --- /dev/null +++ b/committeestyle.css @@ -0,0 +1,484 @@ + +/*CSS Setting of Head banner*/ + +.breadcrumbs { + height: 250px; + background-image: url(banner_01.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; +} +.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; +} + +.navbar-nav .nav-item:hover a { + color: #0f357b !important; +} + +.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; +} + + +.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*/ + +.subscrib-area { + background-color:#f39800; + 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; +} + + diff --git a/field.css b/field.css new file mode 100644 index 0000000..8e4c1d7 --- /dev/null +++ b/field.css @@ -0,0 +1,550 @@ + +/*CSS Setting of Head banner*/ + +.breadcrumbs { + height: 250px; + background-image: url(banner_02.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; + } +} +b, strong { + font-weight: bolder; +} +ol.old2 li span { + font-weight: normal; +} +ol.old2 { + list-style: decimal outside; + margin-left: 25px; + font-weight: bold; +} +/*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: 16px; + line-height: 24px; + color: #6b551e; +} + +.table { + width: 100%; + margin-bottom: 1rem; + border-collapse: collapse; + text-indent: initial; + border-spacing: 2px; + font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif; + font-size: 14px; + line-height: 24px; + text-align: justify; +} + +.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; +} + + + +.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: #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: 22px; + 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 { + max-width: 600px; + text-align: justify; + color: #6b551e; +} +ol { + list-style-type: decimal; + color: #6b551e; +} +.old2{ + color: #6b551e; +} + +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; +} + +body{ + color: #6b551e;; +} diff --git a/field.html b/field.html new file mode 100644 index 0000000..d1ae2d1 --- /dev/null +++ b/field.html @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + 香港浸會大學.雅獅威高爾夫球日2023<br>浸大高球二十周年慈善盃 + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

香港浸會大學.雅獅威高爾夫球日2023
浸大高球二十周年慈善盃

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + +
+
+
+
+
香港哥爾夫球會粉嶺會所伊甸場
+
+
+ 香港哥爾夫球會粉嶺會所有三個球場:舊場、新場及伊甸場。每個球場均有十八洞。粉嶺會所設有練習場、球會商店、專業教練及多個康樂設施,如室外游泳池、桌球室及酒吧等。球會商店亦提供球僮、球桿、球車(只供伊甸場使用)及手推車等租借服務。景觀怡人的伊甸場於1970年正式開幕,佔地6,106碼,標準桿數為70,多年來對球手而言甚具挑戰性。 + +

+

+ + +
+
+ + +

+
+ + +

計分卡:

+
+ +
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ + + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/field_eng.html b/field_eng.html new file mode 100644 index 0000000..4ef8d48 --- /dev/null +++ b/field_eng.html @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + HKBU.ASHWORTH Golf Day 2023<br>HKBU Golf Day 20th Anniversary Charity Cup + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

HKBU.ASHWORTH Golf Day 20233
HKBU Golf Day 20th Anniversary Charity Cup

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + +
+
+
+
+
Eden Course, The Hong Kong Golf Club, Fanling
+
+
+ The Hong Kong Golf Club has three 18-hole courses on the Fanling site: The Old, The New and The Eden. All three courses are long, fast and offer some of the most challenging golf you have ever experienced. The Club also has a driving range, a pro shop, teaching professionals and extensive dining facilities in addition to a swimming pool, billiard tables and a men's lounge. Caddies, clubs, carts and trolleys are available for hire from the club shop. Carts are only available on the Eden Course. The beautiful golf course, the Eden Course, opened for playing in 1970. It is a 6,106 yard, par 70 layout. Over the years, its rather-short characteristic has been a challenge even to the best players. + +

+

+ + +
+
+ + +

+
+ + +

Score Card:

+
+ +
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/final- 2023Sp-Details-en-new.pdf b/final- 2023Sp-Details-en-new.pdf new file mode 100644 index 0000000..df529e0 Binary files /dev/null and b/final- 2023Sp-Details-en-new.pdf differ diff --git a/final-2023Sp-Details-zh.pdf b/final-2023Sp-Details-zh.pdf new file mode 100644 index 0000000..f29ad37 Binary files /dev/null and b/final-2023Sp-Details-zh.pdf differ diff --git a/home_01.jpg b/home_01.jpg new file mode 100644 index 0000000..731a1f6 Binary files /dev/null and b/home_01.jpg differ diff --git a/homestyle.css b/homestyle.css new file mode 100644 index 0000000..b008ce8 --- /dev/null +++ b/homestyle.css @@ -0,0 +1,506 @@ +/* CSS Setting of Header*/ + +.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; +} + +h6 { + color: #531e68 !important; + font-weight:bold; + text-align: center; + font-size: 16px; + height: 45px !important; + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; +} + +.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: #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; + text-size-adjust:70%; +} +.carousel-inner > .item > img, .carousel-inner > .item > a > img { + width: 100%; +} +.carousel-caption h2 { + font-family: 'Nunito Sans', sans-serif; + font-size:30px; + font-weight: 700; + line-height: 1.2; + text-shadow: 2px 2px 2px black; +} +.carousel-caption h3 { + font-family: 'Nunito Sans', sans-serif; + font-size:25px; + font-weight: 700; + line-height: 1.2; + text-shadow: 2px 2px 2px black; +} +.carousel-caption h4 { + font-family: 'Nunito Sans', sans-serif; + font-size: 20px; + font-weight: 700; + color: yellow; + line-height: 1.2; + text-shadow: 2px 2px 2px black; +} +.carousel-caption h5 { + font-family: 'Nunito Sans', sans-serif; + font-size: 20px; + font-weight: 700; + color: yellow; + line-height: 1.2; + text-shadow: 2px 2px 2px black; +} +/* CSS Setting of Subscrib-are*/ + +.subscrib-area { + background-color:#f39800; + 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: #ba3f21; + color: #fff; + font:bold; +} + +/*CSS Setting of About Section */ +.aboutsection { + padding: 80px 0; +} + +.about-contants { + text-align: left; + max-width: 600px; +} + +.about-img { + text-align: center; +} + +.about-img img { + max-width: 100%; + height: auto; +} + +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; + text-align: left; +} + +.hcolor{ + color: #a59561; + font-size: 1.3rem; + letter-spacing: 1px; + text-align: left; +} + +.highcolorbfont { + color: #ac119f; + font-size: 1.1em; + font-weight: 700; + letter-spacing: 1px; + text-align: left; +} + +.highcolorbfont2 { + color: #df31c2; + font-size: 1.1em; + font-weight: 800; + letter-spacing: 1px; + text-align: left; +} + +.highcolorbfont3 { + color: #2485df; + font-size: 1.1em; + font-weight: 800; + letter-spacing: 1px; + text-align: left; +} + +.bfont { + font-size: 1.1rem; + line-height: 1.6; + margin-bottom: 15px; + color: #817750; + font-weight: 700; + letter-spacing: 1px; + text-align: left; +} + +.hcolorhtitle3 { + color: #a59561; + font-size: 1.2rem; + font-weight: 700; + margin-bottom: 5px; + text-align: left; + font-weight: bold; +} + +.hcolor2{ + color: #a59561; + font-size: 1.1rem; + letter-spacing: 1px; + text-align: left; +} + +.highcolorbfont4 { + color: #ac119f; + font-size: 0.8rem; + font-weight: 700; + letter-spacing: 1px; + text-align: left; +} + +.highcolorbfont5 { + color: #df31c2; + font-size: 0.8rem; + font-weight: 800; + letter-spacing: 1px; + text-align: left; +} + +.highcolorbfont6 { + color: #2485df; + font-size: 0.8rem; + font-weight: 800; + letter-spacing: 1px; + text-align: left; +} + +.bfont2 { + font-size: 0.8rem; + line-height: 1.6; + margin-bottom: 15px; + color: #817750; + font-weight: 700; + letter-spacing: 1px; + text-align: left; +} + +.t-justify { + text-align: justify; +} + +.blinks { + color: #f39800; + 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: #ee7300; + 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: #5a2eac; + text-decoration: none; +} + + + +/* 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; + } + + .subscrib-area h2 { + font-size: 1.8rem; + color: #6C3483;; + font-weight: 700; + } + +} + +@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; + } +} + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..e504235 --- /dev/null +++ b/index.html @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + 香港浸會大學.雅獅威高爾夫球日2023<br>浸大高球二十周年慈善盃 + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

香港浸會大學.雅獅威高爾夫球日2023
浸大高球二十周年慈善盃

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + +
+ +
+ + + + +
+
+
+
+

請即贊助支持!

+
+ +
+
+
+ + + +
+
+
+
+
+
+

香港浸會大學.雅獅威高爾夫球日2023
浸大高球二十周年慈善盃

2023年12月1日(星期五)


+

香港哥爾夫球會粉嶺會所伊甸場
賽制:新新貝利亞比桿賽

+

香港浸會大學今年將於粉嶺香港哥爾夫球會舉行「香港浸會大學.雅獅威高爾夫球日2023—浸大高球二十周年慈善盃」,藉此為「 + 香港浸會大學基金」 + 籌募款項,用以支持大學的策略發展,尤其是為提升研究實力而成立的六所跨學科研究實驗室,亦資助經濟有困難的學生參與「大灣區延伸學習計劃」,增進他們對大灣區社會和就職的了解和競爭力。 + 此活動亦讓大學教職員、校友及各界友好聚首一堂,切磋球技,增進友誼。

+

歡迎參賽者以個人或隊伍(公司或團體)名義參賽,競逐個人或團隊獎項。2023年9月8日(星期四)或之前參賽贊助將可享早報折扣優惠。

+

如欲了解更多資料,請瀏覽本網站其他分頁。謝謝。

+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+
+ + +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/index_eng.html b/index_eng.html new file mode 100644 index 0000000..86c583c --- /dev/null +++ b/index_eng.html @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + HKBU.ASHWORTH Golf Day 2023<br>HKBU Golf Day 20th Anniversary Charity Cup + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

HKBU.ASHWORTH Golf Day 20233
HKBU Golf Day 20th Anniversary Charity Cup

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + +
+ +
+ + + + +
+
+
+
+

Make a Sponsorship Now!

+
+ +
+
+
+ + + +
+
+
+
+
+
+

HKBU.ASHWORTH Golf Day 2023
HKBU Golf Day 20th Anniversary Charity Cup

1 December 2023 (Friday)


+

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.

+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/inner_banner_GeneralInformation3 .jpg b/inner_banner_GeneralInformation3 .jpg new file mode 100644 index 0000000..329c4fa Binary files /dev/null and b/inner_banner_GeneralInformation3 .jpg differ diff --git a/inner_banner_OrganisingCommittee2.jpeg b/inner_banner_OrganisingCommittee2.jpeg new file mode 100644 index 0000000..a5495f0 Binary files /dev/null and b/inner_banner_OrganisingCommittee2.jpeg differ diff --git a/inner_banner_Play-Rules.jpg b/inner_banner_Play-Rules.jpg new file mode 100644 index 0000000..62cb73a Binary files /dev/null and b/inner_banner_Play-Rules.jpg differ diff --git a/rules.css b/rules.css new file mode 100644 index 0000000..a68e82e --- /dev/null +++ b/rules.css @@ -0,0 +1,539 @@ + +/*CSS Setting of Head banner*/ + +.breadcrumbs { + height: 250px; + background-image: url(inner_banner_OrganisingCommittee2.jpeg); + 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; +} + + + +.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: #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; +} + +.type { + display: table-cell; + color: #6b551e;; + font-weight: bold; +} +body{ + color: #6b551e;; +} + diff --git a/rules.html b/rules.html new file mode 100644 index 0000000..067a915 --- /dev/null +++ b/rules.html @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + 香港浸會大學.雅獅威高爾夫球日2023<br>浸大高球二十周年慈善盃 + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

香港浸會大學.雅獅威高爾夫球日2023
浸大高球二十周年慈善盃

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + + +
+
+
+
+
+
+ +
    +
  1. +賽制:新新貝利亞比桿賽
    +
      +
    • 球賽開始前先於所有球員面前以抽籤形式從18洞抽出其中12個洞,將之桿數相加(採用「2、3、4 制」計算超桿數目,3標準桿洞最高計5桿,4標準桿洞計7桿,5標準桿洞計9桿)。
    • +
    • (所選12 洞桿數總和 x 1.5 – 72**)x 0.8 = 球員當日個人差點
      +** 18洞標準桿數
    • +
    • 18洞總桿數 - 當日個人差點 = 淨桿
    • +
    • 若出現同分的情況,便需以計算最後9個洞的總桿數作比較;若分數仍然相同,則計算最後6個、3個、及至最後1個洞的總桿數作最後判決。
    • +
    • 全隊淨桿數總和之分數最低的隊伍為優勝隊伍。
      +(球員只需於其隊伍計分卡填上各洞所得的總桿數,大會將計算每個球員的成績。)
    • +
    +

  2. +
  3. +比賽規則
    +大會將沿用R & A (Royal and Ancient) 英國高爾夫球協會以及香港哥爾夫球會的規則為比賽規則,球賽總監持有最終的議決權。 +

  4. +
  5. +男/女子組最遠距離 — 第4及16洞(所發之球必須落在平坦球道上才計算在內)
    +若球員所擊之球超越當時紀錄牌的位置,請將紀錄牌從原位拔出並放於新位置上,然後在紀錄牌上寫上球員的名字。
    +:每洞各設有男子專用紀錄牌及女子專用紀錄牌各一塊。 +

  6. +
  7. +最近球洞 — 第2、5、9、12、15及17洞(所發之球必須落在草地上才計算在內)
    +每位球員只能贏取「最近球洞獎」一次。如球員的任何發球停在比紀錄上更近球洞的位置時,請用量尺量度球員的球與球洞之間的距離,然後寫上距離(以厘米cm計算)及球員的名字。
    +:每洞設有一塊紀錄牌、原子筆及量尺供球員使用。 +

  8. +
  9. +最近球道線 — 第1及18洞
    +如球員的任何發球停在比當時紀錄牌更近球道線的位置時,請將紀錄牌從原位拔出並放於新位置上,然後在紀錄牌上寫上球員的名字。
    +:每洞設有一塊紀錄牌,當兩人所發的球與球道線之距離相等時,距離球座較遠的球員為優勝者。 +

  10. +
  11. +叢林法則
    +請按此參閱詳情(只提供英文版)。 +
  12. +
+ + + +
+
+ +
+
+
+ +

+
+ +
+
+
+
+
+ + + +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/rules_eng.html b/rules_eng.html new file mode 100644 index 0000000..dae29f0 --- /dev/null +++ b/rules_eng.html @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + HKBU.ASHWORTH Golf Day 2023<br>HKBU Golf Day 20th Anniversary Charity Cup + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

HKBU.ASHWORTH Golf Day 20233
HKBU Golf Day 20th Anniversary Charity Cup

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + +
+
+
+ +
+
+
+ +
    +
  1. +Format of Play: Competition on the New New Peoria System (NNP)
    +
      +
    • Randomly select 12 holes out of 18 holes before the match in front of all players (the maximum score of each Par 3, Par 4 and Par 5 hole for handicap calculation is 5, 7 and 9 respectively).
    • +
    • (Sum of the player's gross scores of the 12 selected holes x 1.5 - 72**) x 0.8 = NNP Handicap
      +** the standard course pars
    • +
    • The player's gross score of the 18 holes - his/her NNP Handicap = NNP Net Score
    • +
    • Should same score takes place, ties will be decided by count-back over the last 9, 6, 3 and the last holes on the card.
    • +
    • The team with the lowest gross net score will be the champion.
      +(Please fill in the GROSS score of each hole on the team's score card and the Organising Committee will do the calculation for you.)
    • +
    +

  2. +
  3. +Rules
    +The rules of the Royal & Ancient and The Hong Kong Golf Club apply. The Tournament Director's decision is final and valid. +

  4. +
  5. +Longest drive for men / ladies – Holes 4 and 16 (must be on the fairway to be counted)
    +If any member of your team hits past the existing placard position, please pull the placard out, place it at the new position and write down the player's name on the placard.
    +Note: There will be 1 placard for men and 1 placard for ladies on each hole. +

  6. +
  7. +Closest to the pin – Holes 2, 5, 9, 12, 15 and 17 (must be on the green to be counted)
    +Each player can only win one "Closest to the Pin" prize. If any ball hit by a player is closer than the one recorded, please fill in the player's name and the distance in centimeters from the pin by using the measuring tape.
    +Note: There will be 1 placard with a ball pen and a measuring tape on each hole. +

  8. +
  9. +Closest to the line – Holes 1 and 18
    +If any ball hit by a player is closer to the line than the existing placard position on the fairway, please pull the placard out, place it at the new position and write down the player's name on the placard.
    +Note: There will be 1 placard on each hole and in cases where 2 balls are of the same distance from the line, the ball furthest from the tee wins. +

  10. +
  11. +Jungle Rule
    +Please click here to read the details. +
  12. +
+ + + +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sidebanner3.jpeg b/sidebanner3.jpeg new file mode 100644 index 0000000..294e4cd Binary files /dev/null and b/sidebanner3.jpeg differ diff --git a/sidebanner_Play-Rules3.png b/sidebanner_Play-Rules3.png new file mode 100644 index 0000000..4bfcacc Binary files /dev/null and b/sidebanner_Play-Rules3.png differ diff --git a/sidebanner_Play-field.png b/sidebanner_Play-field.png new file mode 100644 index 0000000..a7ad028 Binary files /dev/null and b/sidebanner_Play-field.png differ diff --git a/sponsorship-chi.jpeg b/sponsorship-chi.jpeg new file mode 100644 index 0000000..713e1a9 Binary files /dev/null and b/sponsorship-chi.jpeg differ diff --git a/sponsorship2.jpg b/sponsorship2.jpg new file mode 100644 index 0000000..c1a4a96 Binary files /dev/null and b/sponsorship2.jpg differ diff --git a/summary.css b/summary.css new file mode 100644 index 0000000..6da3738 --- /dev/null +++ b/summary.css @@ -0,0 +1,560 @@ + +/*CSS Setting of Head banner*/ +.card:hover { + transform: scale(1.1); + background-color: rgb(236, 118, 39); + box-shadow: 0 0px 20px 0 rgba(253, 207, 4, 0.719); +} +.card { + transition: transform 0.2s ease; +} +.prize{ + color: #c73541; + font-weight: bold; + font-size: 14px; + padding: 10px; +} +.card { + box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18); + border-radius: 0; + border: 0; + padding-left: 20px; + border-radius: 1em; + padding-right: 20px; + box-shadow: 0 0px 20px 0 rgba(0,0,0,0.2); + background-color: rgb(236, 39, 171); + transition: 0.3s; +} + + +h4{ + font-weight: bold; + color: orange; +} +h6 { + color: #531e68 !important; + font-weight:bold; + text-align: center; + font-size: 16px; + height: 45px !important; + font-family: "Open Sans", "Microsoft JhengHei", sans-serif; +} + +.breadcrumbs { + height: 250px; + background-image: url(inner_banner_GeneralInformation3\ .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; +} +.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; +} +/* Min-width */ +.min hr { + display: block; +} +@media (min-width: 500px) { + .min hr { + display: none; + } +} + +/* Max-width */ +.max hr { + display: none; +} +@media (max-width: 500px) { + .max hr { + display: block; + } +} + +/* Element Queries */ +.eqcss hr { + display: block; +} +@element '.eqcss' and (min-width: 460px) { + $this hr { + display: none; + } +} +.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*/ + +.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; +} +td { + text-align: left; + font-weight: bold; +} +.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; +} + +h2{ + color: #6C3483; + font-weight: bold; +} +h5{ + color: #c73541; + font-weight: bold; + font-size: 15px; +} +.color1{ + color: #2f47b4 !important; +} +.color2{ + color: #bb2557 !important; +} +.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: #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*/ + +.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: 10em; + 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; +} + + diff --git a/summary.html b/summary.html new file mode 100644 index 0000000..41f1292 --- /dev/null +++ b/summary.html @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + 香港浸會大學.雅獅威高爾夫球日2023<br>浸大高球二十周年慈善盃 + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

香港浸會大學.雅獅威高爾夫球日2023
浸大高球二十周年慈善盃

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + + + + + +
日期
2023年12月1日(星期五)
發球時間
早場比賽 - 7:30 a.m.
午場比賽 - 12:45 p.m.
地點
香港哥爾夫球會
粉嶺會所
伊甸場
賽制
新新貝利亞比桿賽
晚宴及頒獎地點
會所池畔宴會廳
聯絡
香港浸會大學
發展事務處
電話號碼
3411-7789(温小姐)或
3411-7750(謝小姐)
電郵地址
golfday@hkbu.edu.hk
+ +
+請即贊助支持! +
+ +
+
+ +
+
+

+ +
+
+
截止報名日期:

+

2023年10月13日
(星期五)



+
2022年9月8日(星期五)前報名可享早報優惠,名額有限,敬請盡早報名。
+
+
+
+

備註:參賽贊助費用包括果嶺費、球車費(二人同車)、樽裝水、三文治(只供給早場參賽者)、早午餐、自助晚餐及紀念品。

+
+
+
+
+
+


團隊獎項

+
+
浸大盃隊際獎冠軍
+
浸大盃隊際獎亞軍
+
浸大盃隊際獎季軍
+
校友盃隊際獎冠軍
+
校友盃隊際獎亞軍
+
校友盃隊際獎季軍
+
+
+ + +
+


個人獎項

+
+
一桿入洞獎(第17洞)
+
最佳總桿獎
+
個人淨桿獎冠軍
+
個人淨桿獎亞軍
+
個人淨桿獎季軍
+
最多老鷹獎(早場/午場)
+
最多小鳥獎(早場/午場)
+
最多平桿獎(早場/午場)
+ +
男子組最遠距離獎(第4洞)
+
男子組最遠距離獎(第16洞)
+ +
女子組最遠距離獎(第4洞)
+
女子組最遠距離獎(第16洞)
+ +
最近球洞獎(第2洞)
+
最近球洞獎(第5洞)
+ +
最近球洞獎(第9洞)
+
最近球洞獎(第12洞)
+ +
最近球洞獎(第15洞)
+
最近球洞獎(第17洞)
+ +
最近球道線獎(第1洞)
+
最近球道線獎(第18洞)
+ +
BB獎(以總桿數計)
+
果嶺挑戰遊戲(第17洞)
+
挑戰浸大高球推廣大使(第5洞)
+ + +
+
+ +
+

程序


+
+ + + + + + + + + + + + + +
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.自助晚餐、頒獎典禮、無聲拍賣及抽獎
+
+
+ + + +
+
+
+
+ + +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/summary_eng.html b/summary_eng.html new file mode 100644 index 0000000..97804be --- /dev/null +++ b/summary_eng.html @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + HKBU.ASHWORTH Golf Day 20233<br>HKBU Golf Day 20th Anniversary Charity Cup + + + + +
+ +
+
+
+
+ +
+
+ +
+
+

HKBU.ASHWORTH Golf Day 20233
HKBU Golf Day 20th Anniversary Charity Cup

+
+
+
+ ASHWORTH +
+ +
+
+
+
+ + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + + + + + +
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
+ +
+請即贊助支持! +
+ +
+
+ +
+
+

+ +
+
+
Deadline for Returning Sponsorship Forms:

+

13 October 2023 (Friday)



+
[Payment by 8 September 2023 (Friday) will enjoy an Early Bird Discount. + As space is limited, please note that places will be allocated on a first-come, first-served basis. +
+
+
+
+

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.

+
+
+
+
+
+


Team Prizes:

+
+
Champion
+
1st Runner Up
+
2nd Runner Up
+
Alumni Cup – Champion
+
Alumni Cup – 1st Runner Up
+
Alumni Cup – 2nd Runner Up
+
+
+ + +
+


Individual Prizes:

+
+
Hole-In-One on the 17th Hole
+
Best Gross
+
Net Score – Champion
+
Net Score – 1st Runner Up
+
Net Score – 2nd Runner Up
+
Most Gross Eagles (A.M./P.M.)
+
Most Gross Birdies (A.M./P.M.)
+
Most Gross Pars (A.M./P.M.)
+ +
Longest Drive for Men on the 4th Hole)
+
Longest Drive for Men on the 16th Hole
+ +
Longest Drive for Ladies on the 4th Hole
+
Longest Drive for Ladies on the 16th Hole
+ +
Closest to the Pin on the 2nd Hole
+
Closest to the Pin on the 5th Hole
+ +
Closest to the Pin on the 9th Hole
+
Closest to the Pin on the 12th Hole
+ +
Closest to the Pin on the 15th Hole
+
Closest to the Pin on the 17th Hole
+ +
Closest to the Line on the 1st Hole Fairway
+
Closest to the Line on the 18th Hole Fairway
+ +
Wooden Spoon based on gross
+
Challenge on the Green on the 17th Hole
+
Challenge the HKBU Golf Promotion Ambassador on the 5th Hole
+ + +
+ +
+

Programme:


+
+ + + + + + + + + + + + + +
6:30 a.m. onwardsMorning 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. onwardsAfternoon Golfers –
Registration at the Caddie Master and Registration Counter
11:00 a.m. - 2:00 p.m.Brunch on the Verandah
12:00 n.nGroup 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
+
+
+ + + +
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trophy.jpg b/trophy.jpg new file mode 100644 index 0000000..b284847 Binary files /dev/null and b/trophy.jpg differ