You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<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="container">
<div id="wrap">
<div id="row">
<div id="logo">
<a id="logo-container" href="/">
Пространственные системы
</a>
</div>
</div>
<div id="navigation">
<a id="navigation-link-active" href="projects.html">Проекты</a>
<a id="navigation-link" href="contacts.html">Контакты</a>
</div>
</div>
</div>
<div id="projects-container">
<div id="projects-wrap">
<div id="projects-title">Проекты</div>
<div id="projects-content">
<a class="project-container" href="project-post.html">
<div class="project-image" style="background-image: url('./images/projects/greenpeace.jpg');"></div>
<div class="project-title">
<span>Городская инфраструктура<div class="project-arrow"></div></span>
</div>
</a>
<a class="project-container" href="project-post.html">
<div class="project-image" style="background-image: url('./images/projects/agglom.jpg');"></div>
<div class="project-title">
<span>Аварийность объектов ЖКХ<div class="project-arrow"></div></span>
</div>
</a>
<a class="project-container" href="project-post.html">
<div class="project-image" style="background-image: url('./images/projects/arial.jpeg');"></div>
<div class="project-title">
<span>Постаматы<div class="project-arrow"></div></span>
</div>
</a>
</div>
<!-- <div id="footer-container">
<div id="footer-title">
Свяжитесь с нами
</div>
<a href="contacts.html" id="footer-link">
Контакты
</a>
</div> -->
</div>
</div>
</body>
</html>