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
19 changes: 19 additions & 0 deletions homework.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!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>
</head>
<body>
<html style="height: 100%;">
<head>
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
<title>mockup.png (1398×1080)</title>
</head>
<body style="margin: 0px; background: #0e0e0e; height: 100%">
<img style="-webkit-user-select: none;margin: auto;cursor: zoom-in;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="file:///C:/Users/gohan/OneDrive/Desktop/VetsIn%20Tech/web-dev-sept-2021/week-1-Homework/mockup.png" width="809" height="625"></body>
</html>
</body>
</html>
73 changes: 73 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!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>
<style>

body {
margin: 0;
}

h2 {
text-align: left;
color: blue;
line-height: 100px;
margin: 0;
}
article {
padding: 10px;
margin: 10px;
background: whitesmoke;
border-color: black;
border-width: .5em;
border-style: solid;
column float: center;
width: 50%;
}

/* Add your flexbox CSS below here */

</style>
</head>
<body>

<section>

<article>
<h2>Follow Us On Social Media</h2>
<p>Facebook</p>
<p>Instgram</p>
<p>Twitter</p>
<img src="images/treeBranch.png" width="300">

</article>

<article>
<img src="images/americanFlag.png" width="300">
<h2>Contact Us</h2>
<h4>Phones Number</h4>
<p>(123)456-7890</p>
<h4>Email</h4>
<p>john.smith@google.com</p>
<h4>Address</h4>
<p>1775 Army Navt Street</p>
<p>Marine Corps, Air Force, USA 01230</p>
</article>

<article>
<img src="images/VITlogo.png" width="300">
<h4>Join us for the annual VetsInTech Silent Auction</h4>

<p>Date: XX/XX/XXXX</p>
<p>Time: 00:00 PM EST</p>
<img src="images/photosOnTable.png" width="300">
</article>
</section>
</body>
</html>

</body>
</html>