aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/home-page/home-page.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/components/home-page/home-page.component.html')
-rw-r--r--ufund-ui/src/app/components/home-page/home-page.component.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/ufund-ui/src/app/components/home-page/home-page.component.html b/ufund-ui/src/app/components/home-page/home-page.component.html
index d41e670..7a7ff96 100644
--- a/ufund-ui/src/app/components/home-page/home-page.component.html
+++ b/ufund-ui/src/app/components/home-page/home-page.component.html
@@ -1,3 +1,10 @@
-<a routerLink="/login">
- Login/Sign Up
-</a> \ No newline at end of file
+<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>