11---
22layout: default
33---
4+ {% assign t = site.data.locales[page.lang][page.lang] %}
45
5- {% assign t = site.data.locales[ page.lang][page.lang] %} {% if page.lang and
6- page.lang != "en" %} {% assign lang_dir = page.lang | prepend: "/" %} {% endif
7- %}
6+ {% if page.lang and page.lang != "en" %}
7+ {% assign lang_dir = page.lang | prepend: "/" %}
8+ {% endif %}
89
910< header class ="jumbotron text-center bg-gray px-3 pb-0 ">
1011 < div class ="container-lg position-relative ">
11- < h1 class ="alt-h0 mb-2 "> {{ t.OpenSourceFriday }}</ h1 >
12+ < h1 class ="alt-h0 mb-2 ">
13+ {{ t.OpenSourceFriday }}
14+ </ h1 >
1215 < p class ="alt-lead text-gray mb-md-5 col-md-8 mx-auto ">
1316 {{ t.full_description }}
1417 </ p >
15- < img
16- alt ="oss bike "
17- src ="{{ site.baseurl }}/assets/images/oss-bike.svg "
18- class ="img-responsive bike-animate-in mt-4 mt-md-6 mb-n2 "
19- />
18+ < img alt ="oss bike " src ="{{ site.baseurl }}/assets/images/oss-bike.svg " class ="img-responsive bike-animate-in mt-4 mt-md-6 mb-n2 ">
2019 </ div >
2120</ header >
2221
2322< div class ="border-top py-6 px-3 bg-gray-light " id ="participate ">
2423 < div class ="container-lg px-3 py-6 ">
25- < h2 class ="alt-h2 text-center mb-3 "> {{ t.index.main.title }}</ h2 >
24+
25+ < h2 class ="alt-h2 text-center mb-3 ">
26+ {{ t.index.main.title }}
27+ </ h2 >
2628
2729 < div class ="d-md-table direction-md-ltr mb-6 py-6 border-bottom ">
2830 < div class ="d-md-table-cell v-align-middle col-md-6 text-center ">
2931 < a href ="https://opensource.guide/how-to-contribute/ ">
30- < img
31- alt ="contribute "
32- src ="{{ site.baseurl }}/assets/images/contribute.svg "
33- class ="img-responsive "
34- />
32+ < img alt ="contribute " src ="{{ site.baseurl }}/assets/images/contribute.svg " class ="img-responsive ">
3533 </ a >
3634 </ div >
37- < div
38- class ="d-md-table-cell v-align-middle col-md-6 direction-md-ltr pl-md-6 "
39- >
40- < h3 class =" alt-h3 mb-2 " > {{ t.index.main.contribution }} < /h3 >
35+ < div class =" d-md-table-cell v-align-middle col-md-6 direction-md-ltr pl-md-6 " >
36+ < h3 class ="alt-h3 mb-2 " >
37+ {{ t.index.main.contribution }}
38+ </ h3 >
4139
42- < p class ="text-gray f4 mb-3 "> {{ t.headline.contributors }}</ p >
40+ < p class ="text-gray f4 mb-3 ">
41+ {{ t.headline.contributors }}
42+ </ p >
4343
4444 < p >
45- {{ t.index.main.read_the_guide }} {% include chevron-right.html %}
45+ {{ t.index.main.read_the_guide }}
46+ {% include chevron-right.html %}
4647 </ p >
4748 </ div >
4849 </ div >
4950
50- < h3 class ="alt-h3 mb-2 "> {{ t.index.find.title }}</ h3 >
51- < p class ="alt-lead f2 text-gray "> {{ t.index.find.description }}</ p >
51+ < h3 class ="alt-h3 mb-2 ">
52+ {{ t.index.find.title }}
53+ </ h3 >
54+ < p class ="alt-lead f2 text-gray ">
55+ {{ t.index.find.description }}
56+ </ p >
5257 < div class ="d-md-flex gutter my-6 ">
5358 < div class ="col-md-4 mb-6 ">
54- < h4 class ="mb-2 "> {{ t.index.find.used.title }}</ h4 >
55- < p class ="text-gray "> {{ t.index.find.used.description }}</ p >
59+ < h4 class ="mb-2 ">
60+ {{ t.index.find.used.title }}
61+ </ h4 >
62+ < p class ="text-gray ">
63+ {{ t.index.find.used.description }}
64+ </ p >
5665 </ div >
5766 < div class ="col-md-4 mb-6 ">
58- < h4 class ="mb-2 "> {{ t.index.find.issue.title }}</ h4 >
67+ < h4 class ="mb-2 ">
68+ {{ t.index.find.issue.title }}
69+ </ h4 >
5970
60- < p class ="text-gray "> {{ t.index.find.issue.description }}</ p >
71+ < p class ="text-gray ">
72+ {{ t.index.find.issue.description }}
73+ </ p >
6174
6275 < ul class ="ml-3 ">
6376 < li >
64- < a href ="https ://up-for-grabs.net ">
77+ < a href ="http ://up-for-grabs.net/ ">
6578 {{ t.index.find.issue.grabs }}
6679 </ a >
6780 </ li >
6881 < li >
69- < a href ="https://codetriage.com ">
82+ < a href ="https://www. codetriage.com/ ">
7083 {{ t.index.find.issue.triage }}
7184 </ a >
7285 </ li >
@@ -78,51 +91,47 @@ <h4 class="mb-2">{{ t.index.find.issue.title }}</h4>
7891 </ ul >
7992 </ div >
8093 < div class ="col-md-4 mb-6 ">
81- < h4 class ="mb-2 "> {{ t.index.find.welcome.title }}</ h4 >
94+ < h4 class ="mb-2 ">
95+ {{ t.index.find.welcome.title }}
96+ </ h4 >
8297
83- < p > {{ t.index.find.welcome.description }}</ p >
98+ < p >
99+ {{ t.index.find.welcome.description }}
100+ </ p >
84101 </ div >
85102 </ div >
86103 </ div >
87104</ div >
88105
89106< div class ="border-top py-5 ">
90107 < div class ="container-lg ">
91- < h2 class ="alt-h2 mt-6 text-center "> {{ t.endorsement.title }}</ h2 >
108+ < h2 class ="alt-h2 mt-6 text-center ">
109+ {{ t.endorsement.title }}
110+ </ h2 >
92111 < div class ="mt-3 pb-6 ">
93112 < div class ="d-flex flex-wrap flex-items-stretch gutter ">
94113 < div class ="col-md-6 ">
95114 < aside class ="pquote height-full ">
96- < img
97- src ="https://avatars.githubusercontent.com/kmcrayton7?s=180 "
98- class ="pquote-avatar "
99- alt ="avatar "
100- />
115+ < img src ="https://avatars.githubusercontent.com/kmcrayton7?s=180 " class ="pquote-avatar " alt ="avatar ">
101116 {{ t.endorsement.Kim_Crayton.message }}
102117 < p markdown ="1 " class ="pquote-credit ">
103- — {{ t.endorsement.Kim_Crayton.name }} (< a
104- href ="https://github.com/kmcrayton7 "
105- > @kmcrayton7</ a
106- > )
107- < br />
118+ —
119+ {{ t.endorsement.Kim_Crayton.name }}
120+ (< a href ="https://github.com/kmcrayton7 "> @kmcrayton7</ a > )
121+ < br >
108122 {{ t.endorsement.Kim_Crayton.title }}
109123 </ p >
110124 </ aside >
111125 </ div >
112126 < div class ="col-md-6 ">
113127 < aside class ="pquote height-full ">
114- < img
115- src ="https://avatars.githubusercontent.com/lamby?s=180 "
116- class ="pquote-avatar "
117- alt ="avatar "
118- />
128+ < img src ="https://avatars.githubusercontent.com/lamby?s=180 " class ="pquote-avatar " alt ="avatar ">
119129 {{ t.endorsement.Chris_Lamb.message }}
120130 < p markdown ="1 " class ="pquote-credit ">
121- — {{ t.endorsement.Chris_Lamb.name }} (< a
122- href ="https://github.com/lamby "
123- > @lamby</ a
124- > )
125- < br />
131+ —
132+ {{ t.endorsement.Chris_Lamb.name }}
133+ (< a href ="https://github.com/lamby "> @lamby</ a > )
134+ < br >
126135 {{ t.endorsement.Chris_Lamb.title }}
127136 </ p >
128137 </ aside >
@@ -138,19 +147,25 @@ <h2 class="alt-h2 mt-6 text-center">{{ t.endorsement.title }}</h2>
138147 < div class ="col-lg-4 mx-auto ">
139148 < h2 class ="alt-h3 my-2 ">
140149 < a href ="{{ lang_dir }}/businesses ">
141- {{ t.Businesses }} {% include chevron-right.html %}
150+ {{ t.Businesses }}
151+ {% include chevron-right.html %}
142152 </ a >
143153 </ h2 >
144- < p class ="text-gray f4 "> {{ t.headline.businesses }}</ p >
154+ < p class ="text-gray f4 ">
155+ {{ t.headline.businesses }}
156+ </ p >
145157 </ div >
146158
147159 < div class ="col-lg-4 mx-auto ">
148160 < h2 class ="alt-h3 my-2 ">
149161 < a href ="{{ lang_dir }}/maintainers ">
150- {{ t.Maintainers }} {% include chevron-right.html %}
162+ {{ t.Maintainers }}
163+ {% include chevron-right.html %}
151164 </ a >
152165 </ h2 >
153- < p class ="text-gray f4 "> {{ t.headline.maintainers }}</ p >
166+ < p class ="text-gray f4 ">
167+ {{ t.headline.maintainers }}
168+ </ p >
154169 </ div >
155170 </ div >
156171 </ div >
0 commit comments