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

Add Descriptive Section to CC Search About Page #299

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
11 changes: 11 additions & 0 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@
outline: 2px solid #686666;
}

.body-search-description {
margin-top: 20px;
margin: 0 auto;
max-width: 943px;
}

.body-search-description p {
font-size: 13px;
margin-bottom: 8px;
}

.search-button {
padding: 14px;
width: 100%; /* Full width on small screens */
Expand Down
9 changes: 9 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@ <h3>Find content you can share, use, and remix.</h3>
placeholder="Enter your search query" />
<button class="search-button">Search</button>
</div>
<div class="body-search-description" role="contentinfo">
<p>
CC Search helps you find over 500M openly licensed images and media for reuse, promoting legal sharing. Learn more
at <a href="https://creativecommons.org/technology/" title="Creative Commons Technology Platforms"
rel="noopener noreferrer">
Creative Commons Technology Platforms
</a>.
</p>
</div>
<div
class="search-checkbox"
style="display: none">
Expand Down