diff --git a/src/assets/json/events.json b/src/assets/json/events.json
new file mode 100644
index 00000000..095d47cb
--- /dev/null
+++ b/src/assets/json/events.json
@@ -0,0 +1,74 @@
+{
+ "eventsList": [
+ {
+ "id": 1,
+ "title": "Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW",
+ "time": "17 Jul 2024",
+ "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715056842.png"
+ },{
+ "id": 2,
+ "title": "Source Fashion 2024",
+ "time": "14 Jul 2024",
+ "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715053576.png"
+ }
+ ],
+ "eventsItem":[
+ {
+ "id":1,
+ "title":"Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW",
+ "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715056842.png",
+ "textList":[
+ {
+ "paragraph":[
+ {
+ "text":"Stay tuned for the updates~"
+ }
+ ]
+ }
+ ]
+ },{
+ "id":2,
+ "title":"Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW",
+ "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715053576.png",
+ "textList":[
+ {
+ "paragraph":[
+ {
+ "text":"AiDLab will be showcasing at Source Fashion, the leading responsible sourcing show in Europe this July. It is an unmissable opportunity to connect with the UK fashion industry, international manufacturers, and suppliers. We will be highlighting our fashion and textile innovations and promoting AiDLab in the UK."
+ }
+ ]
+ },{
+ "paragraph":[
+ {
+ "text":"Join us to explore the future of fashion!"
+ }
+ ]
+ },{
+ "paragraph":[
+ {
+ "text":"Event: Source Fashion"
+ },{
+ "text":"Date: 14-16 July 2024"
+ },{
+ "text":"Time: 9:30am – 6:00pm (SUN & MON) ; 9:30-4:00pm (TUE)"
+ },{
+ "text":"Location: Olympia London"
+ },{
+ "text":"Stand no.: SF-G43"
+ },{
+ "text":"Website: ",
+ "link":"https://www.source-fashion.com/",
+ "residue":""
+ }
+ ]
+ },{
+ "paragraph":[
+ {
+ "text":"Stay tuned for updates!"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/assets/style/style.css b/src/assets/style/style.css
index 3fe58973..1f3726f5 100644
--- a/src/assets/style/style.css
+++ b/src/assets/style/style.css
@@ -1216,6 +1216,13 @@ li {
font-weight: 400;
color: rgba(0, 0, 0, 0.45);
}
+.modal_title_text .modal_title_text_intro a {
+ color: #000;
+ font-weight: 900;
+}
+.modal_title_text .modal_title_text_intro a:hover {
+ text-decoration: underline;
+}
.modal_title_text .modal_title_text_assistant {
font-size: var(--aida-fsize1-6);
font-weight: 400;
diff --git a/src/assets/style/style.less b/src/assets/style/style.less
index ec60d4e7..cf181ea0 100644
--- a/src/assets/style/style.less
+++ b/src/assets/style/style.less
@@ -1353,6 +1353,13 @@ input:focus{
font-size: var(--aida-fsize1-4);
font-weight: 400;
color: rgba(0,0,0,.45);
+ a{
+ color: #000;
+ font-weight: 900;
+ &:hover{
+ text-decoration: underline;
+ }
+ }
}
.modal_title_text_assistant{
font-size: var(--aida-fsize1-6);
diff --git a/src/component/Events/eventsDetail.vue b/src/component/Events/eventsDetail.vue
index c931b451..4f9dcc40 100644
--- a/src/component/Events/eventsDetail.vue
+++ b/src/component/Events/eventsDetail.vue
@@ -1,35 +1,43 @@
-->
+
+