aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/home-page/home-page.component.html
blob: 7a7ff965562349f4c49a74b7b3705523c8ce2755 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div id="hero">
    <div id="left">
        <h1>Helping fund coral reef and marine life conservation</h1>
        <p>View our online cupboard holding all needs related to sea life preservation</p>
        <button class="button2" routerLink="/cupboard">View needs</button>
    </div>
    <div id="right">
        <img id="jf" src="jf.png" height="1024" width="1024"/>
    </div>
</div>