2020-10-07 20:52:33 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>bricabracomania.</title>
|
|
|
|
<link href="css/styles.css" rel="stylesheet" type="text/css">
|
|
|
|
<link rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
href="/img/myicon.png" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body style="background-color:black;">
|
|
|
|
<header>
|
|
|
|
<img src="img/logo.png" alt="bricabracomania logo" class="logo" />
|
|
|
|
<nav class="nav">
|
|
|
|
<ul>
|
2020-10-12 22:06:10 +02:00
|
|
|
<li><a href="index.html">Home</a></li>
|
|
|
|
<li><a href="about.html">About</a></li>
|
|
|
|
<li><a href="projects.html">Projects</a></li>
|
|
|
|
<li><a href="/">Contacts</a></li>
|
2020-10-07 20:52:33 +02:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<div class="contact-wrapper">
|
|
|
|
<div class="contact-bg">
|
|
|
|
<div class="contact-info">
|
|
|
|
<h2 style="text-align:center; color: #fff">TELL US WHAT YOU WANT</h2>
|
|
|
|
<p class="p1">+37067476916</p>
|
|
|
|
<p class="p1">bricabracomania@gmail.com</p>
|
|
|
|
<p class="p1">PayPal?</p>
|
|
|
|
<p class="p1">Vilnius, Lithuania</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<div class="container">
|
|
|
|
<div class="col-3">
|
|
|
|
<ul class="unstyled-list" style="text-align:center;">
|
|
|
|
<li><strong>Hancarved jewellery loved and produced by</strong></li>
|
|
|
|
<li>Bricabracomania Metalworks</li>
|
|
|
|
<li>2020</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-3">
|
|
|
|
<ul class="unstyled-list" style="text-align:center;">
|
|
|
|
<li><strong>Follow us</strong></li>
|
|
|
|
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="images/instagram.png" style ="width:50px; height:50px;"/></a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<script
|
|
|
|
src="https://code.jquery.com/jquery-2.2.4.min.js"
|
|
|
|
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|