@@ -6,58 +6,67 @@ import Frameworks from "../../components/about/Frameworks";
6
6
import Databases from "../../components/about/Databases" ;
7
7
import Linuxdistros from "../../components/about/Linuxdistros" ;
8
8
import DevOps from "../../components/about/DevOps" ;
9
+ import BentoGrid from "@/components/BentoGrid" ;
10
+ import Footer from "@/components/Footer" ;
11
+ import MyIconCloud from "@/components/MyIconCloud" ;
9
12
10
13
function About ( ) {
11
14
return (
12
- < div className = "about-section py-12 relative z-48" >
13
- < div className = "container mx-auto sm:px-14 " >
14
- < div className = "flex flex-wrap" style = { { padding : "10px" } } >
15
+ < >
16
+ < div className = "about-section py-12 relative z-48 " >
17
+ < div className = "container mx-auto sm:px-14" >
15
18
< div
16
- className = "w-full md:w-2/3"
17
- style = { {
18
- justifyContent : "center" ,
19
- paddingTop : "30px" ,
20
- paddingBottom : "50px" ,
21
- } }
19
+ className = "flex flex-col md:flex-row"
20
+ style = { { padding : "10px" } }
22
21
>
23
- < h1 className = "text-4xl mb-6 text-center" >
24
- Discover< strong className = "purple" > My Journey</ strong >
25
- </ h1 >
26
- < Aboutcard />
22
+ < div
23
+ className = "w-full md:w-2/3"
24
+ style = { {
25
+ justifyContent : "center" ,
26
+ paddingTop : "30px" ,
27
+ paddingBottom : "50px" ,
28
+ } }
29
+ >
30
+ < h1 className = "text-4xl mb-6 text-center" >
31
+ Discover< strong className = "purple" > My Journey</ strong >
32
+ </ h1 >
33
+ < Aboutcard />
34
+ </ div >
35
+ < MyIconCloud />
27
36
</ div >
28
- </ div >
29
-
30
- < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
31
- Languages < strong className = "purple" > I Command </ strong >
32
- </ h1 >
33
- < ProgrammingLanguages />
37
+ < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
38
+ Languages < strong className = "purple" > I Command </ strong >
39
+ </ h1 >
40
+ < ProgrammingLanguages />
34
41
35
- < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
36
- Frameworks < strong className = "purple" > I Master</ strong >
37
- </ h1 >
38
- < Frameworks />
42
+ < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
43
+ Frameworks < strong className = "purple" > I Master</ strong >
44
+ </ h1 >
45
+ < Frameworks />
39
46
40
- < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
41
- Database Systems < strong className = "purple" > I Depend On </ strong >
42
- </ h1 >
43
- < Databases />
47
+ < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
48
+ Database Systems < strong className = "purple" > I Depend On </ strong >
49
+ </ h1 >
50
+ < Databases />
44
51
45
- < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
46
- Linux Distros < strong className = "purple" > I Navigate</ strong >
47
- </ h1 >
48
- < Linuxdistros />
52
+ < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
53
+ Linux Distros < strong className = "purple" > I Navigate</ strong >
54
+ </ h1 >
55
+ < Linuxdistros />
49
56
50
- < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
51
- DevOps Skills < strong className = "purple" > I Excel In</ strong >
52
- </ h1 >
53
- < DevOps />
57
+ < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
58
+ DevOps Skills < strong className = "purple" > I Excel In</ strong >
59
+ </ h1 >
60
+ < DevOps />
54
61
55
- < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
56
- Days < strong className = "purple" > I Code</ strong >
57
- </ h1 >
58
- < Github />
62
+ < h1 className = "project-heading text-4xl mt-14 mb-14 text-center" >
63
+ Days < strong className = "purple" > I Code</ strong >
64
+ </ h1 >
65
+ < Github />
66
+ </ div >
59
67
</ div >
60
- </ div >
68
+ < Footer />
69
+ </ >
61
70
) ;
62
71
}
63
72
0 commit comments