Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<p>Black Artist Database (formerly known as Black Bandcamp) is a community-based platform, hosting a wealth of international Black-owned record labels, artists, producers and bands. </p>
<p>This crowd-sourced database provides an easy way to search, filter and directly support the creative output of Black artists globally, via their online profiles. The database is a continuous work-in-progress maintained by volunteers and paid administrators. </p>
<p>The database was started as a community effort on 4th June 2020, as Black Bandcamp. On 5th May 2021, the project relaunched as Black Artist Database, a move which we hope will expand the project’s scale and scope, and bring cultural and material support to the Black community. </p>

<p>B.A.D. is growing in order to more effectively cover the wider diaspora. With a bigger network, B.A.D. can continue to support Black artists, by connecting communities and challenging the inequality that is rife at present in the music industry.</p>


Expand All @@ -31,7 +32,7 @@
<div class="col-md-4 image-right">
<img src="../assets/about/1.png" alt="About Us Image">
</div>
</div>
</div>

<div class="row mt-5">
<div class="col-md-4 image-right">
Expand All @@ -54,8 +55,8 @@

<img src="../assets/ball-bar.svg" alt="-" class="bb">
</div>
</div>

</div>


<div class="row mt-5">
Expand All @@ -70,7 +71,7 @@
<div class="col-md-4 image-right">
<img src="../assets/about/3.png" alt="About Us Image">
</div>
</div>
</div>


<div class="row mt-5">
Expand All @@ -91,7 +92,7 @@
<img src="../assets/ball-bar.svg" alt="-" class="bb">
</div>

</div>
</div>


<div class="row mt-5 pb-5">
Expand All @@ -108,7 +109,7 @@
<div class="col-md-4 image-right">
<img src="../assets/about/7.jpg" alt="About Us Image">
</div>
</div>
</div>

<div>
<h1 class="h3 mt-4 mb-4 bad-title">CONTACT</h1>
Expand Down
6 changes: 5 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
module.exports = {
outputDir: "dist",
assetsDir: "static"
assetsDir: "static",
devServer: {
proxy: "https://blackartistdatabase.co/",
disableHostCheck: true
}
};