@@ -35,26 +35,26 @@ const CourseCard3 = (props) => {
35
35
36
36
return (
37
37
< >
38
- < div class = "flex flex-col h-[520px] w-96 border-[3px] border-[#21851d31] rounded-3xlshadow shadow-slate-950/5 rounded-2xl overflow-hidden" >
38
+ < div className = "flex flex-col h-[520px] w-96 border-[3px] border-[#21851d31] rounded-3xlshadow shadow-slate-950/5 rounded-2xl overflow-hidden" >
39
39
< img
40
- class = "object-cover h-48 w-full"
40
+ className = "object-cover h-48 w-full"
41
41
src = { require ( "../assets/courses/py2.png" ) }
42
42
width = "304"
43
43
height = "192"
44
44
alt = "Course 01"
45
45
/>
46
- < div class = "flex-1 flex flex-col p-6" >
47
- < div class = "flex-1" >
48
- < header class = "mb-2" >
49
- < h2 class = "text-xl font-extrabold leading-snug" >
46
+ < div className = "flex-1 flex flex-col p-6" >
47
+ < div className = "flex-1" >
48
+ < header className = "mb-2" >
49
+ < h2 className = "text-xl font-extrabold leading-snug" >
50
50
< a
51
- class = "text-slate-900 focus-visible:outline-none focus-visible:ring focus-visible:ring-indigo-300"
51
+ className = "text-slate-900 focus-visible:outline-none focus-visible:ring focus-visible:ring-indigo-300"
52
52
href = "#0"
53
53
>
54
54
2024 Summer{ " " }
55
55
< span className = "text-[#37ae33]" > Python + AI </ span > { " " }
56
56
< span className = "underline underline-offset-2" >
57
- Online Class
57
+ Online className
58
58
</ span > { " " }
59
59
(7-9th grade)
60
60
</ a >
@@ -83,6 +83,7 @@ const CourseCard3 = (props) => {
83
83
onAfterOpen = { afterOpenModal }
84
84
onRequestClose = { closeModal }
85
85
style = { customStyles }
86
+ ariaHideApp = { false }
86
87
contentLabel = "Example Modal"
87
88
>
88
89
< div
@@ -98,17 +99,16 @@ const CourseCard3 = (props) => {
98
99
< h1 className = "text-center md:text-4xl text-[#21811d] font-bold font-mono uppercase" >
99
100
2024 Summer{ " " }
100
101
< span className = "underline underline-offset-4" > Python + AI</ span > { " " }
101
- Online Class (7-9th grade)
102
+ Online className (7-9th grade)
102
103
</ h1 >
103
104
< div className = "overflow-y-auto ttt" >
104
105
< div className = "flex md:flex-row flex-col text-center mt-8 pb-3" >
105
106
< div className = "basis-2/3 flex flex-col items-center justify-center" >
106
107
< iframe
107
108
src = "https://www.youtube.com/embed/88kCqAB148U?si=oT-HdFpll7lDKW_"
108
109
title = "YouTube video player"
109
- frameborder = "0"
110
110
allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;"
111
- referrerpolicy = "strict-origin-when-cross-origin"
111
+ referrerPolicy = "strict-origin-when-cross-origin"
112
112
className = "rounded-2xl md:w-[750px] md:h-[450px] h-56 w-[350px]"
113
113
> </ iframe >
114
114
< div className = "text-center mt-7 mb-10 md:mb-0" >
@@ -238,9 +238,9 @@ const CourseCard3 = (props) => {
238
238
< li > 2 students: $25 off.</ li >
239
239
< li > 3+ students: $50 off</ li >
240
240
</ ul >
241
- < li > We will use Zoom for online class .</ li >
241
+ < li > We will use Zoom for online className .</ li >
242
242
< li >
243
- Beginner 2 class is the continuation of class beginner 1.
243
+ Beginner 2 className is the continuation of className beginner 1.
244
244
We suggest students register both two sessions, in order
245
245
to have a full understanding of Python.
246
246
</ li >
0 commit comments