Skip to content

Commit 5620fa8

Browse files
Merge pull request #323 from Queen-codes/define-cc
defined cc abreviation in description section
2 parents b448482 + 28c6648 commit 5620fa8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/index.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -155,12 +155,16 @@ <h3>Find content you can share, use, and remix.</h3>
155155
id="query"
156156
name="query"
157157
value=""
158-
placeholder="Enter your search query" required/>
158+
placeholder="Enter your search query"
159+
required />
159160
<button class="search-button">Search</button>
160161
</div>
161-
<div class="body-search-description" role="contentinfo">
162+
<div
163+
class="body-search-description"
164+
role="contentinfo">
162165
<p>
163-
The Search Portal helps you search CC licensed works across multiple platforms.
166+
The Creative Commons (CC) Search Portal helps you search CC
167+
licensed works across multiple platforms.
164168
</p>
165169
</div>
166170
<div

0 commit comments

Comments
 (0)