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
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="hero__content">
<div class="hero__content__inner" id='navConverter'>
<h1 class="hero__title">A production-ready theme for your projects</h1>
<p class="hero__text">Evie is an MIT licensed template bundled with a minimal style guide to build websites faster. It is extemely lightweight, customizable and works perfectly on modern browsers.</p>
<p class="hero__text">Evie is an MIT licensed template bundled with a minimal style guide to build websites faster. It is extremely lightweight, customizable, and works perfectly on modern browsers.</p>
<a href="/downloads/evie_theme.zip" class="button button__accent" onclick="trackOutboundLink('/downloads/evie_theme.zip','Download','Theme')">Download Evie</a>
<a href="/docs" class="button hero__button">Learn more</a>

Expand Down
2 changes: 1 addition & 1 deletion src/docs/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="hero__content">
<div class="hero__content__inner" id='navConverter'>
<h1 class="hero__title">A production-ready theme for your projects</h1>
<p class="hero__text">Evie is an MIT licensed template bundled with a minimal style guide to build websites faster. It is extemely lightweight, customizable and works perfectly on modern browsers.</p>
<p class="hero__text">Evie is an MIT licensed template bundled with a minimal style guide to build websites faster. It is extremely lightweight, customizable, and works perfectly on modern browsers.</p>
<a href="/downloads/evie_theme.zip" class="button button__accent" onclick="trackOutboundLink('/downloads/evie_theme.zip','Download','Theme')">Download Evie</a>
<a href="/docs" class="button hero__button">Learn more</a>

Expand Down
2 changes: 1 addition & 1 deletion src/theme/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="hero__content">
<div class="hero__content__inner" id='navConverter'>
<h1 class="hero__title">A production-ready theme for your projects</h1>
<p class="hero__text">Evie is an MIT licensed template bundled with a minimal style guide to build websites faster. It is extemely lightweight, customizable and works perfectly on modern browsers.</p>
<p class="hero__text">Evie is an MIT licensed template bundled with a minimal style guide to build websites faster. It is extremely lightweight, customizable, and works perfectly on modern browsers.</p>
<a href="#" class="button button__accent">Download Evie</a>
<a href="#" class="button hero__button">Learn more</a>
</div>
Expand Down