Skip to content

Commit 503596a

Browse files
Fabio BrasileiroFabio Brasileiro
authored andcommitted
ajuste
1 parent fc5dc69 commit 503596a

5 files changed

Lines changed: 44 additions & 40 deletions

File tree

src/app/page/footer/footer.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- End block -->
2-
<footer class="bg-white dark:bg-gray-800">
2+
<footer class="bg-zinc-200 dark:bg-gray-800">
33
<div class="max-w-screen-xl p-4 py-6 mx-auto lg:py-16 md:p-8 lg:p-10">
44
<!-- <div class="grid grid-cols-2 gap-8 md:grid-cols-3 lg:grid-cols-5">
55
<div>
@@ -85,7 +85,7 @@ <h3 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">D
8585
</ul>
8686
</div>
8787
</div> -->
88-
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8">
88+
<hr class="my-6 border-gray-400 sm:mx-auto dark:border-gray-700 lg:my-8">
8989
<div class="text-center">
9090
<a href="#" class="flex items-center justify-center mb-5 text-2xl font-semibold text-gray-900 dark:text-white">
9191
<img src="../assets/logo-java-jugle.png" class="h-6 mr-3 sm:h-9" alt="jugle Logo" />
@@ -143,4 +143,4 @@ <h3 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">D
143143
</ul>
144144
</div>
145145
</div>
146-
</footer>
146+
</footer>

src/app/page/header-landing-page/header-landing-page.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="fixed w-full backdrop-blur">
2-
<nav class="bg-white opacity-85 border-gray-200 py-2.5 dark:bg-gray-900">
2+
<nav class="bg-zinc-300 opacity-85 border-gray-200 py-2.5 dark:bg-gray-900">
33
<div class="flex flex-wrap items-center justify-between max-w-screen-xl px-4 mx-auto">
44
<a href="#" class="flex items-center">
55
<img src="../assets/logo-java-jugle.png" class="h-6 mr-3 sm:h-9 disabled-logo" alt="Java juble Logo" />
@@ -62,4 +62,4 @@
6262
</div>
6363
</div>
6464
</nav>
65-
</header>
65+
</header>

src/app/page/landing-page-inicio/landing-page-inicio.component.html

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<app-header-landing-page></app-header-landing-page>
22
<!-- Start block -->
3-
<section class="bg-white dark:bg-gray-900">
3+
<section class="bg-zinc-300 dark:bg-gray-900">
44
<div class="grid max-w-screen-xl px-4 pt-20 pb-8 mx-auto lg:gap-8 xl:gap-0 lg:py-16 lg:grid-cols-12 lg:pt-28">
55
<div class="mr-auto place-self-center lg:col-span-7">
6-
<p class="font-light text-gray-500">Alô programador (a) Java! Conheça a</p>
6+
<p class="font-light text-zinc-600 dark:text-gray-500">Alô programador (a) Java! Conheça a</p>
77
<h1
88
class="max-w-2xl mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl xl:text-6xl dark:text-white">
99
Comunidade<br>Java Amazonas</h1>
10-
<p class="max-w-2xl mb-6 font-light text-gray-500 lg:mb-8 md:text-lg lg:text-xl dark:text-gray-400">A comunidade
10+
<p class="max-w-2xl mb-6 font-light text-zinc-600 lg:mb-8 md:text-lg lg:text-xl dark:text-gray-400">A comunidade
1111
foi criada na<a href="https://brasil.campus-party.org/cpamazonia/" class="hover:underline">Campus Party
1212
Amazônia</a>, e ela mesma é uma excelente maneira de se conectar, comunicar e colaborar com outros
1313
desenvolvedores, compartilhando seus conhecimentos com o objetivo de expandir a experiência em Tecnologia.</p>
@@ -199,11 +199,11 @@
199199
</section> -->
200200
<!-- End block -->
201201
<!-- Start block -->
202-
<section class="bg-gray-50 dark:bg-gray-800">
202+
<section class="bg-zinc-200 dark:bg-gray-800">
203203
<div class="max-w-screen-xl px-4 py-8 mx-auto space-y-12 lg:space-y-20 lg:py-24 lg:px-6">
204204
<!-- Row -->
205205
<div class="items-center gap-8 lg:grid lg:grid-cols-2 xl:gap-16">
206-
<div class="text-gray-500 sm:text-lg dark:text-gray-400">
206+
<div class="text-zinc-600 sm:text-lg dark:text-gray-400">
207207
<h2 class="mb-4 text-3xl font-extrabold tracking-tight text-gray-900 dark:text-white">Por que aprender Java?
208208
</h2>
209209
<p class="mb-8 font-light lg:text-xl">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta
@@ -323,14 +323,14 @@ <h2 class="mb-4 text-3xl font-extrabold tracking-tight text-gray-900 dark:text-w
323323
</section>
324324
<!-- End block -->
325325
<!-- Start block -->
326-
<section class="bg-white dark:bg-gray-900">
326+
<section class="bg-zinc-300 dark:bg-gray-900">
327327
<div
328328
class="items-center max-w-screen-xl px-4 py-8 mx-auto lg:grid lg:grid-cols-4 lg:gap-16 xl:gap-24 lg:py-24 lg:px-6">
329329
<div class="col-span-2 mb-8">
330330
<p class="text-lg font-medium text-green-600 dark:text-green-500">Hello world</p>
331331
<h2 class="mt-3 mb-4 text-3xl font-extrabold tracking-tight text-gray-900 md:text-3xl dark:text-white">Sobre a
332332
comunidade Java Amazonas</h2>
333-
<p class="font-light text-gray-500 sm:text-xl dark:text-gray-400">"Java User Groups (JUGs) são organizações
333+
<p class="font-light text-zinc-600 sm:text-xl dark:text-gray-400">"Java User Groups (JUGs) são organizações
334334
voluntárias que se esforçam para distribuir conhecimento relacionado a Java em todo o mundo. Eles fornecem um
335335
ponto de encontro para os usuários Java obterem informações, compartilharem recursos e soluções, aumentarem o
336336
networking, expandirem o conhecimento da tecnologia Java e, acima de tudo, se esforçarem para construir uma
@@ -410,7 +410,7 @@ <h3 class="mb-2 text-2xl font-bold dark:text-white">5+ Million</h3>
410410
</section>
411411
<!-- End block -->
412412
<!-- Start block -->
413-
<section class="bg-gray-50 dark:bg-gray-800">
413+
<section class="bg-zinc-200 dark:bg-gray-800">
414414
<div class="max-w-screen-xl px-4 py-8 mx-auto text-center lg:py-24 lg:px-6">
415415
<figure class="max-w-screen-md mx-auto">
416416
<svg class="h-12 mx-auto mb-3 text-gray-400 dark:text-gray-600" viewBox="0 0 24 27" fill="none"
@@ -435,10 +435,12 @@ <h3 class="mb-2 text-2xl font-bold dark:text-white">5+ Million</h3>
435435
</section>
436436
<!-- End block -->
437437
<!-- Start block -->
438-
<section class="bg-gray-50 dark:bg-gray-900">
439-
<div class="text-white max-w-screen-xl mx-auto py-8 px-4 lg:py-16 lg:px-6">
438+
<section class="bg-zinc-300 dark:bg-gray-900">
439+
<div class="text-black dark:text-white max-w-screen-xl mx-auto py-8 px-4 lg:py-16 lg:px-6">
440440
<div class="text-center mb-10">
441-
<h2 class="text-4xl tracking-tight font-bold text-primary-800">Mas por que participar de uma comunidade?</h2>
441+
<h2 class="text-4xl tracking-tight font-bold text-primary-800">Mas por que participar de uma
442+
comunidade?
443+
</h2>
442444
<p class="mt-3">"Participar de um grupo de usuários Java é uma ótima maneira de se conectar, comunicar e colaborar
443445
com seus colegas desenvolvedores. Os JUGs podem ser encontrados em quase todos os continentes, com encontros
444446
regulares." Site do Java (https://dev.java/community/jugs/)</p>
@@ -487,11 +489,11 @@ <h3 class="text-2xl font-bold text-md mb-6">Compartilhamento</h3>
487489
<!-- End block -->
488490
<!-- Start block -->
489491

490-
<section class="bg-white dark:bg-gray-800">
492+
<section class="bg-zinc-200 dark:bg-gray-800">
491493
<div class="max-w-screen-xl px-4 py-8 mx-auto lg:py-24 lg:px-6">
492494
<div class="max-w-screen-md mx-auto mb-8 text-center lg:mb-12">
493495
<h2 class="mb-4 text-3xl font-extrabold tracking-tight text-gray-900 dark:text-white">Eventos</h2>
494-
<p class="mb-5 font-light text-gray-500 sm:text-xl dark:text-gray-400">Mergulhe em eventos, workshops e aulas
496+
<p class="mb-5 font-light text-gray-700 sm:text-xl dark:text-gray-400">Mergulhe em eventos, workshops e aulas
495497
cuidadosamente elaborados para expandir seus horizontes e alimentar sua paixão pelo conhecimento.</p>
496498
</div>
497499

@@ -571,7 +573,7 @@ <h3 class="mb-4 text-2xl font-semibold">Starter</h3>
571573
</section>
572574
<!-- End block -->
573575
<!-- Start block -->
574-
<section class="bg-white dark:bg-gray-900 pt-8">
576+
<section class="bg-zinc-300 dark:bg-gray-900 pt-8">
575577
<div class="max-w-screen-xl px-4 pb-8 mx-auto lg:pb-24 lg:px-6 ">
576578
<h2
577579
class="mb-6 text-3xl font-extrabold tracking-tight text-center text-gray-900 lg:mb-8 lg:text-3xl dark:text-white">
@@ -692,7 +694,7 @@ <h3 id="accordion-flush-heading-3">
692694
</section>
693695
<!-- End block -->
694696
<!-- Start block -->
695-
<section class="bg-gray-50 dark:bg-gray-800">
697+
<section class="bg-zinc-200 dark:bg-gray-800">
696698
<div class="max-w-screen-xl px-4 py-8 mx-auto lg:py-16 lg:px-6">
697699
<div class="max-w-screen-sm mx-auto text-center">
698700
<h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white">Contato</h2>
@@ -704,7 +706,7 @@ <h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-9
704706
trial for 30 days</a> -->
705707
<div class="items-center justify-center space-y-4 sm:flex sm:space-y-0 sm:space-x-4 rtl:space-x-reverse">
706708
<a href="#"
707-
class="w-full sm:w-auto bg-gray-800 hover:bg-gray-700 focus:ring-4 focus:outline-none focus:ring-gray-300 text-white rounded-lg inline-flex items-center justify-center px-4 py-2.5 dark:bg-gray-700 dark:hover:bg-gray-600 dark:focus:ring-gray-700">
709+
class="w-full sm:w-auto bg-gray-700 hover:bg-gray-700 focus:ring-4 focus:outline-none focus:ring-gray-300 text-white rounded-lg inline-flex items-center justify-center px-4 py-2.5 dark:bg-gray-700 dark:hover:bg-gray-600 dark:focus:ring-gray-700">
708710
<!-- <svg class="me-3 w-7 h-7" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="apple" role="img"
709711
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
710712
<path fill="currentColor"
@@ -732,7 +734,7 @@ <h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-9
732734
</div>
733735
</a>
734736
<a href="#"
735-
class="w-full sm:w-auto bg-gray-800 hover:bg-gray-700 focus:ring-4 focus:outline-none focus:ring-gray-300 text-white rounded-lg inline-flex items-center justify-center px-4 py-2.5 dark:bg-gray-700 dark:hover:bg-gray-600 dark:focus:ring-gray-700">
737+
class="w-full sm:w-auto bg-gray-700 hover:bg-gray-700 focus:ring-4 focus:outline-none focus:ring-gray-300 text-white rounded-lg inline-flex items-center justify-center px-4 py-2.5 dark:bg-gray-700 dark:hover:bg-gray-600 dark:focus:ring-gray-700">
736738
<!-- <svg class="me-3 w-7 h-7" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="google-play"
737739
role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
738740
<path fill="currentColor"

src/app/page/slider-event/slider-event.component.html

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -118,38 +118,41 @@
118118

119119

