Skip to content
Open
Show file tree
Hide file tree
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
62 changes: 62 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>

<body>
<div>
<br/>
<br/>
<br/>
<br/>
<h1>Follow Us On</h1>
<h1>Social Media</h1>
<br/>
<p style="text-align: center;font-size: x-large;">Facebook</p>
<p style="text-align: center;font-size: x-large;">Instragram</p>
<p style="text-align: center;font-size: x-large;">Twitter</p>
<br/>
<img src="./images/treeBranch.png" alt="tree branch" width=270>

</div>

<div>

<img src="./images/americanFlag.png" alt="american flag" width=270>
<h1>Contact Us</h1>

<p>Phone number</p>
<p>(123)456-7890</p>
<br/>
<p>Email:</p>
<p>[email protected]</p>
<br/>
<p>Address:</p>
<p>1775 Army Navy Street</p>
<p>Marine Corps, Air Force, USA 01230</p>

</div>

<div>

<img src="./images/VITlogo.png" alt="VIT Logo" width=100>
<br/>
<h2 style="text-decoration: underline overline 8px;">Silent Auction</h2>

<p>Join us for the annual VetsinTech</p>
<p>Silent Auction!</p>
<br/>
<p>Date: XX/XX/XXX</p>
<p>Time: 00:00 PM EST</p>
<br/>

<img src="./images/photosOnTable.png" alt="photo on the table" width=270>

</div>
</body>
</html>
32 changes: 32 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
h1{
font-family:Sans-serif;
text-decoration: underline;
text-align: center;
font-weight: lighter;
}
h2{
font-family:sans-serif;
text-align: center;
font-weight: 900;
font-size: xx-large;
}

p{
font-family:open sans- light;
line-height: 2mm;
}
div{
display: relative;
float: left;
width: 300px;
height: 700px;
border: 5px solid black;
box-sizing: border-box;
padding: 10px;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}