-
Notifications
You must be signed in to change notification settings - Fork 0
/
sotrudniki.html
56 lines (56 loc) · 2.01 KB
/
sotrudniki.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="shortcut icon" href="image/pear1.ico" type="image/x-icon">
<meta charset="utf-8">
<style>
.pear {
margin-left: 260px;
margin-right:140px;
}
.otst {
margin-left: 440px;
margin-right:240px;
}
.otst1 {
margin-left: 710px;
margin-right:240px;
}
</style>
<title> "Pear technologies" </title>
</head>
<body background="image\fon_sotrudniki.png">
<nav>
<div class="pear">
<p align="left"> <a href="index.html" title="на главную"> <img src="image/stuff.png" width="1000" height="45" alt=""> </a> </p>
</div>
<p align="center">
<div class="wrapper">
<div align="center" class="nav">
<a href="vla.html" target="sotr">Владелец</a>
<a href="gen.html" target="sotr"> Ген. Директор </a>
<a href="bux.html" target="sotr">Глав. Бухгалтер</a>
<a href="valera.html" target="sotr"> Летчик</a>
<a href="cast.html" target="sotr"> Инженер </a>
<a href="shurik.html" target="sotr"> Креатив Директор</a>
<a href="maks.html" target="sotr"> Проффесор web </a>
<div id="position">
<a href="#">Разработчики</a>
<div class="menu_two">
<a href="vla.html" target="sotr"> Артем Яндовский</a>
<a href="dev.html" target="sotr">Алексей Метлицкий</a>
</div>
</div>
</div>
</div>
<p>
<div align="left" class="otst">
<p><iframe src="bux.html" scrolling="no" name="sotr" width="840" height="620"></iframe></p>
</div>
<div class="otst1">
<p style="color:white"> *by artsemjandovski* </p>
</div>
</nav>
</body>
</html>