120120
<div
121-
class="border-r border-b border-l border-gray-300 lg:border-l-0 lg:border-t lg:border-gray-400 bg-white dark:bg-gray-900 rounded-b lg:rounded-b-none lg:rounded-r p-4 flex flex-col justify-between leading-normal">
121+
class="border-r border-b border-l dark:border-gray-300 border-gray-900 lg:border-l-0 lg:border-t lg:border-gray-400 bg-zinc-300 dark:bg-gray-900 rounded-b lg:rounded-b-none lg:rounded-r p-4 flex flex-col justify-between leading-normal">
122122
<div class="mb-8 mt-1">
123-
<p class="text-sm text-gray-500 flex items-center">
123+
<p class="text-sm text-zinc-700 dark:text-gray-500 flex items-center">
124124
<!-- <svg class="fill-current text-gray-400 w-3 h-3 mr-2" xmlns="http://www.w3.org/2000/svg"
125125
viewBox="0 0 20 20">
126126
<path
127127
d="M4 8V6a6 6 0 1 1 12 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-8c0-1.1.9-2 2-2h1zm5 6.73V17h2v-2.27a2 2 0 1 0-2 0zM7 6v2h6V6a3 3 0 0 0-6 0z" />
128128
</svg> -->
129129
@if(card.evento) {
130-
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-400 w-3 h-3 mr-2" width="16"
131-
height="16" fill="currentColor" class="bi bi-unlock" viewBox="0 0 20 20">
132-
<path
133-
d="M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2M3 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z" />
134-
</svg>
130+
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-400 w-3 h-3 mr-2" width="16"
131+
height="16" fill="currentColor" class="bi bi-unlock" viewBox="0 0 20 20">
132+
<path
133+
d="M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2M3 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z" />
134+
</svg>
135135
} @else {
136-
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-400 w-3 h-3 mr-2" width="16" height="16" fill="currentColor" class="bi bi-lock"
137-
viewBox="0 0 20 20">
138-
<path
139-
d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2M5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1" />
140-
</svg>
136+
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-400 w-3 h-3 mr-2" width="16"
137+
height="16" fill="currentColor" class="bi bi-lock" viewBox="0 0 20 20">
138+
<path
139+
d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2M5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1" />
140+
</svg>
141141
}
142142
{{ card.typeMembro }}
143143
</p>
144144
<a target="_blank " href="{{card.link}}" style="display: block;">
145-
<div class=" hover:text-gray-100 text-gray-400 font-bold text-xl mb-2">{{ card.Title }}</div>
145+
<div
146+
class="text-gray-800 hover:text-gray-900 dark:hover:text-gray-100 dark:text-gray-400 font-bold text-xl mb-2">
147+
{{
148+
card.Title }}</div>
146149
</a>
147-
<p class="text-gray-500 text-base">{{ card.desc }}</p>
150+
<p class="text-gray-700 dark:text-gray-500 text-base">{{ card.desc }}</p>
148151
</div>
149152
<div class="flex items-center">
150153
<img class="w-10 h-10 rounded-full mr-4" [src]="card.imgAutor" alt="Avatar">
151154
<div class="text-sm">
152-
<p class="text-gray-500 leading-none">{{ card.nomes }}</p>
155+
<p class="text-gray-700 dark:text-gray-500 leading-none">{{ card.nomes }}</p>
153156
<p class="text-gray-600">{{ card.datas }}</p>
154157
</div>
155158
</div>
@@ -174,4 +177,4 @@
174177
<div class="right" *ngIf="totalPages > 1" (click)="currentPage != totalPages && changePage(+1)"
175178
[ngClass]="{'disabled':currentPage === totalPages}"></div>
176179
</div> -->
177-
</div>
180+
</div>

src/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
<!-- Meta SEO -->
1212
<meta name="title" content="Java Jugle - Comunidade de java no Amazonas">
13-
<meta name="description"
14-
content="Comunidade de desenvolvendores software livre no Amazonas.">
13+
<meta name="description" content="Comunidade de desenvolvendores software livre no Amazonas.">
1514
<meta name="robots" content="index, follow">
1615
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1716
<meta name="language" content="Portugues">

0 commit comments

Comments
 (0)