Skip to content

Commit afc360a

Browse files
committed
chore: add new song and fix mobile resposive
1 parent 13c8786 commit afc360a

8 files changed

+21
-7
lines changed

data/musics.json

+14
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212
""
1313
]
1414
},
15+
{
16+
"id": "gloria-ao-nosso-deus",
17+
"name": "Glória ao Nosso Deus",
18+
"artist": "Agnus Dei",
19+
"youtube_url": "https://www.youtube.com/embed/",
20+
"cifra_url": "https://www.cifraclub.com.br/",
21+
"letra_url": "https://www.letras.mus.br/",
22+
"content": [
23+
"Quando a Igreja se levanta<br>Para exaltar o nome do Senhor Jesus<br>O céu e a terra, em harmonia<br>Irão cantar o nome do Senhor Jesus",
24+
"O Espírito de Deus ao nosso encontro vem<br>E os anjos se levantam pra cantar também",
25+
"Amém, glória ao nosso Deus<br>Santo é o nosso Deus, aleluia",
26+
"Nos louvores Deus habita<br>Vamos provar dessa presença do Senhor!<br>Sinta que em nosso meio, está Jesus<br>O nosso Deus dominador"
27+
]
28+
},
1529
{
1630
"id": "venho-cantar-meu-canto",
1731
"name": "À Senhora de Aparecida",

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="text-white">Local Católico</h3>
3333
</header>
3434
<main>
3535
<div class="d-flex justify-content-center" style="margin-top: 50px">
36-
<div class="col-md-6">
36+
<div class="col-12 col-md-6">
3737
<div class="row">
3838
<div class="col-md-8 offset-md-2">
3939
<div class="input-group">

music.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="text-white">Local Católico</h3>
3333
</header>
3434
<main>
3535
<div class="d-flex justify-content-center" style="margin-top: 50px">
36-
<div class="col-md-6">
36+
<div class="col-12 col-md-6">
3737
<div class="card" id="musics"></div><br>
3838
</div>
3939
</div>

musics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="text-white">Local Católico</h3>
3333
</header>
3434
<main>
3535
<div class="d-flex justify-content-center" style="margin-top: 50px">
36-
<div class="col-md-6">
36+
<div class="col-12 col-md-6">
3737
<div class="accordion accordion-flush" id="musics"></div><br>
3838
</div>
3939
</div>

playlist.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="text-white">Local Católico</h3>
3333
</header>
3434
<main>
3535
<div class="d-flex justify-content-center" style="margin-top: 50px">
36-
<div class="col-md-6">
36+
<div class="col-12 col-md-6">
3737
<div class="accordion accordion-flush" id="repertorio"></div><br>
3838
</div>
3939
</div>

playlists.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="text-white">Local Católico</h3>
3333
</header>
3434
<main>
3535
<div class="d-flex justify-content-center" style="margin-top: 50px">
36-
<div class="col-md-6">
36+
<div class="col-12 col-md-6">
3737
<div class="accordion accordion-flush" id="playlists"></div><br>
3838
</div>
3939
</div>

slides.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="text-white">Local Católico</h3>
3333
</header>
3434
<main>
3535
<div class="d-flex justify-content-center" style="margin-top: 50px">
36-
<div class="col-md-6">
36+
<div class="col-12 col-md-6">
3737
<div class="container mt-4">
3838
<div class="card">
3939
<div class="card-header">

summary.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="text-white">Local Católico</h3>
3333
</header>
3434
<main>
3535
<div class="d-flex justify-content-center" style="margin-top: 50px">
36-
<div class="col-md-6">
36+
<div class="col-12 col-md-6">
3737
<div class="accordion accordion-flush" id="summary"></div><br>
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)