-
Notifications
You must be signed in to change notification settings - Fork 1
/
index1.3.html
135 lines (117 loc) · 5.71 KB
/
index1.3.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
<!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">
<meta name="description" content="A powerful networking tool for musicians">
<meta name="keywords" content="musicians, music, networking, gigs, concerts, shows">
<meta class="metaTagTop" name="author" content="Your Name">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156430397-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156430397-1');
</script>
<!-- Global site tag (gtag.js) - Google Analytics 4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6GSK03V6N4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6GSK03V6N4');
</script>
<!--TAB NAVEGADOR-->
<title>LUUVA MUSIC</title>
<link rel='icon' type='image/png' href='./img/favicon.png'></link>
<link rel='icon' type='192x192' href='./img/favicon.png'></link>
<link rel="apple-touch-icon" type='image/png' href='./img/favicon.png'></link>
<!--Preload links-->
<link rel="preload" href="css/bootstrap.css" as="style">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="preload" href="build/css/app.css" as="style">
<link rel="stylesheet" href="build/css/app.css">
<link rel="preconnect" href="https://fonts.googleapis.com/%22%3E">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;300;700&family=Open+Sans:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.css">
</head>
<body class="container">
<!--HEADER-->
<header>
<nav>
<div class="navbar">
<div>
<a class="size-logo" href="index.html"><img src="./img/Logo.png" alt="logo LUUVA MUSIC"></a>
</div>
<div>
<ul>
<li><a target="_blank" href="https://www.luuvamusic.com/landing/signup-user-step1">SIGN UP</a></li>
<li><a target="_blank" href="https://www.luuvamusic.com/landing/signin">LOGIN</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!--MAIN-->
<section>
<div class="item-cover Image-cover">
<div class="text-cover">
<h1>WHAT IS LUUVA MUSIC?</h1>
<p>Luuva Music is a website where you can interact with musicians, buy and sell instruments, find live music near you and much more</p>
</div>
</div>
</section>
<section>
<div class="white-container">
<div class="grid">
<div class="article">
<img src="./build/img/Jam_Session.jpg" alt="banda amigos">
<div>
<h3>BUY AND SELL INSTRUMENTS!</h3>
<p>Search them by: type of instrument, model and price.</p>
</div>
</div>
<div class="article">
<img src="./build/img/Imagen 1.jpg" alt="banda concierto">
<div>
<h3>FIND NEW BANDS!</h3>
<p>Search by genre, original songs or covers and enjoy new music.</p>
</div>
</div>
<div class="article">
<img src="./build/img/imagen 2.jpg" alt="guitarra">
<div>
<h3>FIND LIVE MUSIC <br> NEAR YOU!</h3>
<p>Search for the date, event type and place. That's it! Go and enjoy the show!</p>
</div>
</div>
</div>
<div class="final-white">
<h3>JOIN OUR COMMUNITY!</h3>
<p>Luuva Music connects musicians with each other, venues to play, music stores, managers, producers and more!</p>
<a target="_blank" href="https://www.luuvamusic.com/landing/signup-user-step1" type="button"><i class="fa fa-arrow-circle-o-right fa_prepended"></i>SIGN UP FOR FREE NOW</a>
</div>
</div>
</section>
<!--FOOTER-->
<footer>
<div>
<ul>
<li class="border-end border-2 pe-3 border-secondary"><a target="_blank" href="https://www.luuvamusic.com/landing/aboutus">About Us</a></li>
<li class="border-end border-2 pe-3 ps-3 border-secondary"><a target="_blank" href="https://www.luuvamusic.com/landing/contact">Contact Us</a></li>
<li class="border-end border-2 pe-3 ps-3 border-secondary"><a target="_blank" href="https://www.luuvamusic.com/landing/support">Privacy Policy</a></li>
<li class="ps-3"><a target="_blank" href="https://www.luuvamusic.com/landing/terms">Terms & Conditions</a></li>
</ul>
</div>
<div class="col-12 text-center">
<span>Copyright © 2022 - Luuva Spaces LLC.</span>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>