@@ -31,15 +31,15 @@ export default function About(props) {
3131
3232 return (
3333 < div >
34- < div
35- className = "about-content container h-[100vh] px-[2rem] mt-[10vh]"
36- style = { {
37- background : props . mode === "dark" ? "#121212" : "#ffffff" ,
38- color : props . mode === "dark" ? "white" : "black" ,
39- } }
40- >
34+ < div
35+ className = "about-content container h-[100vh] px-[2rem] mt-[10vh]"
36+ style = { {
37+ background : props . mode === "dark" ? "#121212" : "#ffffff" ,
38+ color : props . mode === "dark" ? "white" : "black" ,
39+ } }
40+ >
4141 < section className = "about-main-section" >
42- < div className = "about-content-left" >
42+ < div className = "about-content-left" data-aos = "fade-right" data-aos-duration = "1300" >
4343 < h2 className = "Heading-Page !bg-gradient-to-r from-cyan-500 to-blue-500 !bg-clip-text !text-transparent " > About Us</ h2 >
4444 < div className = "about-section-desc w-[70%] text-sm leading-relaxed mx-auto fs-4" >
4545 Bitbox is like a friendly community where people working on
@@ -83,7 +83,7 @@ export default function About(props) {
8383 < div className = "tracker tr-23" > </ div >
8484 < div className = "tracker tr-24" > </ div >
8585 < div className = "tracker tr-25" > </ div >
86- < div id = "card" >
86+ < div id = "card" data-aos = "fade-left" data-aos-duration = "1300" >
8787 < img src = { AboutImgHero } id = "propmpt" alt = "aboutVectorImg" />
8888 </ div >
8989 </ div >
@@ -97,12 +97,12 @@ export default function About(props) {
9797 < div className = "Team-Sec" >
9898 < div className = "px-[2.5rem] m-0 text-center" >
9999 < div className = "team-content" >
100- < h2 className = "Heading-Page" >
100+ < h2 className = "Heading-Page" data-aos = "zoom-in" data-aos-duration = "1400" >
101101 Our < span className = "!bg-gradient-to-r from-cyan-500 to-blue-500 !bg-clip-text !text-transparent " > Team</ span >
102102 </ h2 >
103103 < div className = "team-grid container " >
104104 { /* card 1 */ }
105- < div className = "team-card" >
105+ < div className = "team-card" data-aos = "fade-up" data-aos-duration = "1700" data-aos-delay = "100" >
106106 < div className = "team-text" style = { { color : props . mode === 'dark' ? 'white' : 'black' } } >
107107 < b > Anuj Verma</ b > is a tech-savvy person who loves working with AI and building websites. He's gained experience through internships and projects, showing that he's ready to do great things in the tech world.
108108 </ div >
@@ -127,7 +127,7 @@ export default function About(props) {
127127 </ div >
128128 </ div >
129129 { /* card 2 */ }
130- < div className = "team-card" >
130+ < div className = "team-card" data-aos = "fade-up" data-aos-duration = "1700" data-aos-delay = "300" >
131131 < div className = "team-text" style = { { color : props . mode === 'dark' ? 'white' : 'black' } } >
132132 < b > Jitendra Kumar</ b > : Tech enthusiast skilled in web development and database management, showcasing expertise in projects like weather app and algorithm analyzer, poised for impactful contributions in the tech industry.
133133 </ div >
@@ -152,7 +152,7 @@ export default function About(props) {
152152 </ div >
153153 </ div >
154154 { /* card 3 */ }
155- < div className = "team-card" >
155+ < div className = "team-card" data-aos = "fade-up" data-aos-duration = "1700" data-aos-delay = "500" >
156156 < div className = "team-text" style = { { color : props . mode === 'dark' ? 'white' : 'black' } } >
157157 < b > Harshit Singh</ b > : Entry-level software engineer skilled in C, C++, Python, HTML, CSS, and JavaScript. Eager to leverage abilities in problem-solving and project development for organizational growth.
158158 </ div >
@@ -186,12 +186,12 @@ export default function About(props) {
186186 < div className = "Team-Sec" >
187187 < div className = "visitors-container" >
188188 < div className = "visitors-content" >
189- < h2 className = "Heading-Page" >
189+ < h2 className = "Heading-Page" data-aos = 'zoom-in' >
190190 Visitors
191191 </ h2 >
192192 < div className = "container" >
193193 < div className = "row" >
194- < div className = "col-md-3 col-sm-6" >
194+ < div className = "col-md-3 col-sm-6" data-aos = "fade-up" data-aos-duration = "1700" data-aos-delay = "100" >
195195 < div className = "counter" >
196196 < div className = "counter-icon" >
197197 < FontAwesomeIcon icon = { faUser } />
@@ -200,7 +200,7 @@ export default function About(props) {
200200 < h3 > VisitorCount</ h3 >
201201 </ div >
202202 </ div >
203- < div className = "col-md-3 col-sm-6" >
203+ < div className = "col-md-3 col-sm-6" data-aos = "fade-up" data-aos-duration = "1700" data-aos-delay = "300" >
204204 < div className = "counter blue" >
205205 < div className = "counter-icon" style = { { color : props . mode === 'dark' ? 'white' : '#4accdb' } } >
206206 { /* <i className="fa fa-youtube"></i> */ }
@@ -210,7 +210,7 @@ export default function About(props) {
210210 < h3 style = { { color : props . mode === 'dark' ? 'white' : '#4accdb' } } > Registrations</ h3 >
211211 </ div >
212212 </ div >
213- < div className = "col-md-3 col-sm-6" >
213+ < div className = "col-md-3 col-sm-6" data-aos = "fade-up" data-aos-duration = "1700" data-aos-delay = "500" >
214214 < div className = "counter" >
215215 < div className = "counter-icon" >
216216 < i className = "fa-solid fa-user-group" > </ i >
@@ -219,7 +219,7 @@ export default function About(props) {
219219 < h3 > Participants</ h3 >
220220 </ div >
221221 </ div >
222- < div className = "col-md-3 col-sm-6" >
222+ < div className = "col-md-3 col-sm-6" data-aos = "fade-up" data-aos-duration = "1700" data-aos-delay = "700" >
223223 < div className = "counter blue" >
224224 < div className = "counter-icon" style = { { color : props . mode === 'dark' ? 'white' : '#4accdb' } } >
225225 { /* <i className="fa fa-rocket"></i> */ }
@@ -237,14 +237,14 @@ export default function About(props) {
237237 { /* FAQ */ }
238238 < div className = "accordion-container" >
239239
240- < div className = "faq-section" >
240+ < div className = "faq-section" data-aos = "fade-up" data-aos-duration = "1700" >
241241 < div className = "container" >
242242 < h2 className = "Heading-Page mb-7" > Frequently Asked < span className = "!bg-gradient-to-r from-cyan-500 to-blue-500 !bg-clip-text !text-transparent " > Questions</ span > </ h2 >
243243 < section >
244244 < div className = "accordion" id = "accordionExample" >
245245 < div className = "accordion-item" >
246246 < h2 className = "accordion-header flex justify-center" >
247- < button className = "accordion-button collapsed fs-3" type = "button" data-bs-toggle = "collapse" data-bs-target = "#collapseOne" aria-expanded = "false" aria-controls = "collapseOne" style = { { background : props . mode === 'dark' ? 'black' : 'white' , color : props . mode === 'dark' ? 'white' : 'black' } } >
247+ < button className = "accordion-button collapsed fs-3" type = "button" data-bs-toggle = "collapse" data-bs-target = "#collapseOne" aria-expanded = "false" aria-controls = "collapseOne" style = { { background : props . mode === 'dark' ? 'black' : 'white' , color : props . mode === 'dark' ? 'white' : 'black' } } >
248248 Will a beginner, with absolutely no knowledge of github, gain
249249 anything fruitful?
250250 </ button >
0 commit comments