Ha-ha
This commit is contained in:
75
gallery/index.html
Executable file
75
gallery/index.html
Executable file
@ -0,0 +1,75 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Gallery</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<link rel='shortcut icon' type='image/x-icon' href='../fave.ico' />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="../index.html" id="logo"><img src="../logo.svg" alt="Logotype"></a>
|
||||
<<<<<<< HEAD
|
||||
<button class="nav-toggle" title="Open menu">
|
||||
=======
|
||||
<button class="nav-toggle">
|
||||
>>>>>>> c27a4029688d84a604259109737c953b92088855
|
||||
<span class="bar-top"></span>
|
||||
<span class="bar-mid"></span>
|
||||
<span class="bar-bot"></span>
|
||||
</button>
|
||||
<ul>
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
<li><a href="#">Gallery</a></li>
|
||||
<li id="galactikka"><a href="https://galactikka.com/146568">Galactikka</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<header>
|
||||
<h1>Gallery</h1>
|
||||
</header>
|
||||
<main>
|
||||
<img src="pic/2.jpg" alt="">
|
||||
<img src="pic/1.jpg" alt="">
|
||||
<img src="pic/3.jpeg" alt="">
|
||||
<img src="pic/4.jpeg" alt="">
|
||||
<img src="pic/5.jpg" alt="">
|
||||
<img src="pic/6.jpeg" alt="">
|
||||
<img src="pic/7.jpg" alt="">
|
||||
<img src="pic/8.jpeg" alt="">
|
||||
<img src="pic/9.jpg" alt="">
|
||||
<img src="pic/10.jpg" alt="">
|
||||
<img src="pic/11.jpg" alt="">
|
||||
<img src="pic/12.jpg" alt="">
|
||||
<img src="pic/13.jpg" alt="">
|
||||
<img src="pic/15.jpg" alt="">
|
||||
<img src="pic/14.jpeg" alt="">
|
||||
<img src="pic/16.jpeg" alt="">
|
||||
<img src="pic/17.jpg" alt="">
|
||||
<img src="pic/18.jpg" alt="">
|
||||
</main>
|
||||
<footer>
|
||||
<address>
|
||||
<a href="https://www.google.ru/maps/place/Ulitsa+3+Mikrorayon,+7,+Beloyarsky,+Khanty-Mansiyskiy+avtonomnyy+okrug,+628176/@63.7204133,66.6610309,17z/data=!3m1!4b1!4m5!3m4!1s0x43823c79180321a3:0x7c339f5ac5e57cca!8m2!3d63.7204133!4d66.6632196"><span id="address"><span id="street">Ulitsa 3 Mikrorayon</span>, <span id="house">7</span>, <span id="town">Beloyarsky</span>, <span id="area">Khanty-Mansiysk Autonomous Region</span>, <span id="country">Russia</span> </span></a>
|
||||
<a href="tel:+79044825152" id="phone">+7 904 482 51 52</a>
|
||||
<a href="tel:+375299817785" id="phone">+375 299 81 77 85</a>
|
||||
<a href="mailto:airstudiog@gmail.com" id="email">airstudiog@gmail.com</a>
|
||||
</address>
|
||||
<ul id="social">
|
||||
<li><a href="https://vk.com/dm1tr1y147">VK</a></li>
|
||||
<li><span>Instagram:</span><ul>
|
||||
<li><a href="https://instagram.com/i.have.no.camera/">@i.have.no.camera</a></li>
|
||||
</ul></li>
|
||||
<li><a href="">Telegram</a></li>
|
||||
</ul>
|
||||
<<<<<<< HEAD
|
||||
<a href="#top" id="totop" title="Go to top"><i></i></a>
|
||||
=======
|
||||
<a href="#top" id="totop"><i></i></a>
|
||||
>>>>>>> c27a4029688d84a604259109737c953b92088855
|
||||
</footer>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user