-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (172 loc) · 7.2 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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Fitness</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header id="app">
<div class="nav_full">
<div class="logotype"></div>
<div class="menu_bar"><a href="" @click.prevent="display=!display"><i class="fas fa-bars"></i></a></div>
<nav >
<ul :class="display ? 'active' : ''">
<li class="breakpoint_square"></li>
<li><a href="">About</a></li>
<li><a href="">How it works</a></li>
<li><a href="">Services</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
</div>
<div class="moto">
<h3>Fitness in a can<span style="color:#a2ca28;">/</span></h3>
<h4>Yes you can<span style="color:#fd634e;">/</span></h4> </div>
<div class="red_band"></div>
</header>
<section id="description">
<div class="wr">
<div class="details">
<div style="background-image: url('images/icon_resources.png');">
<h3>Resources</h3>
<p>Easily manage your inspiration and work-in-progress by dragging images into projects and sharable client groups.</p>
<a href="">Explore more</a>
</div>
<div style="background-image: url('images/icon_training.png');">
<h3>Training and Funding</h3>
<p>Easily manage your inspiration and work-in-progress by dragging images into projects and sharable client groups.</p>
<a href="">Explore more</a>
</div>
<div style="background-image: url('images/icon_connect.png');">
<h3>Connect</h3>
<p>Easily manage your inspiration and work-in-progress by dragging projects and sharable client groups.</p>
<a href="">Explore more</a>
</div>
<div style="background-image: url('images/icon_communicate.png');">
<h3>Communicate</h3>
<p>Easily manage your inspiration and work-in-progress by dragging images. Easily manage your inspiration and work-in-progress by dragging images. </p>
<a href="">Explore more</a>
</div>
</div>
<div class="articles">
<div class="article-1 hover_block">
<div class="article_content">
<h6>it is all about</h6>
<h3>Fitness First</h3>
<span class="icon"></span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.
</p>
<a href="">Read More</a>
</div>
<div class="article_photo">
<span class="users">
<span class="red_text">Active Users</span> (34)
</span>
</div>
</div>
<div class="article-2 hover_block">
<div class="article_photo">
<span class="users">
<span class="red_text">Products Used</span> (658)
</span>
</div>
<div class="article_content">
<h6>Love your</h6>
<h3>your body</h3>
<span class="icon"></span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.
</p>
<a href="">Read More</a>
</div>
</div>
</div>
</div>
</section>
<section id="announces">
<div class="wr">
<div class="section-1">
<div class="announce-1 hover_block">
<div class="a1-photo">
</div>
<div class="a1-content">
<h6>Track your</h6>
<h3>Lifestyle</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
<div class="announce-2 hover_block">
<div class="a2-photo">
<div class="info">
<span>24th august</span>
<span>Health & Fitness</span>
</div>
</div>
<div class="a2-content">
<h6>Enjoy and relax</h6>
<h3>Summer of fun</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
<div class="announce-3 hover_block">
<div class="a1-photo">
</div>
<div class="a1-content">
<h6>Be closer</h6>
<h3>Get involved in yourself</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
<div class="announce-4 hover_block">
<div class="a2-photo">
</div>
<div class="a2-content">
<h6>Improve your</h6>
<h3>Eating habbits</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="launch">
<div class="wr">
<h3>We launch leaders with big ideas</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci illo nisi tenetur?</p>
</div>
</section>
<footer>
<div class="wr">
<div class="credits">
<div><h5>Resources</h5>
<p>Easily manage your inspiration and work-in-progress by dragging images into projects and sharable client groups. work-in-progress by dragging images into projects and sharable client group.</p></div>
<div><h5>About us</h5>
<p>Easily manage your inspiration and work-in-progress by dragging images into projects and sharable client groups. work-in-progress by dragging images into projects and sharable client group.</p></div>
<div class="social"><h5>Stay in touch</h5>
<img src="images/facebook.png" alt="Facebook"><img src="images/twitter.png" alt="Twitter"><img src="images/youtube.png" alt="Youtube"><img src="images/linkedin.png" alt="LinkedIn">
</div>
</div>
<div class="form">
<input type="text" placeholder="Your Name" class="name input">
<input type="text" placeholder="Your Email" class="email input">
<button class="input">Join Newsletter</button>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script>
var app = new Vue({
el: '#app',
data: {
display: false
}
})
</script>
</body>
</html>