File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -56,21 +56,22 @@ <h2 class="">About</h2>
56
56
< div class ="row resource-row justify-column-center ">
57
57
{% for step in site.data.job_hunt_steps %}
58
58
< div class ="col-lg-3 col-sm-6 col-12 d-flex align-items-stretch ">
59
- < a href =" {{ step.url}} " >
59
+
60
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 >
64
+ < a href ="{{ step.url }} " class ="btn btn-primary btn-block " target ="_blank "> Read More</ a >
64
65
</ div >
65
66
</ div >
66
- </ a >
67
67
</ div >
68
68
{% endfor %}
69
69
</ div >
70
70
</ div >
71
71
</ section >
72
72
73
- < section class ="section ">
73
+ <!-- the carousel is broken on tiny screens so don't even bother -->
74
+ < section class ="section d-none d-sm-block ">
74
75
< div class ="container ">
75
76
76
77
< h2 class =""> Success Stories</ h2 >
@@ -94,7 +95,7 @@ <h2 class="">Success Stories</h2>
94
95
{% endif %}
95
96
< div class ="carousel-item {{ active_class }} ">
96
97
< img class ="d-block w-100 " src ="{{ site.baseurl }}/assets/img/testimonials/{{ testimonial.image }} " alt ="{{ testimonial.name }} ">
97
- < div class ="carousel-caption d-none d-sm-block carousel-caption-shadowed ">
98
+ < div class ="carousel-caption carousel-caption-shadowed ">
98
99
99
100
< p > "{{ testimonial.quote }}"</ p >
100
101
< h5 > — {{ testimonial.name }}</ h5 >
You can’t perform that action at this time.
0 commit comments