Cleanup
/* Front build by nikitajevdookishkin.github.io/designer/ */
This commit is contained in:
parent
944015c172
commit
f565d68ca5
7 changed files with 62 additions and 72 deletions
14
contact.html
14
contact.html
|
|
@ -6,21 +6,17 @@
|
|||
<link rel="stylesheet" href="style.css">
|
||||
<title>The App</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page_container">
|
||||
<div class="nav_box">
|
||||
<a href="index.html" class="logo_home"><img src="logo.svg" class="logo" alt="logo"></a>
|
||||
<h2>Contact</h2>
|
||||
|
||||
<!-- burger menu -->
|
||||
<input type="checkbox" id="burger-toggle" class="burger-toggle">
|
||||
<label for="burger-toggle" class="burger">
|
||||
<div class="line"></div>
|
||||
<div class="line"></div>
|
||||
<div class="line"></div>
|
||||
</label>
|
||||
|
||||
<div class="navigation">
|
||||
<a class="nav_butt_2" href="about.html">About Us</a>
|
||||
<a class="nav_butt_2" href="news.html">News</a>
|
||||
|
|
@ -32,9 +28,7 @@
|
|||
</div>
|
||||
<div class="content_wrap">
|
||||
<div class="content_box">
|
||||
|
||||
<div class="contacts">
|
||||
|
||||
<p>xxxxcity, xxxxxxx street - xxx</p>
|
||||
<p>Tel: xxx-xxx-xxx</p>
|
||||
<a class="content_butt" href="mailto:xxx@xxx.xx">mail: mail@xxdomain.xx</a>
|
||||
|
|
@ -42,4 +36,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
Front build by
|
||||
nikitajevdookishkin.github.io/designer/
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue