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
88 changes: 88 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!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>

</body>
<div class="flex-container" >

<div class="flex-child one">


<h1> <u>Follow Us On Social Media </u> </h1>
<p> Facebook </p>
<p> Instagram </p>
<p> Twitter </p>
<img src="images/treeBranch.png" width="200px" height="100px" >

</div>
<hr>

<div class="flex-child two" style="border: 0px solid black";>


<img src="images/americanFlag.png" width="200px" height="100px">

<h2> <u>Contact Us </u>

<p> Phone Number </p>
<p> 123=456-7890</p>
<p></p>
<p> Email Us </p>
<p> [email protected] </p>

<p>Adress </p>
<p> 1775 Army Navy Street </p>
<p> Marine Corps, Air FOrce USA 01230</p>


</h2>





</div>

<hr>


<div class="flex-child three">


<img src="images/VITlogo.png" width="200px" height="100px">

<p> Silent Auction </p>


<h2> Join us for our Annual VetsInTech Silent Auction </h2>

<p> DAte XX/XX/XXXX </p>
<p> Time: 00:00: PM EST </p>


<img src="images/photosOnTable.png" width="200px" height="100px">




</div>











</div>
</html>
19 changes: 19 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

.flex-container {

display: flex;
flex-direction: row;
justify-content: space-around;

}

.flex-child {
Flex: 1;
flex-direction: column;
justify-content: space-evenly;

}

hr{
width: 60px; color: black;
}