Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions Homepage.html
Original file line number Diff line number Diff line change
@@ -1 +1,59 @@
<!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>
<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>
<img src="https://36d5l8225ig13rrnnc3w4af9-wpengine.netdna-ssl.com/wp-content/uploads/sites/39/2017/09/lost_and_found_header.jpeg" alt="some text" WIDTH=600 HEIGHT=400>
<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/>
<a href="/homepage">Submit Lost Item<a>
<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>