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
35 changes: 35 additions & 0 deletions _data/outreachy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
aboutIntro: About Outreachy ModECI opensource contributors
contributionIntro: MDF codebase has been supported by various contributions of Outreachy's upcoming tech talent.
teamIntro: "Biannually two pairs of contributors are selected to contribute to the MDF codebase, each pair adding significantly to MDF. For every half, a pair of contributors are selected to work on MDF and its supporting libraries."
teamMembers: [
{
name: Manifest K. Chakalov,
from: Lagos Nigeria,
para: "Manifest Chakalov is a self-taught software engineer with a unique blend of skills encompassing both high-level and low-level programming. Despite his unconventional origins in the realm of agricultural science, his unwavering tenacity and boundless passion for technological exploration have molded him into an exceptional force to be reckoned with. When he's not immersed in the world of code, Manifest enjoys indulging in his hobbies, which include reading, embarking on long walks, exploring new destinations through travel, and crafting elegant lines of code that shape the digital frontier."
},
{
name: Peace Onoyiza,
from: Lagos Nigeria,
para: "Lauren Ipsum, an adept data scientist, possesses an extraordinary skill set that transforms raw data into actionable insights. Peacefully navigating the complex data landscape, Peace leverages a deep understanding of statistical analysis, machine learning, and data visualization to unveil hidden patterns and drive informed decision-making."
},
{
name: Monsurat Onabajo,
from: Ogun Nigeria,
para: "Lauren Ipsum, a seasoned data scientist, is a virtuoso in the realm of data alchemy. Monsurat, the maestro of analytics, brings an enchanting blend of expertise to the table. With a passion for dissecting complex datasets and extracting actionable insights, she conjures predictive models that seem almost magical in their accuracy. Monsurat's curiosity is insatiable, forever embarking on intellectual voyages to uncover hidden patterns in the data universe."
},
{
name: Kusanele Mpofu,
from: South Africa,
para: "Lauren Ipsum is thrilled to introduce Kusanele, an accomplished data scientist who brings a wealth of expertise to the field. With a razor-sharp analytical mind and a knack for uncovering hidden insights in complex datasets, Kusanele is a true data whisperer."
},
{
name: Parishit S. Rathore,
from: India,
para: "Lauren Ipsum, an adept data scientist, possesses an unwavering commitment to unraveling the mysteries of data. Parishit, with a keen intellect and an insatiable thirst for knowledge, navigates the data-driven landscape with precision and finesse. Their journey is a symphony of algorithms and insights, harmonizing disparate data points into a melodious narrative."
},
{
name: Ivy Mboya,
from: Nairobi,
para: "Lauren Ipsum is a highly accomplished data scientist, and she brings a wealth of expertise and innovation to the field. With a background in computer science and a penchant for uncovering valuable insights from complex datasets, Ivy has established herself as a leading figure in the world of data science. Her analytical prowess and dedication to refining predictive models have consistently driven her projects to success."
}
]
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ <h5>Navigation</h5>
<li>
<a class="page-scroll" href="{{site.baseurl}}#aboutPage">About</a>
</li>
<li>
<a class="page-scroll" href="{{site.baseurl}}#outreachyPage">Outreachy</a>
</li>
<li>
<a href="{{site.baseurl}}/privacy_policy" target="_blank">Legal Notice</a>
</li>
Expand Down
54 changes: 54 additions & 0 deletions _includes/outreachy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!-- About Section -->

<section id="outreachyPage" class="mdf-section">
<div class="container">
<div class="col-xs-12 col-md-6 mdf-content-sticky">
<div class="mdf-subtitle1">
<p class="w-100">{{site.data.outreachy.aboutIntro}}</p>
</div>
<div class="mdf-actions">
<p>{{site.data.outreachy.contributionIntro}}</p>
<a href="{{site.nsfLink}}" target="_blank">Learn More</a>
</div>
<div class="mdf-paragraph">
{{site.data.outreachy.teamIntro}}
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="mdf-tabContainer">
<div class="about-team">
{% for member in site.data.outreachy.teamMembers %}
<div class="about-teamRow">
<div class="about-teamImg">
<img src="img/team/{{forloop.index}}.jpg" alt="{{member.name}}">
</div>
<div class="about-teamContent">
<div class="panel-group" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="aboutheading{{forloop.index}}">
<div class="panel-title">
<h5>{{member.name}}</h5>
<p>{{member.from}}</p>
</div>
<a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#outreachy{{forloop.index}}" aria-expanded="false" aria-controls="collapse{{forloop.index}}">
<span>More</span>
<span>Less</span>
<img src="img/iconChevron_right.svg" alt="icon">
</a>
</div>
<div id="about{{forloop.index}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="aboutheading{{forloop.index}}">
<div class="panel-body">
<p>{{member.para}}</p>
</div>
</div>
</div>
</div>

</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</section>
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{% include mdf.html %}
{% include community.html %}
{% include about.html %}
{% include outreachy.html %}
{% include contact.html %}
{% include footer.html %}
{% include js.html %}
Expand Down
Binary file added _site/img/outreachy/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/img/team/8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.