From f69099cedc1c9fbfaef12f094d1a99eee6ad5eb3 Mon Sep 17 00:00:00 2001 From: th3c0d3br34ker Date: Fri, 14 Aug 2020 22:12:17 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Test=20Gender=20Switch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/greeting/FeelingProud.js | 868 +++++++++++++++--------- src/portfolio.js | 91 +-- 2 files changed, 593 insertions(+), 366 deletions(-) diff --git a/src/containers/greeting/FeelingProud.js b/src/containers/greeting/FeelingProud.js index 057c207ab..f87c0031a 100644 --- a/src/containers/greeting/FeelingProud.js +++ b/src/containers/greeting/FeelingProud.js @@ -1,353 +1,579 @@ import React, { Component } from "react"; +import { settings } from "../../portfolio.js"; + class FeelingProud extends Component { render() { const theme = this.props.theme; - return ( - - feeling_proud - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + feeling_proud + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); + } else { + return ( + + proud_coder + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - ); + + ); + } } } diff --git a/src/portfolio.js b/src/portfolio.js index 0668cc908..969e671bc 100644 --- a/src/portfolio.js +++ b/src/portfolio.js @@ -3,6 +3,7 @@ // Website related settings const settings = { isSplash: true, // Change this to false if you don't want Splash screen. + gender: "female", // Change it to female }; //Home Page @@ -18,51 +19,51 @@ const greeting = { }; const socialMediaLinks = [ - /* Your Social Media Link */ - // github: "https://github.com/ashutosh1919", - // linkedin: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/", - // gmail: "ashutoshhathidara98@gmail.com", - // gitlab: "https://gitlab.com/ashutoshhathidara98", - // facebook: "https://www.facebook.com/laymanbrother.19/", - // twitter: "https://twitter.com/ashutosh_1919", - // instagram: "https://www.instagram.com/layman_brother/" - - { - name: "Github", - link: "https://github.com/ashutosh1919", - fontAwesomeIcon: "fa-github", // Reference https://fontawesome.com/icons/github?style=brands - backgroundColor: '#181717' // Reference https://simpleicons.org/?q=github - }, - { - name: "LinkedIn", - link: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/", - fontAwesomeIcon: "fa-linkedin-in", // Reference https://fontawesome.com/icons/linkedin-in?style=brands - backgroundColor: '#0077B5' // Reference https://simpleicons.org/?q=linkedin - }, - { - name: "Gmail", - link: "mailto:ashutoshhathidara98@gmail.com", - fontAwesomeIcon: "fa-google", // Reference https://fontawesome.com/icons/google?style=brands - backgroundColor: '#D14836' // Reference https://simpleicons.org/?q=gmail - }, - { - name: "Twitter", - link: "https://twitter.com/ashutosh_1919", - fontAwesomeIcon: "fa-twitter", // Reference https://fontawesome.com/icons/twitter?style=brands - backgroundColor: '#1DA1F2' // Reference https://simpleicons.org/?q=twitter - }, - { - name: "Facebook", - link: "https://www.facebook.com/laymanbrother.19/", - fontAwesomeIcon: "fa-facebook-f", // Reference https://fontawesome.com/icons/facebook-f?style=brands - backgroundColor: '#1877F2' // Reference https://simpleicons.org/?q=facebook - }, - { - name: "Instagram", - link: "https://www.instagram.com/layman_brother/", - fontAwesomeIcon: "fa-instagram", // Reference https://fontawesome.com/icons/instagram?style=brands - backgroundColor: '#E4405F' // Reference https://simpleicons.org/?q=instagram - }, + /* Your Social Media Link */ + // github: "https://github.com/ashutosh1919", + // linkedin: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/", + // gmail: "ashutoshhathidara98@gmail.com", + // gitlab: "https://gitlab.com/ashutoshhathidara98", + // facebook: "https://www.facebook.com/laymanbrother.19/", + // twitter: "https://twitter.com/ashutosh_1919", + // instagram: "https://www.instagram.com/layman_brother/" + + { + name: "Github", + link: "https://github.com/ashutosh1919", + fontAwesomeIcon: "fa-github", // Reference https://fontawesome.com/icons/github?style=brands + backgroundColor: "#181717", // Reference https://simpleicons.org/?q=github + }, + { + name: "LinkedIn", + link: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/", + fontAwesomeIcon: "fa-linkedin-in", // Reference https://fontawesome.com/icons/linkedin-in?style=brands + backgroundColor: "#0077B5", // Reference https://simpleicons.org/?q=linkedin + }, + { + name: "Gmail", + link: "mailto:ashutoshhathidara98@gmail.com", + fontAwesomeIcon: "fa-google", // Reference https://fontawesome.com/icons/google?style=brands + backgroundColor: "#D14836", // Reference https://simpleicons.org/?q=gmail + }, + { + name: "Twitter", + link: "https://twitter.com/ashutosh_1919", + fontAwesomeIcon: "fa-twitter", // Reference https://fontawesome.com/icons/twitter?style=brands + backgroundColor: "#1DA1F2", // Reference https://simpleicons.org/?q=twitter + }, + { + name: "Facebook", + link: "https://www.facebook.com/laymanbrother.19/", + fontAwesomeIcon: "fa-facebook-f", // Reference https://fontawesome.com/icons/facebook-f?style=brands + backgroundColor: "#1877F2", // Reference https://simpleicons.org/?q=facebook + }, + { + name: "Instagram", + link: "https://www.instagram.com/layman_brother/", + fontAwesomeIcon: "fa-instagram", // Reference https://fontawesome.com/icons/instagram?style=brands + backgroundColor: "#E4405F", // Reference https://simpleicons.org/?q=instagram + }, ]; const skills = {