This file contains hidden or 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
import { useState } from "react"; | |
import { motion } from "framer-motion"; | |
import city1 from "../assets/city1.png"; | |
import city2 from "../assets/city2.png"; | |
import city3 from "../assets/city3.png"; | |
import planet1 from "../assets/planet1.png"; | |
import planet2 from "../assets/planet2.png"; | |
import SpaceCity2 from "../assets/SpaceCity2.jpeg"; | |
import SpaceCity3 from "../assets/SpaceCity3.jpeg"; |
This file contains hidden or 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
export const Skill_data = [ | |
{ | |
skill_name: "Html 5", | |
Image: "/html.png", | |
width: 80, | |
height: 80, | |
}, | |
{ | |
skill_name: "Css", | |
Image: "/css.png", |
This file contains hidden or 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
import { useState, useEffect } from 'react' | |
import './App.css' | |
import { GoogleAuthProvider, onAuthStateChanged, signInWithPopup } from 'firebase/auth' | |
import { getFirestore,onSnapshot, collection, addDoc, orderBy, query, serverTimestamp} from 'firebase/firestore' | |
import { auth, app } from '../firebase' | |
const db = getFirestore(app) | |
This file contains hidden or 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
import { | |
RxCrop, | |
RxDesktop, | |
RxPencil2, | |
RxReader, | |
RxRocket, | |
RxAccessibility, | |
RxHome, | |
RxPerson, | |
RxDashboard, |
This file contains hidden or 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
import React, {useState} from 'react' | |
import {motion} from 'framer-motion' | |
import city1 from '../assets/city1.png' | |
import city2 from '../assets/city2.png' | |
import city3 from '../assets/city3.png' | |
import planet1 from '../assets/planet1.png' | |
import planet2 from '../assets/planet2.png' | |
const OpenCards = () => { |
This file contains hidden or 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
import { useState } from "react"; | |
import { motion } from "framer-motion"; | |
import city1 from "../assets/city1.png"; | |
import city2 from "../assets/city2.png"; | |
import city3 from "../assets/city3.png"; | |
import planet1 from "../assets/planet1.png"; | |
import planet2 from "../assets/planet2.png"; | |
const ImageSlider = () => { | |
const [positionIndexes, setPositionIndexes] = useState([0, 1, 2, 3, 4]); |
This file contains hidden or 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
import { Swiper, SwiperSlide } from "swiper/react"; | |
import "swiper/css"; | |
import "swiper/css/pagination"; | |
import "swiper/css/free-mode"; | |
import { FreeMode, Pagination } from "swiper/modules"; | |
import { RxArrowRight } from "react-icons/rx"; | |
import { OrangeImages, PurpleImages } from "../constants"; |
This file contains hidden or 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
export const PurpleImages = [ | |
{ | |
src: SpaceCity1, | |
}, | |
{ | |
src: SpaceCity5, | |
}, | |
{ | |
src: SpaceCity8, | |
}, |
This file contains hidden or 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
import { Swiper, SwiperSlide } from "swiper/react"; | |
import "swiper/css"; | |
import "swiper/css/pagination"; | |
import "swiper/css/free-mode"; | |
import { FreeMode, Pagination } from "swiper/modules"; | |
import { RxArrowTopRight } from "react-icons/rx"; | |
import { ServiceData } from "../constants"; |
This file contains hidden or 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
import { | |
RxCrop, | |
RxDesktop, | |
RxPencil2, | |
RxReader, | |
RxRocket, | |
RxAccessibility, | |
} from "react-icons/rx"; | |
import SpaceCity1 from "../assets/SpaceCity1.jpg"; |