-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
56 lines (48 loc) · 1.37 KB
/
profile.html
File metadata and controls
56 lines (48 loc) · 1.37 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Profile</title>
<link rel="shortcut icon" type="image/x-icon" href="fire.img" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style>
a:link {
color: white;
}
a:visited{
color:snow;
}
footer{
padding: 1px;
color: white;
background-color: red;
}
</style>
</head>
<body>
<header><div style="background-color:red;color:white;padding:5px;">
<center>The Fire $urvey</center>
</div>
<div style="background-color:Black;color:white;padding:10px;">
<a href="index.html">Home</a> | <a href="signup.html">Sign up</a> | <a href="createpoll.html">Create Poll</a>
</div>
</header>
<h1>Personal Profile</h1>
(image)
<br><br><br><br>
<h2>Name:</h2>
-
<h2>Email:</h2>
-
<h2>Gender:</h2>
-
<h2>Age:</h2>
-
<h2>Favorite topic to vote in:</h2>
-
<h2>Number of fire surveys created:</h2>
-
<footer>
<h4>Web page 2017: The Fire $urvey</h4>
</footer>
</body>
</html>