contact page added. post page added
This commit is contained in:
parent
8a494af143
commit
f928fbc527
5 changed files with 63 additions and 61 deletions
39
contact.html
Normal file
39
contact.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>The App</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap" rel="stylesheet">
|
||||
</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>
|
||||
<div class="navigation">
|
||||
<a class="nav_butt_2" href="about.html">About Us</a>
|
||||
<a class="nav_butt_2" href="news.html">News</a>
|
||||
<a class="nav_butt_2" href="download.html">Download</a>
|
||||
<a class="nav_butt_2" href="contact.html">Contact</a>
|
||||
<a class="nav_butt_2" href="">###</a>
|
||||
<a class="nav_butt_2" href="">###</a>
|
||||
</div>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue