-
Notifications
You must be signed in to change notification settings - Fork 0
/
company.php
49 lines (49 loc) · 1.96 KB
/
company.php
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>О нас</title>
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/company.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/flexboxgrid2.min.css">
</head>
<body>
<form>
<a href="vendor/logout.php" class="logout">Выход</a>
</form>
<div class="heart">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12">
<div class="header">
<div class="news">
<a href="news.php">Новости</a>
</div>
<div class="zayavka">
<a href="zayavka.php">Оставить заявку</a>
</div>
<div class="company">
<a href="company.php">О нас</a>
</div>
<div class="lk">
<a href="lk.php">Личный кабинет</a>
</div>
<div class="close">
<a href="index.php">Выход</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="welc">
<div class="container">
<div class="col-lg-12 col-md-12 col-xs-12">
<h1>Группа профсоюза в <a class="tmp" href="https://vk.com/profkom_vlsu">Вконтате</a></h1>
<h1>Группа санатория-профилактория в <a class="tmp" href="https://vk.com/profilaktory_vlsu">Вконтате</a></h1>
<h1>Официальный сайт <a class="tmp" href="http://profcomvlsu.ru">профсоюза</a></h1>
</div>
</div>
</div>
</body>
</html>