-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.html
More file actions
42 lines (42 loc) · 1.44 KB
/
reference.html
File metadata and controls
42 lines (42 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Photos By Nima - Professional Photos For Any and All Events</title>
<meta
name="decription"
content="Nima tayefeh is a professional photographer, taking photos for 4 years. Ranging from senior/graduation portraits to family and lifestyle shots."
/>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<title>Photography</title>
<link rel="icon" href="/images/cam.png" />
</head>
<body>
<h1>Nima Tayefeh | Professional Photos</h1>
<a target="_blank" href="https://www.instagram.com/nimstayphotos/">
<img width="30" height="30" src="/images/insta.png" />
</a>
<form>
<label for="user">Full Name</label>
<input
placeholder="Enter first and last name"
name="user"
type="text"
id="user"
/>
<label for="em">Email</label>
<input placeholder="Enter your email" name="em" type="email" id="em" />
<button type="submit">Submit</button>
<label for="mes">Message</label>
<textarea
placeholder="Please tell me the dates your are wanting to shoot and what the photos are for, i.e. graduation, senior, etc."
name="message"
id="mes"
cols="50"
rows="20"
></textarea>
</form>
</body>
</html>