Skip to content

vercel #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
788 changes: 0 additions & 788 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Adrian | JavaScript Mastery Portfolio</title>
<title>Anass Portfolio</title>
</head>
<body>
<div id="root"></div>
Expand Down
1,064 changes: 648 additions & 416 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"react-tilt": "^0.1.4",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"three": "^0.149.0"
},
Expand All @@ -30,4 +30,4 @@
"tailwindcss": "^3.2.6",
"vite": "^4.1.0"
}
}
}
Binary file added src/assets/app.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/company/shopify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/company/starbucks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/company/tesla.png
Binary file not shown.
Binary file added src/assets/company/tesla.webp
Binary file not shown.
Binary file added src/assets/dima.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,25 @@ import figma from "./tech/figma.png";
import git from "./tech/git.png";
import html from "./tech/html.png";
import javascript from "./tech/javascript.png";
import mongodb from "./tech/mongodb.png";
import nodejs from "./tech/nodejs.png";
import mongodb from "./tech/java.png";
import nodejs from "./tech/php.png";
import reactjs from "./tech/reactjs.png";
import redux from "./tech/redux.png";
import redux from "./tech/mysql.png";
import tailwind from "./tech/tailwind.png";
import typescript from "./tech/typescript.png";
import threejs from "./tech/threejs.svg";
import typescript from "./tech/laravel.png";
import threejs from "./tech/flutter.png";

import meta from "./company/meta.png";
import shopify from "./company/shopify.png";
import starbucks from "./company/starbucks.png";
import tesla from "./company/tesla.png";
import tesla from "./company/tesla.webp";

import carrent from "./carrent.png";
import jobit from "./jobit.png";
import tripguide from "./tripguide.png";
import projet from "./projet.webp";



export {
logo,
Expand Down Expand Up @@ -59,4 +62,5 @@ export {
carrent,
jobit,
tripguide,
projet
};
Binary file added src/assets/projet.webp
Binary file not shown.
Binary file added src/assets/tech/bootstrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/cp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/flutter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/laravel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/mysql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions src/assets/tech/nciri.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/php.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tech/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/About.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Tilt from "react-tilt";
import { Tilt } from "react-tilt";
import { motion } from "framer-motion";

import { styles } from "../styles";
Expand Down Expand Up @@ -47,9 +47,9 @@ const About = () => {
variants={fadeIn("", "", 0.1, 1)}
className='mt-4 text-secondary text-[17px] max-w-3xl leading-[30px]'
>
I'm a skilled software developer with experience in TypeScript and
JavaScript, and expertise in frameworks like React, Node.js, and
Three.js. I'm a quick learner and collaborate closely with clients to
I'm a skilled software developer with experience in Java, PHP, C++, and
JavaScript, and expertise in frameworks like React, Laravel, and
Flutter. I'm a quick learner and collaborate closely with clients to
create efficient, scalable, and user-friendly solutions that solve
real-world problems. Let's work together to bring your ideas to life!
</motion.p>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const Contact = () => {
import.meta.env.VITE_APP_EMAILJS_TEMPLATE_ID,
{
from_name: form.name,
to_name: "JavaScript Mastery",
to_name: "ANASS LAHNAOUI",
from_email: form.email,
to_email: "[email protected]",
to_email: "[email protected]",
message: form.message,
},
import.meta.env.VITE_APP_EMAILJS_PUBLIC_KEY
Expand Down
6 changes: 3 additions & 3 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const Hero = () => {

<div>
<h1 className={`${styles.heroHeadText} text-white`}>
Hi, I'm <span className='text-[#915EFF]'>Adrian</span>
Hi, I'm <span className='text-[#915EFF]'>ANASS</span>
</h1>
<p className={`${styles.heroSubText} mt-2 text-white-100`}>
I develop 3D visuals, user <br className='sm:block hidden' />
interfaces and web applications
I develop Mobile app, <br className='sm:block hidden' />
web applications
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const Navbar = () => {
>
<img src={logo} alt='logo' className='w-9 h-9 object-contain' />
<p className='text-white text-[18px] font-bold cursor-pointer flex '>
Adrian &nbsp;
<span className='sm:block hidden'> | JavaScript Mastery</span>
ANASS &nbsp;
<span className='sm:block hidden'>LAHNAOUI</span>
</p>
</Link>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Works.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Tilt from "react-tilt";
import { Tilt } from "react-tilt";
import { motion } from "framer-motion";

import { styles } from "../styles";
Expand Down
Loading