Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
Netflix Open Source Platform
Welcome to the Netflix Open Source Platform! This webpage serves as the central hub for all of Netflix's open-source projects, tools, and technologies that are freely available to the developer community. At Netflix, we believe in the power of open source and are committed to sharing our innovations with the world.

Overview
The Netflix Open Source Platform showcases a wide range of projects developed and used by Netflix engineers to tackle complex challenges at scale. Whether you're looking to optimize your cloud infrastructure, enhance data processing, or build resilient applications, you'll find a wealth of resources and tools on this platform.

Key Features
Project Listings: Explore a comprehensive list of Netflix's open-source projects, including popular tools like Hystrix, Zuul, Simian Army, and more. Each project includes detailed documentation, usage instructions, and links to the GitHub repositories.

Community Engagement: Join the thriving community of developers and contributors who are passionate about open source. Learn how you can contribute to Netflix's projects, report issues, and participate in discussions.

Blog and Updates: Stay up-to-date with the latest news, updates, and insights from the Netflix engineering team. The platform features a blog section where you can read about new releases, technical deep dives, and success stories.

Events and Meetups: Discover upcoming events, meetups, and conferences where you can connect with Netflix engineers and other open-source enthusiasts. Learn about the latest trends and innovations in the open-source community.

Contributing
We welcome contributions from developers around the world. If you're interested in contributing to one of our projects, check out the contribution guidelines provided in each repository. Your contributions help us improve our tools and technologies, making them even more powerful and accessible to the global community.

License
All projects listed on the Netflix Open Source Platform are released under various open-source licenses. Please refer to the individual project repositories for detailed licensing information.

URL
Source for the Netflix OSS Hub : http://netflix.github.io/
3 changes: 2 additions & 1 deletion css/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body {
/* Carousel base class */
.carousel {
height: 409px;
padding-top: 20px;
margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
Expand Down Expand Up @@ -136,4 +137,4 @@ body {
.featurette-heading {
margin-top: 120px;
}
}
}
48 changes: 25 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,31 +365,33 @@ <h3>Libraries to help you build rich client applications</h3>
<!-- FOOTER -->

<footer>
<div class="footer">
<div class="container">
<div class="col-md-4">
<p class="footer-sub"><strong>Open Source</strong></p>
<ul>
<li><a href="https://www.github.com/netflix" target="_blank">NETFLIX OPEN SOURCE</a></li>
<li><a href="https://jobs.netflix.com/" target="_blank">GET IN ON THE FUN: JOIN US!</a></li>
</ul>
</div>
<div class="col-md-4">
<p class="footer-sub"><strong>Stay in Touch</strong></p>
<ul>
<li><a href="http://techblog.netflix.com/" target="_blank">OUR TECH BLOG</a></li>
<li><a href="https://twitter.com/NetflixOSS" target="_blank">@NetflixOSS</a></li>
<li><a href="http://www.slideshare.net/netflix" target="_blank">SLIDESHARE</a></li>
<li><a href="http://www.meetup.com/Netflix-Open-Source-Platform/" target="_blank">NETFLIX MEETUP</a></li>
</ul>
</div>
<div class="powered-by-copyright col-md-4">
<a href="/"><img src="images/Netflix-OSS-Logo-Small.png" /></a>
<p style="clear:both;">&copy; 2012-2016 NETFLIX, INC. ALL RIGHTS RESERVED</p>
</div>
<div class="footer">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-md-4">
<p class="footer-sub"><strong>Open Source</strong></p>
<ul>
<li><a href="https://www.github.com/netflix" target="_blank">NETFLIX OPEN SOURCE</a></li>
<li><a href="https://jobs.netflix.com/" target="_blank">GET IN ON THE FUN: JOIN US!</a></li>
</ul>
</div>
<div class="col-md-4">
<p class="footer-sub"><strong>Stay in Touch</strong></p>
<ul>
<li><a href="http://techblog.netflix.com/" target="_blank">OUR TECH BLOG</a></li>
<li><a href="https://twitter.com/NetflixOSS" target="_blank">@NetflixOSS</a></li>
<li><a href="http://www.slideshare.net/netflix" target="_blank">SLIDESHARE</a></li>
<li><a href="http://www.meetup.com/Netflix-Open-Source-Platform/" target="_blank">NETFLIX MEETUP</a></li>
</ul>
</div>
<div class="col-md-4">
<a href="/"><img src="images/Netflix-OSS-Logo-Small.png" /></a>
<p style="clear:both;">&copy; 2012-2016 NETFLIX, INC. ALL RIGHTS RESERVED</p>
</div>
</div>
</footer>
</div>
</div>
</footer>

<!-- Bootstrap core JavaScript
================================================== -->
Expand Down