mirror of
https://github.com/Rushilwiz/reinvest.git
synced 2025-04-05 04:50:19 -04:00
added logo to landing page
This commit is contained in:
parent
94c0fd4405
commit
aa1aaa8fef
BIN
website/images/logo.ico
Normal file
BIN
website/images/logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 9.3 KiB |
|
@ -11,10 +11,17 @@
|
|||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link rel="shortcut icon" href="images/logo.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
<a class="navbar-brand" href="#reinvest">ReInvest</a>
|
||||
<a href="#reinvest"
|
||||
><img
|
||||
class="navbar-brand"
|
||||
src="images/logo.png"
|
||||
width="100px"
|
||||
href="#reinvest"
|
||||
/></a>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
|
@ -45,7 +52,9 @@
|
|||
<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"
|
||||
<a
|
||||
class="d-inline-block nav-link bg-success rounded text-dark"
|
||||
href="#REGISTER"
|
||||
>Register</a
|
||||
>
|
||||
</li>
|
||||
|
@ -66,10 +75,11 @@
|
|||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<h1 class="text-white"><u>ReInvest</u></h1>
|
||||
<img class="img-fluid" src="images/logo.png" width="600px" />
|
||||
<br />
|
||||
<br />
|
||||
<h3 class="text-white">
|
||||
<br />
|
||||
<h3 class="text-white bg-primary rounded-lg shadow-lg p-3 mb-5">
|
||||
Trade stocks under the name of a charity of your choice!
|
||||
</h3>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user