-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Social Media & Right Background & Footer
- Loading branch information
1 parent
f4ce8d8
commit 45cfbee
Showing
9 changed files
with
192 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
import React from "react"; | ||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; | ||
import { faEnvelope } from "@fortawesome/free-regular-svg-icons"; | ||
import { faFacebookSquare, faInstagram, faTwitter, faWhatsapp } from "@fortawesome/free-brands-svg-icons"; | ||
import { HomeContainer } from "./styled"; | ||
import LinkButton from "../../components/linksButtons/index"; | ||
import ReactTyped from "react-typed"; | ||
|
@@ -12,7 +15,7 @@ function Home() { | |
<div | ||
id="backgroundSection" | ||
style={{ | ||
backgroundImage: `url(${"/Images/BackgroundRight.jpg"})`, | ||
backgroundImage: `url(${"/Images/BackgroundLeft.jpg"})`, | ||
}} | ||
> | ||
{/* Logo Gandini Center | ||
|
@@ -39,7 +42,11 @@ function Home() { | |
</div> | ||
</section> | ||
{/* RIGHT ZONE */} | ||
<section className="rightZone"> | ||
<section className="rightZone" | ||
style={{ | ||
backgroundImage: `url(${"/Images/BackgroundRight.png"})`, | ||
}} | ||
> | ||
<div id="rightZoneContainer"> | ||
{/* Title Section */} | ||
<div id="TitleSection"> | ||
|
@@ -52,6 +59,27 @@ function Home() { | |
DJ / Musicalizador / Productor / Editor / Remixer / Radio Host / | ||
Ableton Teacher | ||
</p> | ||
{/* Social Media */} | ||
<div id="socialMediaContainer"> | ||
{/* Instagram */} | ||
<NextLink href="https://www.instagram.com/gandinimusic/"> | ||
<a target="blank" id="instagram"> | ||
<FontAwesomeIcon icon={faInstagram} /> | ||
</a> | ||
</NextLink> | ||
{/* Facebook */} | ||
<NextLink href="https://www.facebook.com/gandinimusic"> | ||
<a target="blank" id="facebook"> | ||
<FontAwesomeIcon icon={faFacebookSquare} /> | ||
</a> | ||
</NextLink> | ||
{/* Twitter */} | ||
<NextLink href="https://twitter.com/gandinimusic"> | ||
<a target="blank" id="twitter"> | ||
<FontAwesomeIcon icon={faTwitter} /> | ||
</a> | ||
</NextLink> | ||
</div> | ||
</div> | ||
</div> | ||
{/* Links Section */} | ||
|
@@ -111,12 +139,33 @@ function Home() { | |
/> | ||
</div> | ||
</div> | ||
{/* Footer */} | ||
<div id="footerContainer"> | ||
<a href="/Biografia/Biografia.txt" download>BIOGRAFÍA</a> | ||
{/* Contacto */} | ||
<div id="contactoContainer"> | ||
{/* WhatsApp */} | ||
<NextLink href="https://api.whatsapp.com/send?phone=5491141787425"> | ||
<a target="blank" id="whatsapp"> | ||
<FontAwesomeIcon icon={faWhatsapp} /> | ||
</a> | ||
</NextLink> | ||
{/* Correo */} | ||
<NextLink href="mailto:[email protected]"> | ||
<a target="_self" id="mail"> | ||
<FontAwesomeIcon icon={faEnvelope} /> | ||
</a> | ||
</NextLink> | ||
</div> | ||
{/* Descargar Biografia */} | ||
<a href="/Biografia/Biografia.txt" id="biografia" download> | ||
BIOGRAFÍA | ||
</a> | ||
{/* Press Kit */} | ||
<NextLink href="https://www.dropbox.com/s/wqu0yu070a0j3ye/Gandini%20Presskit.zip?dl=0"> | ||
<a target="blank">PRESS KIT</a> | ||
<a target="blank" id="presskit">PRESS KIT</a> | ||
</NextLink> | ||
<p>GANDINI MUSIC 2021</p> | ||
{/* Copyright */} | ||
<p>GANDINI MUSIC 2021 ©</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45cfbee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: