File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ function About() {
88
88
< div className = "about__box about__box--2 aos-init" data-aos = "flip-left" >
89
89
< img
90
90
className = "about__img"
91
- src = "https://civicopilot. com/wp-content/uploads/2022/11/searching_training.svg "
91
+ src = "https://img.freepik. com/free-vector/illustrated-woman-being-intern-company_23-2148726151.jpg?size=626 & ext = jpg "
92
92
alt = "img"
93
93
/>
94
94
</ div >
@@ -98,7 +98,7 @@ function About() {
98
98
< div className = "about__box about__box--2" >
99
99
< img
100
100
className = "about__img"
101
- src = "https://media.istockphoto .com/id/1276643671/ vector/tiny-programmers-programming-website-for-internet-platform .jpg?s=612x612 & w = 0 & k = 20 & c = 7 k24K8DYdSRxVHj3roqR_f4wkk-a_fG3WlT4hN-VJUg = "
101
+ src = "https://img.freepik .com/free- vector/developer-activity-concept-illustration_114360-1554 .jpg?t=st=1726407511~exp=1726411111~hmac=f2dbc71c1557c1284496c3bb3d243d58894cd840fad5b42c528679d5fb57d2c4 & w = 740 "
102
102
alt = "img"
103
103
/>
104
104
</ div >
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ export default function Faq() {
36
36
>
37
37
< AccordionItemHeading >
38
38
< AccordionItemButton className = "faq__accordion-item" >
39
- < AccordionItemState >
39
+ { /* <AccordionItemState>
40
40
{({ expanded }) =>
41
41
expanded
42
42
? setClassName("expanded")
43
43
: setClassName("collapsed")
44
44
}
45
- </ AccordionItemState >
45
+ </AccordionItemState> */ }
46
46
< div
47
47
className = "faq__accordion-button"
48
48
onClick = { ( ) => setIndex ( i ) }
Original file line number Diff line number Diff line change
1
+
1
2
.about__contributor-container {
2
3
gap : 5% ;
3
- margin : 40px ;
4
+ /* margin: 40px; */
4
5
font-size : 2rem ;
5
6
margin-top : 6rem ;
6
7
width : 100% ;
8
+ /* overflow: hidden; */
7
9
}
8
10
.about__founder-container ,
9
11
.about__buttons-container {
522
524
flex-wrap : wrap;
523
525
gap : 0.5rem ;
524
526
}
527
+
528
+ .about__img {
529
+ /* width: calc(100 - 90)px!important;
530
+ height: inherit; */
531
+ /* border-radius: 5px !important; */
532
+ border-radius : 5px ;
533
+ object-fit : scale-down;
534
+ /* height: 188%; */
535
+ /* fill-opacity: blur(10px);
536
+ */
537
+ /* overflow: hidden !important; */
538
+ /* overflow: hidden; */
539
+
540
+ }
You can’t perform that action at this time.
0 commit comments