mirror of
https://github.com/Rushilwiz/reinvest.git
synced 2025-04-05 13:00:19 -04:00
land
This commit is contained in:
parent
7300957226
commit
72aada03e2
|
@ -13,7 +13,7 @@
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light">
|
||||||
<a class="navbar-brand" href="#reinvest">ReInvest</a>
|
<a class="navbar-brand" href="#reinvest">ReInvest</a>
|
||||||
<button
|
<button
|
||||||
class="navbar-toggler"
|
class="navbar-toggler"
|
||||||
|
@ -27,41 +27,46 @@
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
||||||
<ul class="navbar-nav">
|
<ul class="navbar-nav mr-auto">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#about"
|
<a class="nav-link text-dark" href="#about"
|
||||||
>About <span class="sr-only">(current)</span></a
|
>About <span class="sr-only">(current)</span></a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#services">Our Services</a>
|
<a class="nav-link text-dark" href="#services">Our Services</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#support">Support</a>
|
<a class="nav-link text-dark" href="#support">Support</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navbar-nav navbar-right">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-dark" href="#LOGIN">Login</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link bg-success rounded text-dark" href="#REGISTER"
|
||||||
|
>Register</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<ul class="navbar-nav navbar-right">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="#LOGIN">Login</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link bg-success rounded" href="#REGISTER">Register</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
<section
|
<section
|
||||||
class="reinvest"
|
id="reinvest"
|
||||||
style="
|
style="
|
||||||
background-image: url('images/background.jpg');
|
background-image: url('images/background.jpg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 480px;
|
height: 690px;
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="text-white">ReInvest</h1>
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<h1 class="text-white"><u>ReInvest</u></h1>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<h3 class="text-white">
|
<h3 class="text-white">
|
||||||
|
@ -69,6 +74,47 @@
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<section id="about" class="p-4">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="d-flex justify-content-center m-2 p-2">About Us</h1>
|
||||||
|
<p class="d-flex justify-content-center m-2 p-2">
|
||||||
|
ReInvest is a philanthropic platform where users can invest money for
|
||||||
|
charities. Instead of a simple donation, you can purchase stocks for
|
||||||
|
your charity of choice. This offers a great opportunity for you to
|
||||||
|
learn about stocks while helping your favorite organizations. Scared
|
||||||
|
of losing too much money? Our platform offers automatic stop losses so
|
||||||
|
that your organization doesn't lose more than a set percentage of your
|
||||||
|
initial donation. Additionally, you set the percentage of profits that
|
||||||
|
you get in return meanwhile your charity gets the initial donation
|
||||||
|
plus the rest of the profits.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section id="services" class="">
|
||||||
|
<div class="bg-dark text-white">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="d-flex justify-content-center m-2 p-4">Our Services</h1>
|
||||||
|
<p class="d-flex justify-content-center m-2 p-4">
|
||||||
|
ReInvest is a philanthropic platform where users can invest money
|
||||||
|
for charities. Instead of a simple donation, you can purchase stocks
|
||||||
|
for your charity of choice. This offers a great opportunity for you
|
||||||
|
to learn about stocks while helping your favorite organizations.
|
||||||
|
Scared of losing too much money? Our platform offers automatic stop
|
||||||
|
losses so that your organization doesn't lose more than a set
|
||||||
|
percentage of your initial donation. Additionally, you set the
|
||||||
|
percentage of profits that you get in return meanwhile your charity
|
||||||
|
gets the initial donation plus the rest of the profits.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section id="support" class="m-2">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="d-flex justify-content-center m-2 p-4">Support</h1>
|
||||||
|
<h4>Contact:</h4>
|
||||||
|
<p>@gmail.com</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<script href="js/index.js"></script>
|
<script href="js/index.js"></script>
|
||||||
<script
|
<script
|
||||||
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user