IMOTCL/school-64.html

48 lines
2.3 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>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138679206-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-138679206-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/main.css">
<title>Город Лесной</title>
</head>
<body>
<div id="wrapper">
<header>
<div id="swup" class="transition-fade">
<a href="IMOTCL/index.html" class="logo">Город Лесной</a>
<a href="IMOTCL/map.html" class="logo">Вернуться на карту</a>
</div>
</header>
<main id="swup" class="transition-fade">
<h2>Школа 64 <span class="map"><img src="img/icons/map-marker-alt-solid.svg" alt="map"></span> <a href="https://goo.gl/maps/g6SChz37Arw" target="_blank">Google Maps</a></h2>
<div class="s64-wrapper">
<div class="s64-item">
<img src="img/school-64.jpg" alt='Школа 64'>
</div>
<div class="s64-item">
<p>Муниципальное бюджетное общеобразовательное учреждение "Средняя общеобразовательная школа №64" Городского округа "Город Лесной" Свердловской области открыта в январе 1956 года.</p>
<p>Учредитель: Городской округ «Город Лесной»</p>
</div>
</div>
<img src="img/school-64-1.jpg" alt="Решение об открытии средней школы" id="s64-img-1">
</main>
<div class="br"></div>
<footer id="swup" class="transition-fade">
<a href="IMOTCL/author.html">Автор сайта - Зинченко Иван</a><br>
</footer>
<script src="js/remove.js"></script>
</div>
</body>
</html>