-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (82 loc) · 5.54 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="home.css">
<link rel="shortcut icon" href="images/we-rock-website-favicon-color.png">
<title>We Rock</title>
</head>
<body>
<div class="container">
<div class="container-top">
<div class="head">
<div class="header-logo"><img class="header-icon" src="images/we-rock-low-resolution-logo-color-on-transparent-background.png" alt=""></div>
<div class="nav-bar"><a href="#">Home</a><a href="Services.html">Services</a><a href="Contact.html">Contact Us</a></div>
</div>
<div class="intro">
<p class="intro-heading">We Rock</p>
<p class="intro-slogan">At We Rock,
we understand that each concert is unique,
and we work closely with artists and their teams to create a customized event that exceeds your expectations.
</p>
</div>
</div>
<div class="main">
<div class="bands">
<div class="bands-head">
<p class="bands-heading">Our Bands</p>
<p class="bands-head-description">Our bands need no introduction. Some of them have become household name in the music industry. You might be familiar with some of them.</p>
</div>
<div class="band-cards">
<div class="card">
<img class="band-image" src="images/band-pics/electric-stardust.jpg" alt="Electric Stardust">
<div class="card-description">
<p class="band-name">Electric Stardust</p>
<p class="band-description">Electric Stardust is a hugely popular and influential Goan rock band known for their catchy melodies and innovative music. Their sound creating a unique and captivating experience for their fans.</p>
</div>
<div class="band-socials"><img src="images/icons-social/icons8-facebook-50.png" alt="Facebook" title="The Beatles"><img src="images/icons-social/icons8-instagram-50.png" alt="Instagram"><img src="images/icons-social/icons8-twitter-50.png" alt="Twitter"></div>
</div>
<div class="card">
<img class="band-image" src="images/band-pics/the-orion.jpg" alt="The Orion">
<div class="card-description">
<p class="band-name">The Ørion</p>
<p class="band-description">The Ørion is an up-and-coming heavy metal band with a fresh sound and unique style. Their live performances are known for their high energy and crowd interaction,
making them a must-see act.
</p>
</div>
<div class="band-socials"><a href=""><img src="images/icons-social/icons8-facebook-50.png" alt="Facebook" title="Facebook"></a><a href="https://www.instagram.com/orion_theband/?hl=en" target="_blank"><img src="images/icons-social/icons8-instagram-50.png" alt="Instagram" title="Instagram"></a><a href=""><img src="images/icons-social/icons8-twitter-50.png" alt="Twitter" title="Twitter"></a></div>
</div>
<div class="card">
<img class="band-image" src="images/band-pics/hazy-horizons.jpg" alt="">
<div class="card-description">
<p class="band-name">Hazy Horizons</p>
<p class="band-description">Hazy Horizons is a pop band known for their virtuosic musicianship and technical prowess. Their live performances are a true showcase of their talent,
and we are excited to have them perform at <strong>We Rock</strong>.
</p>
</div>
<div class="band-socials"><img src="images/icons-social/icons8-facebook-50.png" alt="Facebook" title="The Beatles"><img src="images/icons-social/icons8-instagram-50.png" alt="Instagram"><img src="images/icons-social/icons8-twitter-50.png" alt="Twitter"></div>
</div>
<div></div>
</div>
<div class="call-action border">
<p class="call-action-heading">Our Services</p>
<p class="call-action-description">Click the button below to see our services and pricings</p>
<a href="Services.html" target="_blank"><button type="button" class="call-action-button">Services</button></a>
</div>
<div class="call-action">
<p class="call-action-heading">CALL TO ACTION</p>
<p class="call-action-description">If you would like us to arrange a concert for you simply click the button below and fill up the form to contact us.</p>
<a href="Contact.html" target="_blank"><button class="call-action-button" type="button">Contact Us</button></a>
</div>
</div>
<div class="footer">
<div class="footer-para"><img src="images/we-rock-website-favicon-color.png" alt="We rock logo"></div>
<p>©
2023 We Rock
</p>
</div>
</div>
</body>
</html>