Contributor content and cool css hover effect

This commit is contained in:
Thomas Smith 2023-01-27 14:32:20 -05:00
parent e5f1c229c5
commit ff38dcfc5a

View file

@ -934,8 +934,8 @@
<section>
<div class="container two-boxes">
<div class="row">
<h2 class="display-2">OSS wouldn't work without talented contributors.</h2>
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h2 class="display-2">OSS wouldn't work without talented contributors like you.</h2>
<p class="mb-5">We at tea would like to give a big shout out to all the open-source developers out there. Your contributions and dedication to making the world a better place through technology is truly admirable. Thanks to your hard work and generosity, projects like teaxyz/cli can continue to improve and evolve. If you are interested in joining our team of code crusaders, we welcome you with open arms. Head on over to the teaxyz/cli repository on Github and start contributing today! Let's continue to make a positive impact on the world of technology together.</p>
</div>
<div class="row" id="contributors-list">
@ -972,7 +972,7 @@
width:100%;
border-radius: 5px;
background-color: gray;
filter: grayscale(100%);
filter: invert(100%);
transition: 0.1s ease-in-out;
}