-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (58 loc) · 2.21 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Pholder - Photos from Everyone.</title>
<meta charset="utf-8">
<meta name="description" content="Store pictures with your friends in private and accessible folders available for you to download anytime anywhere.">
<meta name="keywords" content="pictures, storage, distribution, download, easy, accessible, iphone, app, photos, share, private, party, travel, simple">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="icon" href="images/favicon.ico">
</head>
<body>
<div class="topbar">
</div>
<nav class="navbar">
<div class="mediacontainer">
<a href="http://www.facebook.com/"><img src="images/facebook_icon.png" class="facebook socialmedia" alt="facebook"></a>
<a href="http://www.twitter.com/"><img src="images/twitter.gif" class="twitter socialmedia" alt="twitter"></a>
</div>
<a href="index.html">Home</a> /
<a href="signup.html">Sign Up</a> /
<a href="login.html">Log In</a>
</nav>
<div class="container">
<header>
<img src="images/logo2.png" class="logo" alt="pholder logo">
</header>
<div class="boxholder clearfix">
<div class="create">
Name and create a photo album with a few simple clicks.
<img src="images/invitepic.png" class="telling" alt="naming album">
</div>
<img src="images/arrow.gif" class="arrow1" alt="next step">
<div class="invite">
Invite friends to share access to the album.
<img src="images/checkbox.gif" class="checkbox" alt="sharing with friends">
</div>
<img src="images/arrow.gif" class="arrow1" alt="next step">
<div class="share">
Upload and download pictures together directly from your phone/computer!
<img src="images/cat2.jpg" class="cat" alt="picture of cat">
<img src="images/happy-people.jpg" class="people" alt="picture of couple">
<img src="images/party2.png" class="party" alt="picture of party">
</div>
</div>
<div class="getstartedholder">
<form method="get" action="aboutus.html">
<input type="submit" value="Get Started!" class="getstarted">
</form>
</div>
</div>
<footer>
<div class="footerpane">
<a href="aboutus.html">About Us</a> |
<a href="terms.html">Privacy Policy</a>
</div>
</footer>
</body>
</html>