Skip to content

Commit 99f37dd

Browse files
authored
Update page.tsx
1 parent ce08b7c commit 99f37dd

1 file changed

Lines changed: 59 additions & 17 deletions

File tree

src/app/en/(ioltw)/about-us/page.tsx

Lines changed: 59 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,78 @@ export default function AboutUs() {
2424
</section>
2525

2626
{/* <!-- ======= Clients Section ======= --> */}
27-
<section id="clients" className="clients section-bg">
28-
<h2 style={{fontWeight: "700"}}>About Us</h2>
27+
<section id="clients" className="clients section-bg">
28+
2929
<div className="container">
30+
31+
<h2 style={{fontWeight: "700"}}>Organizers</h2>
32+
3033
<div className="row d-flex justify-content-center">
3134

32-
<div className="col-lg-3 col-md-4 col-6 d-flex flex-column justify-content-center mx-3 mb-4">
35+
<div className="col-lg-4 col-md-6 col-12 d-flex flex-column justify-content-center mb-4">
3336
<a href="https://homepage.ntu.edu.tw/~gilntu/">
34-
<img src="/img/clients/ntugil.png" className="img-fluid" style={{width: "140px"}} alt=""/>
37+
<img src="/img/clients/ntugil.png" className="img-fluid" style={{width: "100px"}} alt=""/>
3538
</a>
36-
<h4 style={{fontWeight: "600"}}>Organizer</h4>
37-
<p>Graduate Institute of Linguistics, National Taiwan University</p>
39+
<h4 className="fw-normal fs-5">Graduate Institute of Linguistics, National Taiwan University</h4>
3840
</div>
3941

40-
<div className="col-lg-3 col-md-4 col-6 d-flex flex-column justify-content-center mx-3 mb-4">
41-
<a href="https://www.aca.ntu.edu.tw/w/aca/index">
42-
<img src="/img/clients/ntu.png" className="img-fluid" style={{width: "140px"}} alt=""/>
42+
<div className="col-lg-4 col-md-6 col-12 d-flex flex-column justify-content-center mb-4">
43+
<h4 className="fw-normal fs-5">Taiwan Language, Culture and Information Association</h4>
44+
</div>
45+
</div>
46+
47+
<div className="my-4"></div>
48+
<div className="my-4"></div>
49+
50+
<h2 style={{fontWeight: "700"}}>Advisor</h2>
51+
52+
<div className="row d-flex justify-content-center">
53+
54+
<div className="col-lg-4 col-md-6 col-12 d-flex flex-column justify-content-center mb-4">
55+
<a href="https://www.k12ea.gov.tw/En/">
56+
<img src="/img/clients/edu.png" className="img-fluid" alt="" style={{width: "100px"}}/>
4357
</a>
44-
<h4 style={{fontWeight: "600"}}>Co-organizer</h4>
45-
<p>College of Liberal Arts, National Taiwan University</p>
58+
<h4 className="fw-normal fs-5">K-12 Education Administration, Ministry of Education</h4>
59+
</div>
60+
</div>
61+
62+
<div className="my-4"></div>
63+
<div className="my-4"></div>
64+
65+
<h2 style={{fontWeight: "700"}}>Co-organizers</h2>
66+
67+
<div className="row d-flex justify-content-center">
68+
69+
<div className="col-lg-3 col-md-6 col-12 d-flex flex-column justify-content-center mb-4">
70+
<a href="https://linguist.tw/en/">
71+
<img src="/img/clients/lst2.png" className="img-fluid" style={{width: "100px"}} alt=""/>
72+
</a>
73+
<h4 className="fw-normal fs-5">Linguistic Society of Taiwan</h4>
74+
</div>
75+
76+
<div className="col-lg-3 col-md-6 col-12 d-flex flex-column justify-content-center mb-4">
77+
<a href="https://liberal.ntu.edu.tw/home.jsp?lang=en">
78+
<img src="/img/clients/ntu.png" className="img-fluid" style={{width: "100px"}} alt=""/>
79+
</a>
80+
<h4 className="fw-normal fs-5">College of Liberal Arts, National Taiwan University</h4>
4681
</div>
4782

48-
<div className="col-lg-3 col-md-4 col-6 d-flex flex-column justify-content-center mx-3 mb-4">
49-
<a href="https://www.k12ea.gov.tw/ap/index.aspx">
50-
<img src="/img/clients/edu.png" className="img-fluid" alt="" style={{width: "140px"}}/>
83+
<div className="col-lg-3 col-md-6 col-12 d-flex flex-column justify-content-center mb-4">
84+
<a href="https://fll.fcu.edu.tw/en/">
85+
<img src="/img/clients/Feng_Chia.png" className="img-fluid" style={{width: "100px"}} alt=""/>
5186
</a>
52-
<h4 style={{fontWeight: "600"}}>Advisor</h4>
53-
<p>K-12 Education Administration, Ministry of Education</p>
87+
<h4 className="fw-normal fs-5">Department of Foreign Languages and Literature, Feng Chia Univeristy</h4>
88+
</div>
89+
90+
91+
<div className="col-lg-3 col-md-6 col-12 d-flex flex-column justify-content-center mb-4">
92+
<a href="https://zephyr.nsysu.edu.tw/index.php">
93+
<img src="/img/clients/Sun_Yat-Sen.png" className="img-fluid" alt="" style={{width: "100px"}}/>
94+
</a>
95+
<h4 className="fw-normal fs-5">Department of Foreign Languages and Literature, National Sun Yat-sen University</h4>
5496
</div>
55-
5697
</div>
98+
5799
</div>
58100
</section>
59101

0 commit comments

Comments
 (0)