-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 1.67 KB
/
index.html
File metadata and controls
51 lines (49 loc) · 1.67 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=ABeeZee&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<title>NASA</title>
</head>
<body>
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
<main>
<h1>NASA</h1>
</main>
<section>
<article>
<h2>Social Media</h2>
<p></p>
<p></p>
<p><Twitter-@nasa>Twitter - @nasa</Twitter-@nasa></p>
<p>Facebook - fb.com/nasa</p>
<p>Instagram - @NASA</p>
<p>Youtube - youtube.com/nasa</p>
</article>
<article>
<h2>OFFICE INFO</h2>
<p></p>
<p></p>
<p>Public Communications Office</p>
<p>NASA Headquarters</p>
<p>300 E. Street SW, Suite SR30</p>
<p>Washington, DC 20546</p>
<p>(202) 358-0001 (Office)</p>
<p>(202) 358-4338 (Fax)</p>
</article>
<article>
<h2>CONTACT US</h2>
<form action="input"></form>
<p></p>
<p></p>
<h3>Name</h3>
<button></button>
<h3>Message</h3>
<p></p>
<button></button>
</article>
</section>
</body>
</html>