Files
PIBD_21_Basalov_A_D_Interne…/news.html
2025-04-07 09:04:37 +03:00

53 lines
2.1 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">
<title>Новости - ЭГПУ</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="wrapper">
<!-- Header -->
<header class="header">
<!-- Логотип и название -->
<div class="header-top">
<img src="logo.png" alt="Логотип университета" class="logo">
<div class="header-text">
<h1>Эркутский Государственный Педагогический Университет</h1>
<p>Здесь могла быть ваша реклама</p>
</div>
</div>
<!-- Navbar -->
<nav class="navbar">
<a href="index.html">Главная</a>
<!-- Dropdown для "Факультеты" -->
<div class="dropdown">
<a href="faculties.html" class="dropbtn">Факультеты</a>
<div class="dropdown-content">
<a href="StormtrooperFaculty.html">Штурмовой факультет</a>
<a href="WorkerFaculty.html">Рабочий факультет</a>
</div>
</div>
<a href="news.html">Новости</a>
<a href="contacts.html">Контакты</a>
<a href="admissions.html">Приемная комиссия</a>
</nav>
</header>
<!-- Content -->
<main class="content">
<h2>Тут будет распологаться информация с новостями</h2>
</main>
<!-- Footer -->
<footer class="footer">
<p>© 2023 Эркутский Государственный Педагогический Университет. Все права защищены.</p>
<a href="https://vkvideo.ru/video-79153897_456239331" target="_blank" class="corner-image">
<img src="VKlogo.png" alt="Перейти на страницу">
</footer>
</div>
</body>
</html>