-
Notifications
You must be signed in to change notification settings - Fork 2
/
blog.html
107 lines (98 loc) · 2.59 KB
/
blog.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="description"
content="Have you ever lost your motivation? Sorry, can’t help with that.
However, we can help you find your hydroflask">
<title>Lost & Found </title>
<br/>
</head>
<navbar>
<a href = "/blog" >Check Lost ITems (First Submit)</a>
<a href = "/home" >Submit Lost item</a>
<a href = "/homepage">Home</a>
</navbar>
<body>
<link rel="stylesheet" href=link1() >
<style>
.thick-border{
border-color:rosybrown;
border-width: 1cm;
border-style: ridge;
border-radius: 50%;
}
.larger-image{
width:500px;
}
p{color: blue;}
font-size: 14px;
h6{color: green;}
.red-text{
color:rebeccapurple;
font-size:12px;d
font-family:'Courier New', Courier, monospace;
}
h2{background-color: salmon;}
</style>
<h1 class="red-text">By Brandon, Tina, Al, Rohan, D’Marco</h1>
<h2>Have you ever lost your motivation? Sorry, can’t help with that.
However, we can help you find your hydroflask</h2>
<main>
<br/>
<h6 class="thick-border">The beginnings from the end</h6>
<p>Hi! Welcome to our <b>awesome</b> website.</p>
<p>I am a <i><small>little</small> female</i> professional <b><i>awesome</i></b> freelance writer with a MBA in journalism.</p>
<hr/>
<div>
<p>Things I can find</p>
<ul>
<li>hydroflask</li>
<li>airpods</li>
<ol>or airpods with the plug!</ol>
<a href="#">cat photos <img class= "larger-image" src=image1() alt= ""></a>
<li>eat tofu</li>
</ul>
</body>
</html>
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<style>
img{
width: 1000px;
height: 300px;
}
</style>
<div id="demon">
<input>
<p></p>
</table>
<table>
<tr>
<td>User</td>
<td>Location</td>
<td>Email</td>
<td>Image</td>
</tr>
<tr>
<td>{{user}}</td>
<td> {{location}}</td>
<td>{{email}}</td>
<td><img onclick="noob()" src="{{image}}"></img></td>
</tr>
</table>
<button>Found </button>
Found:<input type="checkbox" onclick="as()"></input>
</div>
<script type="text/javascript">
function as(){
document.getElementById('bob').setAttribute("width", "0px");
};
function noob(){
document.getElementById('demon').setAttribute("width", "0px");
};
</script>
</body>
</html>