diff --git a/sobenfolio-frontend/public/images/projects/4.png b/sobenfolio-frontend/public/images/projects/4.png new file mode 100644 index 0000000..ef0b970 Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/4.png differ diff --git a/sobenfolio-frontend/public/images/projects/sobstore1.png b/sobenfolio-frontend/public/images/projects/sobstore1.png new file mode 100644 index 0000000..0c16f9f Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/sobstore1.png differ diff --git a/sobenfolio-frontend/public/images/projects/sobstore2.png b/sobenfolio-frontend/public/images/projects/sobstore2.png new file mode 100644 index 0000000..224557c Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/sobstore2.png differ diff --git a/sobenfolio-frontend/public/images/projects/sobstore3.png b/sobenfolio-frontend/public/images/projects/sobstore3.png new file mode 100644 index 0000000..de20829 Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/sobstore3.png differ diff --git a/sobenfolio-frontend/src/app/components/Parallax.jsx b/sobenfolio-frontend/src/app/components/Parallax.jsx index b68aa31..7e10b47 100644 --- a/sobenfolio-frontend/src/app/components/Parallax.jsx +++ b/sobenfolio-frontend/src/app/components/Parallax.jsx @@ -4,6 +4,8 @@ import { useRef, useEffect, useState } from "react"; import { gsap } from "gsap"; import { ScrollTrigger } from "gsap/dist/ScrollTrigger"; import { Press_Start_2P, Pixelify_Sans } from "next/font/google"; +import './ellipse.css' + const presstart = Press_Start_2P({ subsets: ['latin'], weight: '400', @@ -80,7 +82,9 @@ function Parallax() {

Sobenna Onwumelu

- Now Loading.. + + Now Loading +
diff --git a/sobenfolio-frontend/src/app/components/ProjectsSection.jsx b/sobenfolio-frontend/src/app/components/ProjectsSection.jsx index 87b706a..7712294 100644 --- a/sobenfolio-frontend/src/app/components/ProjectsSection.jsx +++ b/sobenfolio-frontend/src/app/components/ProjectsSection.jsx @@ -3,6 +3,7 @@ import React, { useState, useRef } from "react"; import ProjectCard from "./ProjectCard"; import { motion, AnimatePresence } from "framer-motion"; import { WrenchIcon } from "@heroicons/react/24/solid"; +import { CodeBracketIcon, EyeIcon } from '@heroicons/react/24/solid' import { Orbitron, Press_Start_2P, Pixelify_Sans } from 'next/font/google'; @@ -65,6 +66,19 @@ const projectsData = [ '/images/projects/Ekreb3.png' ] }, + { + id: 4, + title: "SobStore", + description: "A inventory management app. Only frontend. Does not persist between reloads.", + image: "/images/projects/4.png", + tag: ["All", "Web"], + gitUrl: "https://sobstore.vercel.app/", + projectImages : [ + '/images/projects/sobstore1.png', + '/images/projects/sobstore2.png', + '/images/projects/sobstore3.png' + ] + }, ]; const ProjectsSection = () => { @@ -121,7 +135,7 @@ const ProjectsSection = () => { return (
-
+
{

(Click the Wrench!)

+

+ To see code or project. +

+

+ To see fun pictures. +

I have no achievments */} - +