added logo to landing page

This commit is contained in:
Joshua Hsueh 2021-01-30 17:11:50 -05:00
parent 94c0fd4405
commit aa1aaa8fef
3 changed files with 14 additions and 4 deletions

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

View File

@ -11,10 +11,17 @@
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous" crossorigin="anonymous"
/> />
<link rel="shortcut icon" href="images/logo.ico" />
</head> </head>
<body> <body>
<nav class="navbar navbar-expand-lg navbar-light"> <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 <button
class="navbar-toggler" class="navbar-toggler"
type="button" type="button"
@ -45,7 +52,9 @@
<a class="nav-link text-dark" href="#LOGIN">Login</a> <a class="nav-link text-dark" href="#LOGIN">Login</a>
</li> </li>
<li class="nav-item"> <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 >Register</a
> >
</li> </li>
@ -66,10 +75,11 @@
<br /> <br />
<br /> <br />
<br /> <br />
<h1 class="text-white"><u>ReInvest</u></h1> <img class="img-fluid" src="images/logo.png" width="600px" />
<br /> <br />
<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! Trade stocks under the name of a charity of your choice!
</h3> </h3>
</div> </div>