Skip to content

Commit b192064

Browse files
authored
Merge pull request #674 from andrea-kyurchiev/feat/adds-what-is-innersouce-section
adds a what is Innersource section to the home page
2 parents 1cbc2c7 + ed6d05b commit b192064

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

content/en/_index.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,23 @@ title: "InnerSource Commons"
2929
</div>
3030
</section>
3131

32-
3332
<section class="section bg-light">
33+
<div class="container">
34+
<div class="row text-center">
35+
<div class="col-md-5 my-auto">
36+
<img src="/images/community/problem-solving.png" class="img-fluid pl-4 pr-4">
37+
</div>
38+
<div class="col-md-6 text-right">
39+
<p class="section-title h2">What is InnerSource?</p>
40+
<p>InnerSource takes the lessons learned from developing open source software and applies them to the way companies develop software internally. As developers have become accustomed to working on world class open source software, there is a strong desire to bring those practices back inside the firewall and apply them to software that companies may be reluctant to release. For companies building mostly closed source software, InnerSource can be a great tool to help break down silos, encourage internal collaboration, accelerate new engineer on-boarding, and identify opportunities to contribute software back to the open source world.
41+
</p>
42+
</div>
43+
</div>
44+
</div>
45+
</section>
46+
47+
48+
<section class="section">
3449
<div class="container">
3550
<div class="row text-right">
3651
<div class="col-md-6">
489 KB
Loading

0 commit comments

Comments
 (0)