Files
PIbd-21_Permyakov_R.G._IP/contacts.html

69 lines
4.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>Контакты</title>
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="/node_modules/bootstrap/dist/js/bootstrap.min.js" />
<link rel="stylesheet" href="/node_modules/bootstrap-icons/font/bootstrap-icons.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body class="d-flex justify-content-center">
<div class="body d-flex rounded w-75 flex-column">
<header class="header d-flex rounded-top justify-content-between flex-column">
<div class="d-flex flex-row">
<img src="logo.png" alt="Логотип УлЧУ" class="logo d-block mx-5 my-5 w-25"/>
<label class="nameBuild d-flex align-self-center">Ульяновский Частный Университет</label>
</div>
<nav class="navBar navbar navbar-expand navbar-dark">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse justify-content-center" id="navbarNav">
<div class="navbar-nav">
<a class="nav-link" href="/info.html" target="_blank">
<i class="bi bi-info-circle"></i>
Об университете
</a>
<a class="nav-link" href="/Education.html" target="_blank">
<i class="bi bi-card-list"></i>
Образование
</a>
<a class="nav-link" href="/StudentLive.html" target="_blank">
<i class="bi bi-emoji-sunglasses-fill"></i>
Студенческая жизнь
</a>
<a class="nav-link active" href="/Contacts.html" target="_blank">
<i class="bi bi-person-lines-fill"></i>
Контакты
</a>
<a class="nav-link" href="/index.html">
<i class="bi bi-house-fill"></i>
Главная
</a>
</div>
</div>
</nav>
</header>
<h1>Список контактов:</h1>
<ul>
<li>Телефон: <strong class="numb">8-800-476-92-84</strong></li>
<li>E-mail: <strong>info@ulchu.ru</strong></li>
<li>Адрес: 432027, г. Ульяновск, ул. Северный Венец, д. 32</li>
<li>Официальный телеграмм канал: <strong>https://t.me/UlCHU</strong></li>
</ul>
<footer class="footer d-flex flex-row justify-content-around rounded-bottem">
<div class="d-flex align-items-center my-4 mx-0">
<p>Телефон: <strong class="numb">8-800-476-92-84</strong></p>
<p>E-mail: <strong>info@ulchu.ru</strong></p>
<P>Адрес: 432027, г. Ульяновск, ул. Северный Венец, д. 32</P>
<p>Официальный телеграмм канал: <strong>https://t.me/UlCHU</strong></p>
</div>
<div class="d-flex align-items-center my-4 mx-0">
<img src="qrtg.png" class="fimg"/>
</div>
</footer>
</div>
</body>
</html>