Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #10

Open
wants to merge 37 commits into
base: HP
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b3a1f2b
styles in posts bug fixed
darsico Mar 27, 2022
1f2178d
Avance
vcerpasalas Mar 27, 2022
e68ec0e
Avance
vcerpasalas Mar 27, 2022
afc5a8b
Ajustes
vcerpasalas Mar 27, 2022
8691962
Ajustes css
vcerpasalas Mar 27, 2022
ca6a464
Harry Potter font
vcerpasalas Mar 27, 2022
c7f9a1a
Footer - Código hecho por Rosa Ch.
vcerpasalas Mar 27, 2022
83a2a1e
hero texts overflow bug fixed
darsico Mar 27, 2022
74984da
Merge pull request #8 from vcerpasalas/HP
vcerpasalas Mar 27, 2022
c342ee6
Harry Potter font title
vcerpasalas Mar 27, 2022
6104736
Experience card and json
vcerpasalas Mar 27, 2022
f51b467
Ajustes CSS
vcerpasalas Mar 27, 2022
c17e826
Fonts
vcerpasalas Mar 27, 2022
5ac47e4
Experiences finish
vcerpasalas Mar 27, 2022
621cc22
Return button
vcerpasalas Mar 27, 2022
6e078f3
Discover details solve
vcerpasalas Mar 27, 2022
bf6de60
Details api pages
vcerpasalas Mar 27, 2022
057c38c
Return Button color
vcerpasalas Mar 27, 2022
2553a2f
Buttons details
vcerpasalas Mar 27, 2022
8af1a29
Ajuste personajes link
vcerpasalas Mar 27, 2022
15bff30
Agregando html y css en index.html
GinoDiez Mar 27, 2022
e746d67
Agregando json lastestNews y magicalFeatures al proyecto
GinoDiez Mar 27, 2022
3a4dd53
Agregando js a la seccion lastestNews
GinoDiez Mar 27, 2022
6385b2f
Agregando js a la section magicalFeatures
GinoDiez Mar 27, 2022
ac25bc0
Agregando carrousell con splide.js
GinoDiez Mar 27, 2022
82fff2a
Agregando carpeta de quizzes con html, css y js
GinoDiez Mar 27, 2022
76eae68
Bug fixed json images
vcerpasalas Mar 27, 2022
8810fe5
Agregando carapeta de questions con html, css y js
GinoDiez Mar 27, 2022
8d6284c
Agreganfo cambios al js de preguntas
GinoDiez Mar 27, 2022
68aab36
Merge branch 'gino10' into develop
GinoDiez Mar 27, 2022
0bf2172
Merge branch 'develop' of https://github.com/vcerpasalas/wizzardingwo…
GinoDiez Mar 27, 2022
190317d
Modificando los link de json de lastestNews y magicalFeatures
GinoDiez Mar 27, 2022
542507c
Modificando las partes de codigo de algunos archivos
GinoDiez Mar 27, 2022
cf90a3d
Avance
vcerpasalas Mar 27, 2022
08eb5e2
Merge remote-tracking branch 'origin/develop' into develop
vcerpasalas Mar 27, 2022
83d200f
json fix
vcerpasalas Mar 27, 2022
b5f0266
Merge pull request #9 from vcerpasalas/main
vcerpasalas Mar 27, 2022
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
4 changes: 4 additions & 0 deletions apis/discover-books-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ <h3 class="banner__subtitle">Harry Potter, Animales Fantásticos y mucho más...
<br />
</section>
<div id="root" class="root"></div>
<div class="card__return-button">
<span class="return-button"><a href="https://vcerpasalas.github.io/wizzardingworld-clone/"></a></span>
</div>

<script src="scripts.js"></script>
</main>
</body>
Expand Down
2 changes: 1 addition & 1 deletion apis/discover-books-api/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ request.onload = function () {

request.send();

// Aplicación de Callbacks - Ejemplo libros de Harry Potter
// Aplicación de Callbacks - Imprimiendo datos del segundo libro de HP

const books = [
{
Expand Down
66 changes: 64 additions & 2 deletions apis/discover-books-api/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap");
@import url("../fonts/fonts.css");

:root {
--text-color: #ffffff;
Expand All @@ -12,21 +12,22 @@
--gradient-color-6: #1c5e94;
--gradient-color-7: #9567bb;
--gradient-color-8: #1638aa;
scroll-behavior: smooth;
}

* {
box-sizing: border-box;
}

html {
font-family: "Quicksand", sans-serif;
line-height: 1.6;
background: url(https://i.postimg.cc/QNJ1kzxj/background.jpg);
}

/* Intro */

.banner__phrase {
font-family: "Quicksand", sans-serif;
color: var(--text-color);
text-align: center;
margin-top: 120px;
Expand All @@ -43,12 +44,14 @@ html {
}

.banner__subtitle {
font-family: "Quicksand", sans-serif;
color: var(--text-color);
text-align: center;
font-size: 22px;
}

.banner__text-container {
font-family: "Quicksand", sans-serif;
text-align: center;
color: var(--text-color);
font-size: 16px;
Expand All @@ -67,6 +70,7 @@ html {
/* Cards sobre los libros */

.card {
font-family: "Quicksand", sans-serif;
margin: 1rem;
background: var(--background-card-color);
box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -128,6 +132,64 @@ html {
margin: 0 auto;
}

/* Botón para regresar a Landing Page */

.card__return-button {
margin: 0;
margin-top: 30px;
margin-bottom: 60px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}

.return-button {
position: relative;
display: inline-flex;
width: 180px;
height: 55px;
margin: 0 15px;
perspective: 1000px;
}

.return-button a {
font-size: 19px;
letter-spacing: 1px;
transform-style: preserve-3d;
transform: translateZ(-25px);
transition: transform 0.25s;
font-family: "Montserrat", sans-serif;
}

.return-button a:before,
.return-button a:after {
position: absolute;
content: "Regresar";
height: 55px;
width: 180px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid var(--text-color);
box-sizing: border-box;
border-radius: 5px;
}

.return-button a:before {
color: var(--text-color);
transform: rotateY(0deg) translateZ(25px);
}

.return-button a:after {
color: var(--text-color);
transform: rotateX(90deg) translateZ(25px);
}

.return-button a:hover {
transform: translateZ(-25px) rotateX(-90deg);
}

/* Media Queries - Responsive */

@media screen and (min-width: 600px) {
Expand Down
3 changes: 3 additions & 0 deletions apis/discover-experiences-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ <h3 class="banner__subtitle">Harry Potter</h3>
<br />
</section>
<div id="root" class="root"></div>
<div class="card__return-button">
<span class="return-button"><a href="https://vcerpasalas.github.io/wizzardingworld-clone/"></a></span>
</div>

<script src="scripts.js"></script>
</main>
Expand Down
75 changes: 72 additions & 3 deletions apis/discover-experiences-api/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap");
@import url("../fonts/fonts.css");

:root {
--text-color: #ffffff;
Expand All @@ -12,21 +12,22 @@
--gradient-color-6: #1c5e94;
--gradient-color-7: #9567bb;
--gradient-color-8: #1638aa;
scroll-behavior: smooth;
}

* {
box-sizing: border-box;
}

html {
font-family: "Quicksand", sans-serif;
line-height: 1.6;
background: url(https://i.postimg.cc/QNJ1kzxj/background.jpg);
}

/* Intro */

.banner__phrase {
font-family: "Quicksand", sans-serif;
color: var(--text-color);
text-align: center;
margin-top: 120px;
Expand All @@ -43,12 +44,14 @@ html {
}

.banner__subtitle {
font-family: "Quicksand", sans-serif;
color: var(--text-color);
text-align: center;
font-size: 22px;
}

.banner__text-container {
font-family: "Quicksand", sans-serif;
text-align: center;
color: var(--text-color);
font-size: 16px;
Expand All @@ -67,6 +70,7 @@ html {
/* Cards sobre los juegos */

.card {
font-family: "Quicksand", sans-serif;
margin: 1rem;
background: var(--background-card-color);
box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.1);
Expand All @@ -93,7 +97,7 @@ html {
}

.card__image {
width: 80%;
width: 75%;
}

.card__title {
Expand All @@ -111,6 +115,13 @@ html {
max-width: 100%;
}

.card__text {
padding: 0 2.5rem 2.5rem;
margin: 0;
padding-left: 35px;
padding-right: 35px;
}

.container {
display: flex;
flex-wrap: wrap;
Expand All @@ -121,6 +132,64 @@ html {
margin: 0 auto;
}

/* Botón para regresar a Landing Page */

.card__return-button {
margin: 0;
margin-top: 30px;
margin-bottom: 60px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}

.return-button {
position: relative;
display: inline-flex;
width: 180px;
height: 55px;
margin: 0 15px;
perspective: 1000px;
}

.return-button a {
font-size: 19px;
letter-spacing: 1px;
transform-style: preserve-3d;
transform: translateZ(-25px);
transition: transform 0.25s;
font-family: "Montserrat", sans-serif;
}

.return-button a:before,
.return-button a:after {
position: absolute;
content: "Regresar";
height: 55px;
width: 180px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid var(--text-color);
box-sizing: border-box;
border-radius: 5px;
}

.return-button a:before {
color: var(--text-color);
transform: rotateY(0deg) translateZ(25px);
}

.return-button a:after {
color: var(--text-color);
transform: rotateX(90deg) translateZ(25px);
}

.return-button a:hover {
transform: translateZ(-25px) rotateX(-90deg);
}

/* Media Queries - Responsive */

@media screen and (min-width: 600px) {
Expand Down
3 changes: 3 additions & 0 deletions apis/discover-films-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ <h3 class="banner__subtitle">Harry Potter y Animales Fantásticos</h3>
<br />
</section>
<div id="root" class="root"></div>
<div class="card__return-button">
<span class="return-button"><a href="https://vcerpasalas.github.io/wizzardingworld-clone/"></a></span>
</div>

<script src="scripts.js"></script>
</main>
Expand Down
Loading