-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdone.html
More file actions
executable file
·36 lines (30 loc) · 1.05 KB
/
done.html
File metadata and controls
executable file
·36 lines (30 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css" >
<link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheetabout’ type='text/css'>
<title>Fit to Fight</title>
</head>
<body class=done>
<header>
<ul style="background: rgba(0, 0, 0, 0.5);">
<li><a href=file:///Users/rhea/GitHub/acapps/login.html>Login</a></li>
<li><a href=file:///Users/rhea/GitHub/acapps/contact.html>Medical</a></li>
<li><a href=file:///Users/rhea/GitHub/acapps/index.html>Home</a></li>
</ul>
</header>
<div class=doneBox>
<h1>Hi, Rhea!</h1>
<div class=data>
<img src="data.png" style="margin: 0 60px;">
<a class=cta href="#" class=cta style="margin: 20px auto auto 330px;"">Donate</a>
</div>
</div>
<div style="width:100%; background-color: rgb(255,255,255); margin:0; height: 800px;"">
<p>
<img src="dash.jpg">
</div>
<div style="width:100%; background-color: rgba(0,0,0,0.6); margin:0; height: 325px;">
</div>
</body>
</html>