diff options
Diffstat (limited to 'landing/index.html')
-rw-r--r-- | landing/index.html | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/landing/index.html b/landing/index.html new file mode 100644 index 0000000..5e2b1ce --- /dev/null +++ b/landing/index.html @@ -0,0 +1,167 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="utf-8"> + <meta content="width=device-width, initial-scale=1.0" name="viewport"> + + <title>MyMedMemoir</title> + <meta content="" name="description"> + <meta content="" name="keywords"> + + + <link href="assets/img/favicon.ico" rel="icon"> + + + + <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i" rel="stylesheet"> + + + <link href="assets/vendor/aos/aos.css" rel="stylesheet"> + <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> + <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> + <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> + <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> + <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> + + + <link href="assets/css/style.css" rel="stylesheet"> + +</head> + +<body> + + + <header id="header" class="fixed-top d-flex align-items-center"> + <div class="container d-flex align-items-center justify-content-between"> + + <div class="logo"> + + <a href="index.html"><img src="assets/img/FOR TOP LEFT.png" alt="" class="img-fluid"></a> + </div> + + <nav id="navbar" class="navbar"> + <ul> + <li><a class="nav-link scrollto active" href="#hero">Home</a></li> + <li><a class="nav-link scrollto" href="#about">About Us</a></li> + <li><a class="getstarted scrollto" href="#about">Get Started</a></li> + </ul> + <i class="bi bi-list mobile-nav-toggle"></i> + </nav> + + </div> + </header> + + + <section id="hero" class="d-flex align-items-center"> + + <div class="container"> + <div class="row gy-4"> + <div class="contentcenter"> + <div> + <img src="assets/img/MAIN MID.png" class="img-fluid animated" alt=""> + </div> + </div> + <div class="hero-img"> + <a href="#about" class="btn-get-started scrollto">Get Started</a> + </div> + </div> + </div> + + </section> + + <main id="main"> + + + <section id="about" class="about"> + <div class="container"> + + <div class="row justify-content-between"> + <div class="col-lg-5 d-flex align-items-center justify-content-center about-img"> + <img src="assets/img/tezos logo.png" class="img-fluid" alt="" data-aos="zoom-in"> + </div> + <div class="col-lg-6 pt-5 pt-lg-0"> + <h3 data-aos="fade-up">Why Tezos?</h3> + <p data-aos="fade-up" data-aos-delay="100"> + Tezos is a decentralized, open-source proof of stake blockchain network that can execute peer-to-peer transactions and serves as a platform for deploying smart contracts. + </p> + <div class="row"> + <div class="col-md-6" data-aos="fade-up" data-aos-delay="100"> + <i class="bx bx-receipt"></i> + <h4>Benefits</h4> + <p> <ul> + <li>Institutional Grade Security </li> + <li>Governance by the People</li> + <li>An Energy-Efficient Algorithm</li> + </ul> + </p> + </div> + <div class="col-md-6" data-aos="fade-up" data-aos-delay="200"> + <i class="bx bx-cube-alt"></i> + <h4>Benefits</h4> + <p><ul> + <li>Smarter Smart Contracts </li> + <li>Powerfully Scalable</li> + + </ul></p> + </div> + </div> + </div> + </div> + + </div> + </section> + + <section id="about" class="about"> + <div class="container"> + + <div class="row justify-content-between"> + <div class="col-lg-6 pt-5 pt-lg-0"> + <h3 data-aos="fade-up">About Us</h3> + <p data-aos="fade-up" data-aos-delay="100"> + Short form for MyMedMemoir is M³. Our App stores user data incorporating Tezos crypto. So every time user saves their medical records with us, they do a transaction of a negligible amount. + <div class="row"> + <div class="col-md-6" data-aos="fade-up" data-aos-delay="100"> + <i class="bx bx-receipt"></i> + <h4>What We Do</h4> + <p>Our app aims to solve the issue of records getting displaced, eliminating the tedious process of manual entry and reducing the usage of paper.</p> + </div> + <div class="col-md-6" data-aos="fade-up" data-aos-delay="200"> + <i class="bx bx-cube-alt"></i> + <h4>Also!</h4> + <p>Our app runs incorporates Tezos instead of running on a single computer. In short, Our app is decentralized :)</p> + </div> + </div> + </div> + <div class="col-lg-5 d-flex align-items-center justify-content-center about-img"> + <img src="assets/img/m3 logo.png" class="img-fluid" alt="" data-aos="zoom-in" width="150%"> + </div> + </div> + + </div> + </section> + </main> + + <div class="container py-4"> + <div class="credits"> + Designed by <a href="https://github.com/andinus/MyMedMemoir">Proloixis Delta</a> + </div> + </div> + </footer> + + <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> + + + <script src="assets/vendor/aos/aos.js"></script> + <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> + <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> + <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> + <script src="assets/vendor/php-email-form/validate.js"></script> + <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> + + + <script src="assets/js/main.js"></script> + +</body> + +</html> |