blob: 051132eb1f455aa9ea62eab0ee18fdc227d78bf7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<div id="hero">
<div id="left">
<h1>Helping fund <span class="text-highlight">coral reef</span> and
<span class="text-highlight">marine life</span> 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 style="width: 500px; height: 500px;"></div>
<img style="position: absolute;" id="cr" src="cr.png" height="700" width="700"/>
<img style="position: absolute;" id="jf" src="jf.png" height="700" width="700"/>
</div>
</div>
|