-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (80 loc) · 5.63 KB
/
Copy pathindex.html
File metadata and controls
83 lines (80 loc) · 5.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" container="IE=edge">
<meta name="viewport" container="width=device-width, initial-scale=1">
<title>Flat</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media.css"> </head>
<body class="b-page">
<section class="b-page__section b-page__section_head">
<img class="b-logo__img b-logo__img_right-bottom" src="images/logo-2.png"/>
<img class="b-logo__img b-logo__img_left-top" src="images/logo-1.png"/>
<div class="b-head container">
<div class="row">
<nav class="b-head__menu pull-right">
<a href="#" class='b-link b-link_menu'>The Products</a>
<a href="#" class='b-link b-link_menu'>Services</a>
<a href="#" class='b-link b-link_menu'>Contact me</a>
</nav>
</div>
<div class="b-head__join col-sm-6 col-sm-offset-6">
<p class="b-join__title">Join the colors.</p>
<p class="b-join__text">There are only 3 colors, 10 digits</p>
<a class="b-join__button" href="#">Join now</a>
</div>
</div>
</section>
<section class="b-page__section b-page__section_description">
<div class="b-description container">
<h1 class="b-description__title">There are only 3 colors, 10 digits</h1>
<p class="b-description__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<img class="b-description_color-image" src="images/color.png" alt="color">
</div>
</section>
<section class="b-page__section b-page__section_feauters">
<div class="b-feauters container">
<div class="b-feauters__feature b-feauters__feature_seo col-sm-4">
<h2 class="b-feature__title">
<img class="b-feature__image" src="images/statistic-up.png" alt="">
SEO Optimized</h2>
<p class="b-feature__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make</p>
<section class="b-buton_wrapper"><a href="#" class="b-feature__button_plus"><img src="images/+.png" alt=""></a></section>
</div>
<div class="b-feauters__feature b-feauters__feature_responsive col-sm-4">
<h2 class="b-feature__title">
<img class="b-feature__image" src="images/iPad-potrait-&-landscape.png" alt="">
Responsive</h2>
<p class="b-feature__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make</p>
<section class="b-buton_wrapper"><a href="#" class="b-feature__button_plus"><img src="images/+.png" alt=""></a></section>
</div>
<div class="b-feauters__feature b-feauters__feature_cloud col-sm-4">
<h2 class="b-feature__title">
<img class="b-feature__image" src="images/upload.png" alt="">
Cloud Services</h2>
<p class="b-feature__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make</p>
<section class="b-buton_wrapper"><a href="#" class="b-feature__button_plus"><img src="images/+.png" alt=""></a></section>
</div>
</div>
</section>
<section class="b-page__section b-page__section_advertising">
<div class="b-advertising container">
<div class="b-advertising_wrapper ">
<p class="b-advertising__text">Music is all of a sudden much<br>more <b>colorful.</b></p>
<a href="#" class="b-advertising__button">View more</a>
</div>
</div>
</section>
<section class="b-page__section b-page__section_footer">
<div class="b-footer container">
<p class="b-footer__text">Copyright В© 2013 Css Author</p>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="script/script.js"></script>
</body>
</html>