Website Layout w/o Images
This commit is contained in:
@@ -1,25 +1,21 @@
|
||||
import umbBot from "../../assets/umbreonbot.jpg";
|
||||
import pro2 from "../../assets/project2.png";
|
||||
import UmBot from "../../assets/umbreonbot.jpg";
|
||||
import MyLogo from "../../assets/logo.svg";
|
||||
import pro3 from "../../assets/project3.png";
|
||||
|
||||
const PersonalProjectCardData = [
|
||||
{
|
||||
imgsrc: umbBot,
|
||||
title: "Umbreon Discord Bot",
|
||||
text: "Umbreon bot is a general-purpose discord bot made in python. It is equiped with commands from moderation to playing music. It does so by connecting to a Lavalink server and using it to stream the songs. (And yes, it supports Youtube playback).",
|
||||
text: "Umbreon Discord Bot is a versatile tool developed in Python, designed to enhance server management and user interaction on Discord. It offers a range of features from moderation to music playback. The bot connects to a Lavalink server to stream music, supporting YouTube playback, deonstrating my willingness to constantly learn new technologies and frameworks, adapting to the needs of the project.",
|
||||
view: "https://github.com/FernandoJVideira/UmbreonBot",
|
||||
},
|
||||
{
|
||||
imgsrc: pro2,
|
||||
title: "Stuff&Go",
|
||||
text: "Stu",
|
||||
view: "https://github.com/FernandoJVideira/UmbreonBot",
|
||||
title: "My Portfolio",
|
||||
text: "This portfolio website, built with ReactJS and React Router, showcases my software development skills, projects, and experiences. It features a user-friendly interface with easy navigation. Each project in the portfolio section includes a brief description and a link to the GitHub repository for more details. The website is designed to provide a seamless experience across various devices.",
|
||||
view: "/",
|
||||
},
|
||||
{
|
||||
imgsrc: pro3,
|
||||
title: "Project 3",
|
||||
text: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam voluptatum, quibusdam, tempora, voluptates voluptate dolores officia quas quae dolorum natus labore? Quisquam voluptatum, quibusdam, tempora, voluptates voluptate dolores officia quas quae dolorum natus labore?",
|
||||
view: "https://github.com/FernandoJVideira/UmbreonBot",
|
||||
title: "Casa dos Óculos Web Store",
|
||||
text: "Currently I'm also working on a web store for a local business, Casa dos Óculos. The web store is being developed using ReactJS. It also hosts a REST API, developed in GOLang and using a PostgreSQL database, implementing the use of the Stripe API for payment processing. This project is still in its early stages, but I'm excited to see it through.",
|
||||
},
|
||||
];
|
||||
export default PersonalProjectCardData;
|
||||
|
||||
Reference in New Issue
Block a user