-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
131 lines (116 loc) · 4.79 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Adsense-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6983261148416548",
enable_page_level_ads: true
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122237220-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122237220-1');
</script>
<!-- meta data begins-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="bass boosted mix songs and mp3s">
<meta name="keywords" content="bass bosted, mp3 music dwnload, bass bosted music">
<meta name="author" content="Kharl Gilberts">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- meta data ends-->
<title>BASS CLOUD | About</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/normalize.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">BASS</span> CLOUD MIX</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</nav>
</div>
</header>
<section id="newsletter">
<div class="container">
<h2>Subscribe To Our Newsletter</h2>
<form>
<input type="email" placeholder="Enter Email...">
<button type="submit" class="button_1">Subscribe</button>
</form>
</div>
</section>
<section id="main">
<div class="container">
<article id="main-col">
<h2 class="page-title">About Us</h2>
<p>
<h2> BASS BOOSTERS CLOUD </h2>
<h3>This is a website you will find all your desired bass boosted mix and singles. This website is still in the development stage and all your comments will always mean a lot to us.
Contact admin for any issues and comments about the website
including</h3>
<p class="dark">
<ul>
<li>Generall comments</li>
<li>Copyright issues</li>
<li>Development advice</li>
<li>Buy shares</li>
<li>Partnership Program</li>
<li>Bug Reports</li>
</ul>
</p>
<!-- Contacts section start -->
<div class="section" id="contacts">
<h2><span>Follow Me</span></h2>
<div id="socialmedia">
<img src="./img/logo_insta.png">
<h1><a href="https://www.instagram.com/kharlgilberts"></a>Instagram</h1>
<img src="./img/logo_fb.png">
<img hr src="">
</div>
</div>
<!-- Contacts section end -->
</article>
<aside id="sidebar">
<div class="dark">
<h3>What We Do</h3>
<p>As bass boosters, we sign with artist and content creators from our open forum .All are welcom, feel free to request for tracks you wish to have been included </p>
<p> ona source code kuna deeloper notes "css sheet"</p>
</div>
</aside>
</div>
</section>
<div class="SiteMap">
<!--SiteMap-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12095.62332432992!2d-74.01670167226708!3d40.720089482262836!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2598aef444927%3A0x39a324c5b0b9d684!2sNew+York%2C+NY+10013!5e0!3m2!1sen!2sus!4v1532503660657" width="700" height="200" frameborder="3px" style="border:0" allowfullscreen></iframe>
<footer>
<p>Bass Boosted Mix Cloud, Copyright © 2018</p>
</footer>
<!--modenizer-->
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-122237220-1', 'auto'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>