This repository was archived by the owner on Mar 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
174 lines (156 loc) · 5.53 KB
/
project.html
File metadata and controls
174 lines (156 loc) · 5.53 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<title>Project</title>
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Header -->
<header class="header header-project">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="logo">
<a href="/">
<img src="images/white-logo.png" alt="">
</a>
</div>
<nav class="nav">
<div class="burger-wrap">
<a href="#"><span></span></a>
</div>
<ul>
<li><a href="service.html">Услуги</a></li>
<li><a href="works.html">Проекты</a></li>
<li><a href="contacts.html">Контакты</a></li>
</ul>
</nav>
</div>
<div class="col-sm-4">
<div class="header-links">
<a href="#" class="lang">EN</a>
<a href="#modal" class="callback-link fancybox btn">Обратный звонок</a>
</div>
</div>
</div>
</div>
</header>
<!-- Project -->
<section class="project-wrap">
<div class="container">
<div class="row">
<div class="project">
<div class="col-sm-6">
<a href="works.html" class="project-back">
<i class="icon-back-w"></i>
Проекты
</a>
<div class="project-type">Мобильное приложение</div>
<img src="images/Logo-chisto.png" alt="" class="project-logo">
<h2 class="project-head">Химчистка с доставкой</h2>
<p class="project-descr">Puts on when it connects to the Internet. It’s also a private gateway to blocked sites because the site you are actually surfing is hidden behind the proxy, which is unblocked.</p>
<div class="project-links">
<a href="#"><img src="images/Appstore.png" alt=""></a>
<a href="#"><img src="images/Googleplay.png" alt=""></a>
</div>
</div>
<div class="col-sm-6">
<div class="project-img">
<img src="images/image-iphone.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- App -->
<section class="app-wrap">
<div class="container">
<div class="app">
<div class="row">
<div class="col-sm-6">
<h2 class="app-head head">O приложений</h2>
<p>For example, if you go to a web proxy in London and surf the Web, every other computer in the world London!</p>
<p>Usage of the Internet is becoming more common due to rapid advancement of technology and the power of globalization. </p>
<p>Societies are becoming more inter-connected. </p>
</div>
<div class="col-sm-6">
<div class="app-images">
<img src="images/app-image1.png" alt="">
<img src="images/app-image2.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Tech -->
<section class="tech-wrap">
<div class="container">
<div class="tech">
<h2 class="tech-head head">Технологии</h2>
<div class="row">
<div class="col-sm-4">
<div class="tech-item">
<div class="tech-img">
<img src="images/tech1.png" alt="">
</div>
<h3 class="tech-item-head">Ruby on Rails</h3>
<p>As anyone who has experience knows,
there are advantages and disadvantages
to outsourcing software development. </p>
</div>
</div>
<div class="col-sm-4">
<div class="tech-item">
<div class="tech-img">
<img src="images/tech2.png" alt="">
</div>
<h3 class="tech-item-head">Haml</h3>
<p>Usage of the Internet is becoming more common due to rapid advancement of technology and the power.</p>
</div>
</div>
<div class="col-sm-4">
<div class="tech-item">
<div class="tech-img">
<img src="images/tech3.png" alt="">
</div>
<h3 class="tech-item-head">CodeIgniter</h3>
<p>The moment you think of buying a Web Hosting Plan, you know one thing – So
many choices, which one to choose.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer-wrap">
<div class="container">
<div class="row">
<div class="footer">
<div class="col-sm-3">
<div class="copy">© BinaryBlitz 2017</div>
</div>
<div class="col-sm-6">
<div class="address"><i class="icon-location"></i>Москва, ул. Большая Никитская д. 22</div>
</div>
<div class="col-sm-3">
<div class="tel">
<a href="tel:79855558860"><i class="icon-phone"></i>+7 985 555 88 60</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/common.js"></script>
</body>
</html>