-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
168 lines (157 loc) · 11.1 KB
/
aboutus.html
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
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Divide of Everything About us">
<meta name="keywords" content="HTML,CSS">
<meta name="author" content="Coole Sites 2018">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css" type="text/css" />
<link rel="icon" href="assets/images/logo_redtransparent.png">
<title>Divide of Everything | About us </title>
</head>
<body id="aboutus-body">
<!-- Floating Sidebar -->
<div class="float-icons">
<ul>
<li><a href="https://www.facebook.com/DivideOfEverything" title="Facebook" target="blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/DivideOfEvery" title="Twitter" target="blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCWXge73RlAzsZcf6lekUgwg" title="YouTube" target="blank"><i class="fa fa-youtube" aria-hidden="true"></i></a></li>
</ul>
</div>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-md navbar-dark">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html" title="Divide of Everything Home"></a>
</div>
<div class="button-div">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse justify-content-end navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html" title="Home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="aboutus.html" title="About us">About us<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="catalogue.html" title="Catalogue">Catalogue</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html" title="News">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bookus.html" title="Book us">Book us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Content - About Us-->
<section class="container aboutus-info">
<div class="row">
<div class="col-12">
<h1>About Divide of Everything</h1>
<p>Divide of Everything is a 4-piece alternative rock band from Dublin, Ireland.<img src="assets/images/band_duotone.jpg" class="aboutus-image" title="Divide of Everything" alt="Divide of Everything image of band">
The band consists of Gabriel Gaba (lead vocals),
Karl Moore (guitar), Carl O'Rourke (bass) and Barry Pierce (drums).</p>
<p>Since their first gig in 2014 the band have been blowing audiences away with explosive performances of their 90's influenced approach to modern rock.</p>
<blockquote class="blockquote">
<p class="mb-0">Divide Of Everything sound like a band that need to be heard live. They make fun, energetic music that will appeal to fans of classic rock and heavy metal through to grunge and hard rock. Their debut EP 'Feathers' shows a lot of promise.</p>
<footer class="blockquote-footer">Pure M Magazine <cite title="Source Title"></cite></footer>
</blockquote>
</div>
</div>
</section>
<!-- Content - Profiles -->
<section class="container-fluid aboutus-content">
<div class="row">
<div class="col-sm col-md">
<div class="aboutus-person-container aboutus-person-container-left">
<div class="aboutus-person">
<p class="person-image"><img src="assets/images/gab.jpg" alt="Gabriel Gaba"></p>
<p class="text-uppercase person-text-name">Gabriel Gaba</p>
<p class="person-text-profile">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto quae consequuntur, velit error cum pariatur unde? In non, repudiandae explicabo?</p>
<p class="person-text-sociallinks">
<span class=""><i class="fa fa-twitter" aria-hidden="true"></i><a href="https://twitter.com/DivideOfEvery" title="Twitter" target="blank">Twitter</a></span>
<span class=""><i class="fa fa-facebook" aria-hidden="true"></i><a href="https://www.facebook.com/DivideOfEverything" title="Facebook" target="blank">Facebook</a></span>
</p>
</div>
</div>
</div>
<div class="col-sm col-md">
<div class="aboutus-person-container aboutus-person-container-right">
<div class="aboutus-person">
<p class="person-image"><img src="assets/images/karl.jpg" alt="Karl Moore"></p>
<p class="text-uppercase person-text-name">Karl Moore</p>
<p class="person-text-profile">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto quae consequuntur, velit error cum pariatur unde? In non, repudiandae explicabo?</p>
<p class="person-text-sociallinks">
<span id="person-text-sociallinks-two">
<span class=""><i class="fa fa-twitter" aria-hidden="true"></i><a href="https://twitter.com/DivideOfEvery" title="Twitter" target="blank">Twitter</a></span>
<span class=""><i class="fa fa-facebook" aria-hidden="true"></i><a href="https://www.facebook.com/DivideOfEverything" title="Facebook" target="blank">Facebook</a></span>
</span>
<span class=""><i class="fa fa-instagram" aria-hidden="true"></i><a href="https://www.youtube.com/channel/UCWXge73RlAzsZcf6lekUgwg" title="instagram" target="blank">Instagram</a></span>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm col-md">
<div class="aboutus-person-container aboutus-person-container-left">
<div class="aboutus-person">
<p class="person-image"><img src="assets/images/carl.jpg" alt="Carl O'Rourke"></p>
<p class="text-uppercase person-text-name">Carl O'Rourke</p>
<p class="person-text-profile">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto quae consequuntur, velit error cum pariatur unde? In non, repudiandae explicabo?</p>
<p class="person-text-sociallinks">
<span class="col-4"><i class="fa fa-twitter" aria-hidden="true"></i><a href="https://twitter.com/DivideOfEvery" title="Twitter" target="blank">Twitter</a></span>
<span class="col-4"><i class="fa fa-facebook" aria-hidden="true"></i><a href="https://www.facebook.com/DivideOfEverything" title="Facebook" target="blank">Facebook</a></span>
</p>
</div>
</div>
</div>
<div class="col-sm col-md">
<div class="aboutus-person-container aboutus-person-container-right">
<div class="aboutus-person">
<p class="person-image"><img src="assets/images/barry.jpg" alt="Barry Pierce"></p>
<p class="text-uppercase person-text-name">Barry Pierce</p>
<p class="person-text-profile">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto quae consequuntur, velit error cum pariatur unde? In non, repudiandae explicabo?</p>
<p class="person-text-sociallinks">
<span><i class="fa fa-twitter" aria-hidden="true"></i><a href="https://twitter.com/DivideOfEvery" title="Twitter" target="blank">Twitter</a></span>
<span><i class="fa fa-facebook" aria-hidden="true"></i><a href="https://www.facebook.com/DivideOfEverything" title="Facebook" target="blank">Facebook</a></span>
<span><i class="fa fa-instagram" aria-hidden="true"></i><a href="https://www.youtube.com/channel/UCWXge73RlAzsZcf6lekUgwg" title="instagram" target="blank">Instagram</a></span>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="container-fluid footer-content">
<div class="row footer-col">
<div class="col-6 text-right">
<p class="text-uppercase inline-block footer-text">© Coole Sites 2018</p>
</div>
<div class="col-6 text-left footer-icons">
<ul class="list-inline social-icons">
<li class="list-inline-item"><a href="https://www.facebook.com/DivideOfEverything" title="Facebook" target="blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/DivideOfEvery" title="Twitter" target="blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCWXge73RlAzsZcf6lekUgwg" title="YouTube" target="blank"><i class="fa fa-youtube" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</footer>
<!-- Script Links -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
</body>
</html>