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

New landing page design #187

Closed
2 changes: 1 addition & 1 deletion react-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-frontend",
"version": "0.1.0",
"version": "0.0.1",
"private": false,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down
Binary file added screenshots/Instance #8/Screenshot (01).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Instance #8/Screenshot (02).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Instance #8/Screenshot (03).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Instance #8/Screenshot (04).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Instance #8/Screenshot (05).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Instance #8/Screenshot (06).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Instance #8/landing_page.xd
Binary file not shown.
10 changes: 5 additions & 5 deletions src/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,24 +158,24 @@
<div class="container">
<center>
<h1 class="title">Water Monitoring System</h1>
<p>Water Monitoring System is an IOT based Liquid Level Monitoring system that has
<p class="mb-4">Water Monitoring System is an IOT based Liquid Level Monitoring system that has
mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.</p>
</center>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank1 d-flex justify-content-center" ></div>
<div class="tank1 mb-5 d-flex justify-content-center" ></div>
<h2>Tank 1</h2>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank2 d-flex justify-content-center"></div>
<div class="tank2 mb-5 d-flex justify-content-center"></div>
<h2>Tank 2</h2>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank3 d-flex justify-content-center"></div>
<div class="tank3 mb-5 d-flex justify-content-center"></div>
<h2>Tank 3</h2>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank4 d-flex justify-content-center"></div>
<div class="tank4 mb-5 d-flex justify-content-center"></div>
<h2>Tank 4</h2>
</div>
</div>
Expand Down