1
- import React from ' react' ;
2
- import Navbar from ' ./Navbar' ;
3
- import ' ../css/tailwind.css' ;
4
- import ' ../App.css' ;
1
+ import React from " react" ;
2
+ import Navbar from " ./Navbar" ;
3
+ import " ../css/tailwind.css" ;
4
+ import " ../App.css" ;
5
5
// import 'bulma/css/bulma.css'
6
- import homeimg from ' ../image/home.png' ;
7
- import { AnimatedOnScroll } from "react-animated-css-onscroll" ;
8
- import { CheckCircleFilled , InteractionFilled } from ' @ant-design/icons' ;
9
- import Footer from ' ./Footer' ;
10
- import ' uikit/dist/css/uikit.css' ;
11
- import ' uikit/dist/js/uikit' ;
6
+ import homeimg from " ../image/home.png" ;
7
+ import { AnimatedOnScroll } from "react-animated-css-onscroll" ;
8
+ import { CheckCircleFilled , InteractionFilled } from " @ant-design/icons" ;
9
+ import Footer from " ./Footer" ;
10
+ import " uikit/dist/css/uikit.css" ;
11
+ import " uikit/dist/js/uikit" ;
12
12
13
- function Home ( ) {
14
- return (
15
- < div >
16
- < Navbar />
17
- < div class = "" >
18
-
13
+ function Home ( ) {
14
+ return (
15
+ < div >
16
+ < Navbar />
17
+ < div class = "" >
18
+ < div className = " " >
19
+ < div className = "container" >
20
+ < div className = "flex flex-wrap" >
21
+ < div className = "w-full md:w-3/5 " >
22
+ < div className = " px-3 py-16 " >
23
+ < p className = "font-extrabold text-blue-900 text-center md:text-left text-5xl" >
24
+ Welcome to{ " " }
25
+ < span
26
+ class = "text-6xl text-gray-7
27
+ 900"
28
+ >
29
+ PopSchools
30
+ </ span > { " " }
31
+ </ p >
32
+ < p className = "text-gray-600 py-4 text-2xl " >
33
+ We exist today to create an inclusive community for
34
+ pre-career and early-career software developers, provide
35
+ opportunities for networking, and make pathways to paying
36
+ work in tech roles
37
+ </ p >
19
38
20
- < div className = " " >
21
- < div className = "container" >
22
- < div className = "flex flex-wrap" >
23
- < div className = "w-full md:w-3/5 " >
24
- < div className = " px-3 py-16 " >
25
- < p className = "font-extrabold text-blue-900 text-center md:text-left text-5xl" > Welcome to < span class = "text-6xl text-gray-7
26
- 900" > Popschools</ span > </ p >
27
- < p className = "text-gray-600 py-4 text-2xl " > We exist today to create an inclusive community for pre-career and early-career software developers, provide opportunities for networking, and make pathways to paying work in tech roles</ p >
28
-
39
+ < div className = "grid grid-cols-2 md:grid-cols-2 py-4 gap-4" >
40
+ < div >
41
+ < a href = "https://circle.popschools.com/c/welcome" >
42
+ < button class = "bg-transparent hover:bg-gray-900 text-gray-700 font-semibold hover:text-white py-2 px-4 border border-gray-500 hover:border-transparent rounded-lg" >
43
+ Join our community
44
+ </ button >
45
+ </ a >
46
+ </ div >
29
47
30
- < div className = "grid grid-cols-2 md:grid-cols-2 py-4 gap-4" >
31
-
32
- < div > < a href = "https://circle.popschools.com/c/welcome" > < button class = "bg-transparent hover:bg-gray-900 text-gray-700 font-semibold hover:text-white py-2 px-4 border border-gray-500 hover:border-transparent rounded-lg" >
33
- Join our community
34
- </ button >
35
- </ a >
36
-
37
- </ div >
38
-
39
- < div >
40
-
41
- </ div >
42
-
43
- </ div >
48
+ < div > </ div >
49
+ </ div >
50
+ </ div >
51
+ </ div >
52
+ < div className = "w-full md:w-2/5 " >
53
+ < AnimatedOnScroll animationIn = "bounceInRight" >
54
+ < div class = "px-3 md:py-24 object-right " >
55
+ < img
56
+ src = { homeimg }
57
+ alt = ""
58
+ className = "w-full rounded-lg shadow-lg"
59
+ />
60
+ </ div >
61
+ </ AnimatedOnScroll >
62
+ </ div >
63
+ </ div >
44
64
</ div >
45
- </ div >
46
- < div className = "w-full md:w-2/5 " >
47
- < AnimatedOnScroll animationIn = "bounceInRight" >
48
- < div class = "px-3 md:py-24 object-right " >
49
- < img src = { homeimg } alt = "" className = "w-full rounded-lg shadow-lg" />
50
- </ div >
51
- </ AnimatedOnScroll >
52
- </ div >
53
-
54
- </ div >
55
- </ div > </ div >
56
-
57
-
58
65
</ div >
59
- { /* service are placed here */ }
60
- < div className = " mb-8 bgpro" >
61
- < div className = "container" >
62
- < p className = "text-gray-600 md:px-32 text-4xl font-bold text-center py-2" > PopSchools is meant to create access to a safe and inclusive community, mutual aid, and paying work opportunities through apprenticeships to early-career technologists</ p >
63
-
66
+ </ div >
67
+ { /* service are placed here */ }
68
+ < div className = " mb-8 bgpro" >
69
+ < div className = "container" >
70
+ < p className = "text-gray-600 md:px-32 text-4xl font-bold text-center py-2" >
71
+ PopSchools is meant to create access to a safe and inclusive
72
+ community, mutual aid, and paying work opportunities through
73
+ apprenticeships to early-career technologists
74
+ </ p >
75
+ </ div >
76
+ < div className = "container py-8" >
77
+ < div className = "grid grid-cols-2 md:grid-cols-4 gap-8" >
78
+ < div
79
+ className = "ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg"
80
+ data-aos = "zoom-in-down"
81
+ data-aos-duration = "1000"
82
+ >
83
+ < p className = "text-center text-6xl text-gray-800" >
84
+ < CheckCircleFilled />
85
+ </ p >
86
+ < p className = "text-center py-3 text-sm font-bold text-gray-800" >
87
+ { " " }
88
+ Career Guidance
89
+ </ p >
64
90
</ div >
65
- < div className = "container py-8" >
66
- < div className = "grid grid-cols-2 md:grid-cols-4 gap-8" >
67
-
68
- < div className = "ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg" data-aos = "zoom-in-down" data-aos-duration = "1000" >
69
- < p className = "text-center text-6xl text-gray-800" > < CheckCircleFilled /> </ p >
70
- < p className = "text-center py-3 text-sm font-bold text-gray-800" > Career Guidance</ p >
71
- </ div >
72
- < div className = "ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg" data-aos = "flip-right" >
73
- < p className = "text-center text-6xl text-gray-800" > < InteractionFilled /> </ p >
74
- < p className = "text-center py-3 text-sm font-bold text-gray-800" > Study Group</ p >
75
- </ div >
76
- < div className = " ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg" data-aos = "fade-down" data-aos-duration = "1000" >
77
- < p className = "text-center text-6xl text-gray-800" > < CheckCircleFilled /> </ p >
78
- < p className = "text-center py-3 text-sm font-bold text-gray-800" > Opportunities</ p >
79
- </ div >
80
- < div className = " ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg" data-aos = "fade-down" data-aos-duration = "1000" >
81
- < p className = "text-center text-6xl text-gray-800" > < CheckCircleFilled /> </ p >
82
- < p className = "text-center py-3 text-sm font-bold text-gray-800" > Daily Challenges</ p >
83
- </ div >
84
-
85
-
86
- </ div >
91
+ < div
92
+ className = "ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg"
93
+ data-aos = "flip-right"
94
+ >
95
+ < p className = "text-center text-6xl text-gray-800" >
96
+ < InteractionFilled />
97
+ </ p >
98
+ < p className = "text-center py-3 text-sm font-bold text-gray-800" >
99
+ { " " }
100
+ Study Group
101
+ </ p >
87
102
</ div >
103
+ < div
104
+ className = " ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg"
105
+ data-aos = "fade-down"
106
+ data-aos-duration = "1000"
107
+ >
108
+ < p className = "text-center text-6xl text-gray-800" >
109
+ < CheckCircleFilled />
110
+ </ p >
111
+ < p className = "text-center py-3 text-sm font-bold text-gray-800" >
112
+ { " " }
113
+ Opportunities
114
+ </ p >
115
+ </ div >
116
+ < div
117
+ className = " ml-3 mr-3 px-4 bg-gray-300 rounded-lg shadow-lg"
118
+ data-aos = "fade-down"
119
+ data-aos-duration = "1000"
120
+ >
121
+ < p className = "text-center text-6xl text-gray-800" >
122
+ < CheckCircleFilled />
123
+ </ p >
124
+ < p className = "text-center py-3 text-sm font-bold text-gray-800" >
125
+ { " " }
126
+ Daily Challenges
127
+ </ p >
128
+ </ div >
129
+ </ div >
88
130
</ div >
89
-
131
+ </ div >
90
132
91
- { /* footer */ }
92
- < Footer />
93
- </ div >
94
- )
133
+ { /* footer */ }
134
+ < Footer />
135
+ </ div >
136
+ ) ;
95
137
}
96
138
97
- export default Home ;
139
+ export default Home ;
0 commit comments