-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
62 lines (61 loc) · 2.66 KB
/
Copy pathfaq.html
File metadata and controls
62 lines (61 loc) · 2.66 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
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Stephanie</title>
<link type="text/css" rel="stylesheet" href="style.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<header class="fixednav">
<nav>
<label for="drop" class="toggle"><b id="menubutton">+</b></label>
<input type="checkbox" id="drop" />
<ul class="menu">
<li><a href="index.html">home</a></li>
<li>
<label for="drop-1" class="toggle"><a href="#">Images</a>+</label>
<a href="#">Images</a>
<input type="checkbox" id="drop-1" />
<ul>
<li><a href="watergate.html">Water</a></li>
<li><a href="sky.html">Sky</a></li>
<li><a href="flowers.html">Flowers</a></li>
<li><a href="nature.html">Nature</a></li>
<li><a href="cityscapes.html">Cityscapes</a></li>
<li><a href="people.html">People</a></li>
</ul>
</li>
<li>
<label for="drop-2" class="toggle"><a href="#">about us</a>+</label>
<a href="#">about us</a>
<input type="checkbox" id="drop-2" />
<ul>
<li><a href="about.html">about us</a></li>
<li><a href="faq.html">faq</a></li>
</ul>
</li>
<li><a href="submit.html">Submit</a></li>
</ul>
</nav>
</header>
<a name="top"></a>
<div class="contents">
<div class="imgpagewrapper">
<div class="question"><p class="question faq">Q Photos, eh?</p>
<p class="answer faq">A Yep! We love them.</p></div>
<div class="question"><p class="question faq">Q Aren't nature photos overdone?</p>
<p class="answer faq">A You can never have too much of a good thing.</p></div>
<div class="question"><p class="question faq">Q I love your site!</p>
<p class="answer faq">A Thanks! We just wanted to share our love of photography.</p></div>
<div class="question"><p class="question faq">Q Fashion photography or landscapes?</p>
<p class="answer faq">A <img src="both.gif" alt="why not both?" /></p></div>
<div class="question"><p class="question faq">Q Word of advice for beginner photographers?</p>
<p class="answer faq">A Be fearless and have fun!<br><iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p></div>
</div>
<div class="top"><a class="top" href="#top">^</a></div>
</div>
</body>
</html>