-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBussines.html
69 lines (64 loc) · 2.44 KB
/
Bussines.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Drink for Spirit</title>
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header class="header">
<div class="container">
<div class="header__wrapper">
<div class="header__block">
<a href="index.html" class="header__logo">
<img src="./img/logo.png" alt="">
</a>
</div>
<!-- header__block -->
<nav class="nav">
<a href="./index.html" class="nav__link">Home</a>
<a href="./Menu.html" class="nav__link">Menu</a>
<a href="./Contact.html" class="nav__link">Contact</a>
<a href="./About.html" class="nav__link">About</a>
</nav>
<div class="header__block">
<div class="header__cart">
<a href="./Cart.html" class="cart__link"><img src="./img/svg/cartmg.svg" alt="">Cart</a>
</div>
</div>
</div>
<!-- header__wrapper -->
</div>
<!-- container -->
</header>
<div>
<div class="cO">
<p class="cObj">Bussines</p>
</div>
<div class="busObj">
<p class="busText">
Cooperation in business is a joint activity aimed at generating income. The basis of such relations is
the effect of synergy - the two partners receive more profit than each of them individually.<br>
Cooperation involves active investment of finances and joint adoption of managerial decisions.
Therefore, the basis is the trust between the participants in the transaction, as well as their mutual
interest in long-term joint work.
</p>
</div>
</div>
<div class="busObj">
<p class="busPartn">Our bussines partners</p>
</div>
<div class="busObj">
<p><img src="./img/svg/busPartners.svg" alt="" class="busPartnSVG"></p>
</div>
<div class="busObj">
<p class="busText">
To become our partner write to us: [email protected]
</div>
</div>
</div>
</body>
</html>