Skip to content

Commit

Permalink
Add period on homepage. (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifucun authored Oct 15, 2020
1 parent f6f5105 commit a6c4f0b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions server/templates/static/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h2>Explore the data</h2>
<section class="container">
<h2>Build your own</h2>
<p>
Use the Python and REST API's to do your own custom analysis, build your own tools and more
Use the Python and REST API's to do your own custom analysis, build your own tools and more.
</p>
<ul>
<li><a href="http://docs.datacommons.org/api/">See API documentation.</a></li>
Expand All @@ -118,14 +118,13 @@ <h2>Build your own</h2>
<section class="container">
<h2>Open</h2>
<ul>
<li>Open Data</li>
<li>Open Data.</li>
<li>
<a href="http://github.com/datacommonsorg">Open sourced</a>, built using
<a href="http://schema.org">Schema.org</a>.
</li>
<li>
<a class="main" href="https://docs.datacommons.org/contributing">Join the
effort</a>
<a class="main" href="https://docs.datacommons.org/contributing">Join the effort.</a>
</li>
</ul>
</section>
Expand Down

0 comments on commit a6c4f0b

Please sign in to comment.