-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
160 lines (136 loc) · 5.33 KB
/
about.html
File metadata and controls
160 lines (136 loc) · 5.33 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!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="about.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="weAre">
<h1>We Are</h1>
<img src="images/groove.jpg" style="width: 80%; height: 80%>
<p id="espacio"></p>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="content2">
<h4>Slania is a symphonic metal band from Buenos Aires founded in september of 2010 by Mauricio Rodriguez, Florencia Sategna and Marianela Valdata. Nowadays it is integrated by Florencia Sategna on female vocals, Walter Gonzalez on bass and male vocals, Gonzalo Kobalenko on guitars, Sebastian Guerrero on keyboards and Fernando Romeo Ortiz on drums.</h4>
<h4>The band gives its first steps towards early 2011 and with the incorporation of the other members, it starts the composition of its first material.</h4>
<h4>Focusing on the search of their own sound, without departing from symphonic, Slania includes influences of other subgenres in its material such as gothic, progressive and melodic death metal.</h4>
<h4>After many shows and several line-up changes, Slania manages the development of its live sound. Finally, the band consolidates its proposal and enters the studio in late 2015 to record its fist album. Entitled 'Proof of Existence', their album is released on October 15th.</h4>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando3">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="content3">
<h1 id="findus">The Crew</h1>
<div class="col-lg-6">
<h4>Florencia Sategna</h4>
<h5>Voice</h5>
<img src="images/flor.jpg">
</div>
<div class="col-lg-6">
<h4>Walter Gonzalez</h4>
<h5>Voice and Bass</h5>
<img src="images/wal.jpg">
</div>
</div>
</div>
</div>
</div>
</div>
<p id="espacio"></p>
<div id="probando3">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="content3">
<div class="col-lg-4">
<h4>Sebastian Guerrero</h4>
<h5>Keyboard</h5>
<img src="images/seba.jpg">
</div>
<div class="col-lg-4">
<h4>Gonzalo Kobalenko</h4>
<h5>Guitar</h5>
<img src="images/koba.jpg">
</div>
<div class="col-lg-4">
<h4>Romeo Ortiz</h4>
<h5>Drum</h5>
<img src="images/fer.jpg">
</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>