-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
110 lines (90 loc) · 3.54 KB
/
contact.html
File metadata and controls
110 lines (90 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<title>SLANIA</title>
</head>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="contact.css">
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"></a>
<a href="index.html" class="navbar-left"><img src="images/logopnggray.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-left">
<li><a href="https://www.facebook.com/Slaniametal/"><i class="fa fa-facebook fa-lg" aria-hidden="true"></i>
</a></li>
<li><a href="https://twitter.com/slaniaargentina"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCkXubWhjI4Z3ztH5_hbXeow"><i class="fa fa-youtube fa-lg" aria-hidden="true"></i></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">ABOUT</a></li>
<li><a href="https://gumroad.com/l/saLCO">STORE</a></li>
<li><a href="media.html">MEDIA</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Contact</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>Whether you have an interesting project or just want to say hi, feel free to send us a message or send an e-mail to:</h4>
<h4>slania.argentina@gmail.com</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p id="espacio"></p>
<hr>
<footer>
<p>Copyright - 2016 Slania All rights reserved</p>
</footer>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124118273-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124118273-1');
</script>
</body>
</html>