Skip to content

Commit

Permalink
Fix Images and smaller typos
Browse files Browse the repository at this point in the history
Fixes #92
  • Loading branch information
vsaw committed Oct 1, 2023
1 parent 5d6021c commit c1442eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/components/LandingPageCallToAction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function LandingpageCallToAction() {

<div className="section-content" >
<div className="section-content-box">
<div className="section-content-title text-center">Start counting today with OpenDataCam!</div>
<div className="section-content-title text-center md:px-8">Start counting with OpenDataCam today!</div>
<div className="section-content-text text-center">
<p>
<a
Expand All @@ -22,12 +22,12 @@ export default function LandingpageCallToAction() {
Installation guide
</a>
</p>
<p>
Or reach out to us for more information!
</p>
</div>
</div>
<div className="section-content-box">
<p>
Or reach out to us for more information!
</p>
<div className="avatar">
<img
className="avatar__photo avatar__photo--xl"
Expand Down
8 changes: 4 additions & 4 deletions src/components/LandingpageAbout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function LandingpageAbout() {
</div>
</div>
<div className="section-content-box">
<img className="section-content-img" src={require('@site/static/img/about-3.jpg').default} alt="RJ45 Cables" />
<img className="section-content-img" src={require('@site/static/img/about-3.jpg').default} alt="What can you use it for?" />
</div>
</div>
<div className="section-content section-content--reverse">
Expand All @@ -49,13 +49,13 @@ export default function LandingpageAbout() {
It then follows the objects as they move accross the scene.
</p>
<p>
Users easily define counters via their browser, and every time an object crosses the
Define counters via the easy to use UI or API, and every time an object crosses the
counter, OpenDataCam takes count.
</p>
</div>
</div>
<div className="section-content-box">
<img className="section-content-img" src={require('@site/static/img/about-2.jpg').default} alt="YOLO neural network" />
<img className="section-content-img" src={require('@site/static/img/own-the-data.jpg').default} alt="How does it work?" />
</div>
</div>
<div className="section-content">
Expand All @@ -72,7 +72,7 @@ export default function LandingpageAbout() {
</div>
</div>
<div className="section-content-box">
<img className="section-content-img" src={require('@site/static/img/about-4.jpg').default} alt="RJ45 Cables" />
<img className="section-content-img" src={require('@site/static/img/about-2.jpg').default} alt="How do I get started?" />
</div>
</div>
</div>
Expand Down
7 changes: 3 additions & 4 deletions src/components/LandingpageTestemonials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ export default function LandingpageTestemonials() {
<h2 className="section-title">OpenDataCam in the Wild</h2>
<div className="section-content">
<div className="section-content-text">
After publishing the alpha version, we asked people what they did with it. These selected cases are here to
show you what you can do with OpenDataCam.
Here are selected cases are here to show you what you can do with OpenDataCam. Apart from that we also think OpenDataCam would be great
to use in spaces like shops, train, stations, drones...
</div>
<div className="section-content-text">
Let us know about how you use OpenDataCam. Apart from that we also think OpenDataCam would be great
to…Profiling in spaces like shops, train, stations, drones...
If you are using OpenDataCam, let us know and get added to the list!
</div>
</div>
<div className="section-content -mt-4">
Expand Down

0 comments on commit c1442eb

Please sign in to comment.