bravo68web-portfolio-nextjs/config.js

77 lines
2.4 KiB
JavaScript

export const name = "Jyotirmoy Bandhapadhayaya";
export const github_url = "https://github.com/bravo68web";
export const twitter_url = "https://twitter.com/bravo68web";
export const linkedin_url = "https://linkedin.com/in/bravo68web";
export const email = "mailto:me@bravo68web";
export const instagram_url = "https://instagram.com/bravo68web";
export const phone = "";
export const address = "";
export const website = "https://bravo68web.com";
export const resume_url = "";
export const facebook_url = "https://www.facebook.com/Bravo68Web/";
export const discord_id = "457039372009865226";
export const discord_profile = "";
export const description1 =
"I am Jyotirmoy Bandyopadhayaya, AKA Bravo68web, 19, a student developer from India with passion in API and microservices development. I have expertice in DevOps and Full Stack development. I am a self taught developer and I am always looking for new challenges to learn and grow.";
export const description2 =
"I love Cats 😻 and I love to code and I love to play FPS shooting games.";
export const LanguagesKnown = [
"NodeJS",
"Python",
"TypeScript",
"C++",
"C",
"SQL",
"Rust",
"Go",
"Bash",
"Java",
"Docker",
"AWS",
"GCP",
"Cloud Computing",
"Git",
"Linux",
];
export const projects = [
{
name: "URL Minify",
type: "project",
description:
"Open Source | URL Minify is a simple URL shortener service that allows you to shorten any URL and redirect to the original URL.",
image:
"https://user-images.githubusercontent.com/41448663/153746139-237f8e4d-be25-4f04-91ec-2bb3ff6f0e34.png",
},
{
name: "API",
type: "project",
description:
"Bravo68web API solely devloped by me to provide a data on and needed by me on daily basis.",
image: "https://api.b68dev.xyz/logo",
},
{
name: "Karyl #1",
type: "art",
description: "Drawn Princess Connect : Re-Dive charecter #1",
image: "/images/art/karyl-2-final-3b.png",
},
{
name: "Karyl #2",
type: "art",
description: "Drawn Princess Connect : Re-Dive charecter #2",
image: "/images/art/karyl-2-final.png",
},
{
name: "Ayaka",
type: "art",
description: "Drawing of Ayaka from the Genshin Impact game",
image: "/images/art/H12M27S20.smoothed_careful.png",
},
{
name: "Kirby",
type: "art",
description: "A Student, Full Stack and DevOps Platform Developer",
image: "/images/art/Final_best.png",
},
];