Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rework about and home page to mention this is the community fork #217

Merged
merged 2 commits into from
Oct 29, 2021
Merged
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
18 changes: 17 additions & 1 deletion pug/about/about_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,23 @@ <h4 class="center">Motion provides meaning</h4>
<!-- About the Team-->
<div id="team" class="section scrollspy">
<h2 class="header">Meet the Team</h2>
<p class="caption">We are a team of students from Carnegie Mellon University.</p>

<h5>The community</h5>

<p class="caption">Due to inactivity of the original developers, MaterializeCSS has been forked by a community of enthusiasts, which continues to be fully maintained by open source principes since 2021.<br>
Without the many contributors who participated in this fork, this project would probably not have received any updates anymore :</p>

<div class="center">
<div class="image-container">
<img src="https://contrib.rocks/image?repo=materializecss/materialize&max=24" style="width:100%;">
</div>
</div>

<h5>The original team</h5>
<p class="caption">MaterializeCSS was originally launched in 2014 by a team of students from Carnegie Mellon University.
After 4 years of development, the latest official release was released in September 2018 and received more than
38K stars on github.</p>

<div class="center">
<div class="image-container">
<img src="images/materialize_team.jpeg" style="width:100%;">
Expand Down
12 changes: 9 additions & 3 deletions pug/index/index_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
<h1 class="header">Materialize</h1>
</div>
<div class="col s12 m8 offset-m2">
<h4 class="light">A modern responsive front-end framework based on Material Design</h4>
<h4 class="light">Simple. Built on open source. The responsive front-end library based on Google's Material Design.</h4>
</div>
</div>
<div class="row center">
<a href="getting-started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
</div>
<div class="row center"><a class="current-version-number" href="https://github.com/materializecss/materialize">Release: 1.1.0-alpha</a></div>
<br>

</div>
<div class="github-commit">
<div class="container">
Expand All @@ -31,6 +30,13 @@ <h4 class="light">A modern responsive front-end framework based on Material Desi
</div>
</div>
</div>
<div class="row">
<div class="col s12 m10 offset-m1">
<p class="grey-text" style="font-size: 0.8em;">Note : This is a community-managed fork of the official MaterializeCSS library.
Since the project's support has been dropped by the original team, this version is 100% community-powered, meaning that bug fixes or new features
are implemented by volunteers but are not official.</p>
</div>
</div>
</div>

<div class="container">
Expand All @@ -45,7 +51,7 @@ <h4 class="light">A modern responsive front-end framework based on Material Desi
<div class="center promo">
<i class="material-icons">flash_on</i>
<p class="promo-caption">Speeds up development</p>
<p class="light center">We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.</p>
<p class="light center">Most of the heavy lifting is done for you to provide a default stylings that incorporate our custom components. We also refined animations and transitions to provide a smoother experience for developers.</p>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions pug/page-contents/grid_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ <h5>Example Promotion Table</h5>
<div class="center promo promo-example">
<i class="material-icons">flash_on</i>
<p class="promo-caption">Speeds up development</p>
<p class="light center">We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components.</p>
</div>
<p class="light center">Most of the heavy lifting is done for you to provide a default stylings that incorporate our custom components. We also refined animations and transitions to provide a smoother experience for developers.</p>
</div>
</div>
<div class="col s4">
<div class="center promo promo-example">
Expand Down