File tree Expand file tree Collapse file tree 4 files changed +38
-8
lines changed Expand file tree Collapse file tree 4 files changed +38
-8
lines changed Original file line number Diff line number Diff line change 4
4
name
5
5
6
6
-->
7
- < div class ="col-3 ">
8
- < div class ="card ">
7
+ < div class ="col-lg-3 col-sm-6 col-12 d-flex align-items-stretch ">
8
+ < div class ="card resource-card ">
9
9
< img class ="card-img-top " src ="{{site.baseurl}}/assets/img/resources/{{ resource.image }} " alt ="{{ resource.name }} ">
10
10
< div class ="card-body ">
11
11
< h5 class ="card-title "> {{ resource.name }}</ h5 >
Original file line number Diff line number Diff line change @@ -163,3 +163,33 @@ hr.mini-divider {
163
163
// box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
164
164
border-radius : 3px ;
165
165
}
166
+ //
167
+ // @media only screen and (min-width : 481px) {
168
+ // .resource-row.row {
169
+ // display: flex;
170
+ // flex-wrap: wrap;
171
+ // }
172
+ // .resource-row.row > [class*='col-'] {
173
+ // display: flex;
174
+ // flex-direction: column;
175
+ // }
176
+ // .resource-row.row:after,
177
+ // .resource-row.row:before {
178
+ // display: flex;
179
+ // }
180
+ // }
181
+
182
+ .resource-card {
183
+ margin-bottom : 30px ;
184
+
185
+ // flex: 1 0 auto;
186
+ // flex-direction: column;
187
+ //
188
+ // .card-text {
189
+ // flex-grow: 1;
190
+ // }
191
+ // .card-img-top {
192
+ // height: auto;
193
+ // width: 100%;
194
+ // }
195
+ }
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ <h2 class="">About</h2>
53
53
Tech Transparency aims to provide free resources which help those interested in navigate through the four core stages of getting a job in the tech industry:
54
54
</ p >
55
55
56
- < div class ="row justify-column-center ">
56
+ < div class ="row resource-row justify-column-center ">
57
57
{% for step in site.data.job_hunt_steps %}
58
58
< div class ="col ">
59
59
< a href ="{{ step.url}} ">
60
- < div class ="card ">
60
+ < div class ="card resource-card ">
61
61
< img class ="card-img-top " src ="{{site.baseurl}}/assets/img/resources/{{ step.image }} " alt ="{{ step.name }} ">
62
62
< div class ="card-body ">
63
63
< h5 class ="card-title "> {{ step.name }}</ h5 >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h2>1. Choosing a Role</h2>
10
10
< hr class ="mini-divider " />
11
11
12
12
< div class ="container ">
13
- < div class ="row justify-content-center ">
13
+ < div class ="row resource-row justify-content-center ">
14
14
{% for resource in site.data.roles %} {% include resource_card.html %} {% endfor %}
15
15
</ div >
16
16
</ div >
@@ -21,7 +21,7 @@ <h2>2. Choosing a Company</h2>
21
21
< hr class ="mini-divider " />
22
22
23
23
< div class ="container ">
24
- < div class ="row justify-content-center ">
24
+ < div class ="row resource-row justify-content-center ">
25
25
{% for resource in site.data.company_choosing %} {% include resource_card.html %} {% endfor %}
26
26
</ div >
27
27
</ div >
@@ -32,7 +32,7 @@ <h2>3. Getting the Interview</h2>
32
32
< hr class ="mini-divider " />
33
33
34
34
< div class ="container ">
35
- < div class ="row justify-content-center ">
35
+ < div class ="row resource-row justify-content-center ">
36
36
{% for resource in site.data.interview_resources %} {% include resource_card.html %} {% endfor %}
37
37
</ div >
38
38
</ div >
@@ -45,7 +45,7 @@ <h2>4. Getting the Offer</h2>
45
45
46
46
< div class ="container ">
47
47
< div class ="container ">
48
- < div class ="row justify-content-center ">
48
+ < div class ="row resource-row justify-content-center ">
49
49
{% for resource in site.data.interview_tips %} {% include resource_card.html %} {% endfor %}
50
50
</ div >
51
51
</ div >
You can’t perform that action at this time.
0 commit comments