-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.45 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.45 KB
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
<!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>
</head>
<body>
<section>
<article>
<h1>Follow Us On <br> Social Media</h1>
<p class='p1'>Facebook <br> Instagram <br>Twitter</p>
<img class="image-size" src="./images/treeBranch.png" alt="" >
</article>
<div class="vertical"></div>
<article>
<img class="image-size" src="./images/americanFlag.png" alt="" >
<h2>Contact Us</h2>
<p class='p2'>Phone Number:<br>(123) 456-7890</p>
<p class='p2'>Email: <br> john.smith@google.com</p>
<p class='p2'>Address: <br>1775 Navy Street <br> Marine Corps, USA, 01230</p>
</article>
<div class="vertical"></div>
<article>
<img src="./images/VITlogo.png" alt="" class="center">
<hr class='horizontal'></div>
<h3>Silent Auction</h3>
<hr class='horizontal'></div>
<P class='p2'>Join us for the annual VetsInTech <br> Silent Auction!</p>
<p class='p2'>Date: xx/xx/xx <br> Time: 00:00 PM EST</p>
<img class="image-size" src="./images/photosOnTable.png" alt="" class="center">
</article>
</section>
</body>
</html>