File tree Expand file tree Collapse file tree 3 files changed +73
-19
lines changed Expand file tree Collapse file tree 3 files changed +73
-19
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ export default function AboutUs() {
132
132
title = 'Wanna learn more?'
133
133
content = { '' }
134
134
rowOrder = 'row'
135
- image = '/images/svg/semi-colon .svg'
135
+ image = '/images/svg/close-curly-bracket .svg'
136
136
color = { primary }
137
137
bgColor = { lightBgColor }
138
- customInnerClass = 'our-purpose '
138
+ customInnerClass = 'wanna-learn-more '
139
139
/>
140
140
< TwoColumn
141
141
title = { < div > Junior < br /> Developers</ div > }
@@ -147,24 +147,24 @@ export default function AboutUs() {
147
147
'PR while guided throughout the entire process.\n'
148
148
}
149
149
rowOrder = 'row'
150
- linkText = 'Our Wiki '
150
+ linkText = 'Our wiki '
151
151
link = 'https://github.com/Web-Dev-Path/web-dev-path/wiki'
152
152
customBtnClass = 'inverted-grey'
153
153
color = { primary }
154
154
bgColor = { lightBgColor }
155
155
customInnerClass = 'two-text-columns'
156
156
secondTextColumn =
157
157
< TwoColumn
158
- title = ' Experienced Developers'
158
+ title = { < div > Experienced < br /> Developers</ div > }
159
159
content = { 'If you are an experienced and patient-loving developer, ' +
160
160
'a true rockstar who wants to mentor juniors, ' +
161
161
'it will be wonderful to have your help to review those PR\'s, ' +
162
162
'write detailed issues and guide the developers when necessary.\n'
163
163
}
164
164
rowOrder = 'row'
165
- linkText = 'Our Wiki '
166
- link = 'https://github.com/Web-Dev-Path/web-dev-path/wiki '
167
- customBtnClass = 'inverted-grey'
165
+ linkText = 'Contact us '
166
+ link = '/contact '
167
+ customBtnClass = 'inverted-grey'
168
168
color = { primary }
169
169
bgColor = { lightBgColor }
170
170
customInnerClass = 'second-text-column'
Original file line number Diff line number Diff line change 3
3
4
4
.wrapper {
5
5
align-self : stretch ;
6
+
6
7
.inner {
7
8
padding : 5rem 0 ;
8
9
margin : 0 auto ;
21
22
color : $primary-content-color ;
22
23
margin : 0 ;
23
24
}
25
+
24
26
.content {
25
27
display : flex ;
26
28
align-items : center ;
27
29
margin : 3.875rem 0 2.5rem ;
28
30
max-width : 39rem ;
29
31
font-size : 1.5rem ;
30
32
line-height : 1.938rem ;
33
+
31
34
a {
32
35
text-decoration : underline ;
33
36
text-underline-offset : 2px ;
114
117
}
115
118
}
116
119
120
+ & .wanna-learn-more {
121
+ .content {
122
+ margin : 0 ;
123
+ }
124
+
125
+ .inner__content {
126
+ flex-basis : 70% ;
127
+ }
128
+
129
+ .inner__image {
130
+ height : 10rem ;
131
+ flex-basis : 30% ;
132
+
133
+ @include desktop {
134
+ height : 20rem ;
135
+ }
136
+
137
+ .img {
138
+ object-fit : contain ;
139
+ }
140
+ }
141
+ }
142
+
117
143
& .two-text-columns {
118
144
justify-content : center ;
119
- gap : 170px ;
120
-
145
+ gap : 5rem ;
121
146
122
- .inner {
147
+ .inner {
123
148
padding : 0px ;
124
149
margin : 0px ;
125
-
126
150
}
127
151
128
- .inner__content {
152
+ .inner__content {
129
153
display : flex ;
130
154
flex-direction : column ;
131
155
align-items : flex-start ;
132
- justify-content : stretch ;
133
156
}
134
157
135
- h2 {
158
+ h2 {
136
159
font-size : 2rem ;
137
160
line-height : 2.5rem ;
138
161
}
139
162
140
- .inner__content {
141
- width : 400px ;
163
+ .inner {
164
+ margin : 0px ;
165
+ padding : 0px ;
166
+ }
167
+
168
+ .inner__content {
142
169
flex-basis : unset ;
170
+
171
+ @include desktop {
172
+ width : 400px ;
173
+ }
143
174
}
144
175
145
- a {
176
+ a {
146
177
margin-top : auto ;
178
+ color : $light-bg-color ;
179
+ }
180
+
181
+ a :hover {
182
+ color : $primary-content-color ;
147
183
}
148
184
}
149
185
150
186
& .second-text-column {
151
187
height : 100% ;
152
- .inner {
188
+ width : 100 % ;
153
189
190
+ .inner {
154
191
height : 100% ;
155
192
}
156
193
157
- .inner__content {
194
+ .inner__content {
158
195
height : 100% ;
159
196
}
160
197
}
You can’t perform that action at this time.
0 commit comments