@@ -38,25 +38,39 @@ <h1>From<br /> Research To<br />Product
38
38
{% endif %}
39
39
40
40
< div class ="container homepage-feature-module key-features-module ">
41
+
41
42
< div class ="row ">
42
- < div class ="col-md-12 ">
43
- < h2 > Key Features &< br /> Capabilities</ h2 >
43
+ < div class ="col-md-9 ">
44
+ < div class ="row ">
45
+ < div class ="col-md-12 ">
46
+ < h2 > Key Features &< br /> Capabilities</ h2 >
44
47
45
- < a href ="{{ site.baseurl }}/features " class ="btn btn-lg with-right-arrow module-button ">
46
- See all Features
47
- </ a >
48
- </ div >
49
- </ div >
48
+ < a href ="{{ site.baseurl }}/features " class ="btn btn-lg with-right-arrow module-button ">
49
+ See all Features
50
+ </ a >
51
+ </ div >
52
+ </ div >
50
53
51
- < div class ="row key-features-boxes ">
52
- {% assign features = site.features | where: "featured-home", true | sort: 'order' %}
54
+ < div class ="row key-features-boxes ">
55
+ {% assign features = site.features | where: "featured-home", true | sort: 'order' %}
53
56
54
- {% for feature in features %}
55
- < div class ="col-md-3 key-feature-box ">
56
- < h5 > {{ feature.title }}</ h5 >
57
- < p > {{ feature.summary-home }}</ p >
57
+ {% for feature in features %}
58
+ < div class ="col-md-3 key-feature-box ">
59
+ < h5 > {{ feature.title }}</ h5 >
60
+ < p > {{ feature.summary-home }}</ p >
61
+ </ div >
62
+ {% endfor %}
58
63
</ div >
59
- {% endfor %}
64
+ </ div >
65
+ < div class ="col-md-3 ecosystem-row ">
66
+ < div class ="card ecosystem-card ">
67
+ < div class ="card-body ">
68
+ < div class ="card-summary ">
69
+ < p > Support Ukraine 🇺🇦 < br /> < a href ="https://opensource.fb.com/support-ukraine " target ="_blank " rel ="noopener "> Help Provide Humanitarian Aid to Ukraine.</ a > </ p >
70
+ </ div >
71
+ </ div >
72
+ </ div >
73
+ </ div >
60
74
</ div >
61
75
</ div >
62
76
0 commit comments