mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
a4bc2a16f3
This div is not used in any CSS, and is preventing the title and description from being positionable on the containing grid. I’ve moved the title ID attribute on to the title itself so we don’t lose the landmark.
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
---
|
|
layout: layouts/index.njk
|
|
---
|
|
|
|
<section id="introduction" class="auto-grid">
|
|
<h1 class="title__thicc" id="title">Self-Defined</h1>
|
|
<p>A modern dictionary about us.<br>We define our words, but they don't define us.</p>
|
|
<div>
|
|
<p class="summary">
|
|
Self-Defined seeks to provide more inclusive, holistic, and fluid definitions to reflect the diverse perspectives of the modern world.
|
|
</p>
|
|
<p>
|
|
With the foundation of vocabulary, we can begin to understand lived experiences of people different than us. Words can provide us with a sense of identify and allow us to find kinship through common experiences.
|
|
</p>
|
|
</div>
|
|
<div class="box">
|
|
<p class="subtitle">Ways to help</p>
|
|
<ol class="help">
|
|
<li> Submit words and definitions through <a href="https://github.com/tatianamac/selfdefined/pulls" rel="noreferral">pull requests</a>.</li>
|
|
<li>Sponsor this work through <a href="https://github.com/sponsors/tatianamac">GitHub Sponsors</a>.</li>
|
|
<li>Volunteer writing, design, dev help by <a href="http://www.twitter.com/tatianatmac">DMing me @tatianatmac on Twitter</a>.</li>
|
|
</ol>
|
|
</div>
|
|
</section>
|