-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (135 loc) · 5.13 KB
/
index.html
File metadata and controls
179 lines (135 loc) · 5.13 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<!--start == meta-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="phototime is a photo related website and anyone can download photos from here">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>A PHOTO</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" media="all" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/responsive.css" media="all" />
<link rel="icon" href="images/logo-green.png" type="image/x-icon" sizes="32x32">
<!-- JS Files modernizr -->
<script type="text/javascript" src="js/modernizr.js"></script>
</head>
<body>
<!--header-start-->
<header class="header-area">
<div class="container">
<!-- Nav Menu -->
<nav class="menu-area">
<ul>
<li><a href="#">home</a></li>
<li><a href="#">photoapp</a></li>
<li class="logo"><a href="#"><img src="images/logo.png" alt="Logo" /></a></li>
<li><a href="#">design</a></li>
<li><a href="#">download</a></li>
</ul>
</nav>
<!-- Nav Menu Ends -->
<div class="welcome-text">
<h2>your life , a photo</h2>
<h5>print your life in a simple photo</h5>
<a class="btn" href="#">get started</a>
</div>
<!-- Social Icons -->
<nav class="social-media">
<ul>
<li><a href="https://twitter.com/home" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-flickr"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
</ul>
</nav>
<!-- Social Icon ends -->
</div>
</header>
<!--header-end-->
<!--get start section start-->
<section class="getstart">
<!--background-hand-->
<div class="poto">
<div class="text-area">
<h3>Rappresent your life with a <br />simple photo</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit,<br> sed do eiusmod tempor incididunt ut labore et dolore <br> magna aliqua. Ut <strong>enim ad minim</strong> veniam, quis <br> nostrud exercitation ullamco laboris nisi <br> ut aliquip ex ea commodo consequat.</p>
<a href="#" class="btn">get started</a>
</div>
</div>
</section>
<!--get start section end-->
<!--start design section-->
<section class="design">
<!--background-phone-->
<div class="potophone">
<div class="design-text">
<h3>design</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit,<br> sed do eiusmod tempor incididunt ut labore et dolore <br> magna aliqua. Ut <strong>enim ad minim</strong> veniam, quis <br> nostrud exercitation ullamco laboris nisi <br> ut aliquip ex ea commodo consequat.</p>
<a href="#" class="btn">learn more</a>
<div class="next">
<h5>01/05</h5>
<a href="#"><i class="fa fa-angle-left"></i></a>
<a href="#"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</section>
<!-- end design section-->
<!-- start community section -->
<section class="community">
<div class="angel">
<a href="#"><i class="fa fa-angle-left"></i></a>
<a href="#"><i class="fa fa-angle-right"></i></a>
</div>
<div class="our-con">
<div class="our-con1">
<img src="images/logo-green.png" alt="logo-green">
<h3>our community</h3>
<p>Lorem, ipsum dolor sit <br> amet consectetur <br> adipisicing elit.</p>
</div>
<div class="our-con2"></div>
<div class="our-con3"></div>
</div>
</section>
<!-- end community section -->
<!--start subscribe area-->
<section class="subscrib-area">
<div class="subscrib">
<h1>subscribe to us community</h1>
<input type="email" placeholder="YOUR EMAIL ">
<button type="submit"><i class="fa fa-check"></i></button>
</div>
</section>
<!--end subscribe area-->
<!-- start download area -->
<section class="download">
<div class="download-text">
<h2>download it</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tenetur deleniti ullam accusamus totam asperiores <br> eum amet dolorum sit quisquam consequuntur deserunt qui odit, blanditiis voluptatum quidem inventore <br> explicabo harum, sequi modi, perferendis dolores molestias illo?</p>
</div>
<div class="download-type">
<div class="apple">
<span>apple store</span>
<a href="#"><i class="fa fa-apple"></i></a>
</div>
<div class="play-store">
<span>play store</span>
<a href="#"><i class="fa fa-android"></i></a>
</div>
</div>
</section>
<!-- end download area -->
<!--start-footer section-->
<footer class="footer">
<div class="footer-left">
<p>credits <span class="text"></span> privecy <span class="text"></span> our teams</p>
<span class="text-bottom">Copyright by phototiome - all right reserved</span>
</div>
<div class="footer-right">
<img src="images/logo-green.png" alt="logo footer">
</div>
</footer>
<!--end-footer section-->
</body>
</html>