-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (169 loc) · 8.33 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
<!DOCTYPE html>
<html>
<head>
<title>coffee junkie</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
<!--preloader-->
<div class="preloader">
<img src="img/preloader.gif" alt="preloader" class="preloader-item">
</div>
<!--end of preloader-->
<!--header-->
<header class="header" id="header">
<!--banner-->
<div class="banner">
<h1 class="banner__title bell-fonts">coffee junkie</h1>
<div class="banner__icons">
<a href="#" class="banner__social-icon">
<i class="fab fa-facebook fa-fw"></i>
</a>
<a href="#" class="banner__social-icon">
<i class="fab fa-twitter fa-fw"></i>
</a>
<a href="#" class="banner__social-icon">
<i class="fab fa-google-plus fa-fw"></i>
</a>
<a href="#" class="banner__social-icon">
<i class="fab fa-instagram fa-fw"></i>
</a>
</div>
</div>
<!--end of banner-->
<!--video-->
<article class="video__container">
<video class="video__item" autoplay muted loop>
<source src="video/coffee.mp4" type="video/mp4">
<source src="video/coffee.ogv" type="video/ogv">
<source src="video/coffee.webm" type="video/webm">
your browser does not support a video tag
</video>
</article>
<!--end of video-->
<!--navbtn-->
<div class="navbtn">
<i class="fas fa-bars"></i>
</div>
<nav class="nav">
<ul class="nav__links">
<!--logo-->
<li><a href="#" class="nav__single-link nav-logo">
<img src="img/navLogo.svg">
</a></li>
<li><a href="#header" class="nav__single-link">home</a></li>
<li><a href="#about" class="nav__single-link">about</a></li>
<li><a href="#drink" class="nav__single-link">free drink</a></li>
<li><a href="#work" class="nav__single-link">work</a></li>
<li><a href="#contact" class="nav__single-link">contact</a></li>
</ul>
</nav>
<!--video switch-->
<div class="video__switch-container">
<div class="video__switch">
<span>on</span>
<span>off</span>
<div class="video__switch-btn"></div>
</div>
</div>
</header>
<!--end of header-->
<section class="about section-padding" id="about">
<div class="grid-container grid-container--medium-2">
<!--about container-->
<article class="about-container">
<!--first child-->
<div class="section-title">
<h1 class="section-title__name bell-fonts">our story</h1>
<div class="section-title__underline"></div>
<p class="section-title__text">
there is a garden in my city
it is called company bag
there are many fruits and flower plants
my grandfather and i go there in the morning
my grandfather tells many thing about trees and flower plants.
</p>
</div>
<!--second child-->
<div class="about__img">
<img src="img/aboutImg-1.jpeg" class="about__img-item" alt="about-img">
</div>
</article>
<article class="about-container">
<!--first child-->
<div class="section-title">
<h1 class="section-title__name bell-fonts">what we do</h1>
<div class="section-title__underline"></div>
<p class="section-title__text">
there is a garden in my city
it is called company bag
there are many fruits and flower plants
my grandfather and i go there in the morning
my grandfather tells many thing about trees and flower plants.
</p>
</div>
<!--second child-->
<div class="about__img about__img-special">
<img src="img/aboutImg-2.jpeg" class="about__img-item" alt="about-img">
</div>
</article>
<!--end of about container-->
</div>
</section>
<!--drink section-->
<section class="drink section-padding" id="drink">
<div class="grid-container">
<!--first item-->
<form class="drink-form">
<p class="drink-form__feedback">some text</p>
<h3 class="drink-form__title bell-fonts">to get free drink</h3>
<div class="drink-form__input">
<input type="text" name="" id="" maxlength="15" class="input-name" placeholder="name">
</div>
<div class="drink-form__input">
<input type="text" name="" id="" maxlength="15" class="input-lastname" placeholder="lastname">
</div>
<div class="drink-form__input">
<input type="email" name="" id="" maxlength="15" class="input-email" placeholder="email">
</div>
<input type="submit" value="sign up" class="input-submit">
</form>
<!--second item-->
<article class="drink-card">
<h3 class="drink-card__title bell-fonts">lucky people:</h3>
<div class="drink-card__list">
<div class="person">
<img src="img/person-1.jpeg" alt="person" class="person__thumbnail">
<h4 class="person__name">john</h4>
<h4 class="person__lastname">doe</h4>
</div>
<div class="person">
<img src="img/person-1.jpeg" alt="person" class="person__thumbnail">
<h4 class="person__name">john</h4>
<h4 class="person__lastname">doe</h4>
</div>
<div class="person">
<img src="img/person-1.jpeg" alt="person" class="person__thumbnail">
<h4 class="person__name">john</h4>
<h4 class="person__lastname">doe</h4>
</div>
<div class="person">
<img src="img/person-1.jpeg" alt="person" class="person__thumbnail">
<h4 class="person__name">john</h4>
<h4 class="person__lastname">doe</h4>
</div>
<div class="person">
<img src="img/person-1.jpeg" alt="person" class="person__thumbnail">
<h4 class="person__name">john</h4>
<h4 class="person__lastname">doe</h4>
</div>
</div>
</article>
</div>
</section>
<!--end of drink section-->
<script src="js/all.js"></script>
<script src="js/app.js"></script>
</body>
</html>