-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
45 lines (36 loc) · 1.47 KB
/
contact.html
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
<!DOCTYPE html>
<html>
<head>
<title>Contact Alisa Business</title>
<meta charset="UTF-8">
<meta name="description" content="Alisa's website">
<meta name="author" content="Alisa">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="container">
<div class="row head">
<h3>Please say hi to me! </h3>
</div>
<div class="row">
<div class="three columns contact-bar">
<h6>Mobile Phone: 555xxx666</h6>
<h6>Email Address: ffffhhh@hjj </h6>
<h6>Twitter</h6>
<h6>Instagram</h6>
<h6>Facebook</h6>
</div>
<div class="nine columns">
<img id="contact-pic" src="images/contact-pic.png" alt="thank you">
</div>
</div>
</div>
</body>
</html>