Skip to content

Commit

Permalink
updated portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreniel committed May 30, 2024
1 parent e17b0ca commit 3ff8fc0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function About (props) {
About <span className="font-bold">Me</span>
</h1>
<p className="my-5 text-lg lg:pr-24">Hey! Im Marc Bernardino, an undergraduate student at <span className="font-bold">Stanford University</span> majoring in Computer Science. My passions lie in creating experiences that bring real-world value to others. Whether it be through projects, research, or the industry, I strive to make an impact through my work. </p>
<p className="my-5 text-lg lg:pr-24">I am proficient in full-stack web development, while my ambition to learn drives me to further explore Blockchain Technology and Artificial Intelligence.</p>
<p className="my-5 text-lg lg:pr-24">Currently, I've been working on Full-stack Web Development, Generative AI, and Machine Learning projects. I have also worked with Blockchain Technology.</p>
<h3 className="mb-2 text-l">Looking to reach me for work, research, or just to chat? I dont mind! Feel free to <a className="underline" href="#contact">contact</a> me!</h3>
<h3 className="mb-2 italic text-[0.9rem]">What about my resume? <a className="underline" href="#contact">click me!</a></h3>
</div>
Expand Down
25 changes: 25 additions & 0 deletions components/portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ export default function Portfolio (props) {
</h1>
<p className="text-xs translate-y-[-20px]">(psst... scroll horizontally!)</p>
<div className="carousel carousel-end rounded-box w-3/4 md:w-full space-x-10 pb-5">
<div className="carousel-item w-72">
<div className="card bg-mist-black my-3 shadow-xl">
<figure><img src="/mateo.png" alt="mateo" /></figure>
<div className="card-body">
<div className="space-y-1">
<h2 className="card-title">
Mateo
</h2>
</div>
<div className="flex flex-col md:flex-row space-x-2">
<a href="https://github.com/marcreniel/Mateo" target="_blank" rel="noopener noreferrer" className="badge hover:ring"><svg className="h-3 w-3 mr-1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#a6adba"><path d="M6.188 8.719c.439-.439.926-.801 1.444-1.087 2.887-1.591 6.589-.745 8.445 2.069l-2.246 2.245c-.644-1.469-2.243-2.305-3.834-1.949-.599.134-1.168.433-1.633.898l-4.304 4.306c-1.307 1.307-1.307 3.433 0 4.74 1.307 1.307 3.433 1.307 4.74 0l1.327-1.327c1.207.479 2.501.67 3.779.575l-2.929 2.929c-2.511 2.511-6.582 2.511-9.093 0s-2.511-6.582 0-9.093l4.304-4.306zm6.836-6.836l-2.929 2.929c1.277-.096 2.572.096 3.779.574l1.326-1.326c1.307-1.307 3.433-1.307 4.74 0 1.307 1.307 1.307 3.433 0 4.74l-4.305 4.305c-1.311 1.311-3.44 1.3-4.74 0-.303-.303-.564-.68-.727-1.051l-2.246 2.245c.236.358.481.667.796.982.812.812 1.846 1.417 3.036 1.704 1.542.371 3.194.166 4.613-.617.518-.286 1.005-.648 1.444-1.087l4.304-4.305c2.512-2.511 2.512-6.582.001-9.093-2.511-2.51-6.581-2.51-9.092 0z"/></svg>GitHub</a>
<a href="https://mateo-puce.vercel.app/" target="_blank" rel="noopener noreferrer" className="badge hover:ring"><svg className="h-3 w-3 mr-1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#a6adba"><path d="M6.188 8.719c.439-.439.926-.801 1.444-1.087 2.887-1.591 6.589-.745 8.445 2.069l-2.246 2.245c-.644-1.469-2.243-2.305-3.834-1.949-.599.134-1.168.433-1.633.898l-4.304 4.306c-1.307 1.307-1.307 3.433 0 4.74 1.307 1.307 3.433 1.307 4.74 0l1.327-1.327c1.207.479 2.501.67 3.779.575l-2.929 2.929c-2.511 2.511-6.582 2.511-9.093 0s-2.511-6.582 0-9.093l4.304-4.306zm6.836-6.836l-2.929 2.929c1.277-.096 2.572.096 3.779.574l1.326-1.326c1.307-1.307 3.433-1.307 4.74 0 1.307 1.307 1.307 3.433 0 4.74l-4.305 4.305c-1.311 1.311-3.44 1.3-4.74 0-.303-.303-.564-.68-.727-1.051l-2.246 2.245c.236.358.481.667.796.982.812.812 1.846 1.417 3.036 1.704 1.542.371 3.194.166 4.613-.617.518-.286 1.005-.648 1.444-1.087l4.304-4.305c2.512-2.511 2.512-6.582.001-9.093-2.511-2.51-6.581-2.51-9.092 0z"/></svg>WIP Demo</a>
</div>
<p>An Agentic AI email assistant that is able to answer questions on a user’s inbox using RAG and execute actions on the user’s behalf.</p>
<div className="card-actions justify-end">
<div className="badge badge-outline badge-warning text-xs">Work in Progress</div>
<div className="badge badge-outline">Next.js</div>
<div className="badge badge-outline">TypeScript</div>
<div className="badge badge-outline">LangChain</div>
<div className="badge badge-outline">PostgreSQL</div>
<div className="badge badge-outline">pgvector</div>
</div>
</div>
</div>
</div>
<div className="carousel-item w-72">
<div className="card bg-mist-black my-3 shadow-xl">
<figure><img src="/zephyr.png" alt="Zephyr" /></figure>
Expand Down
6 changes: 6 additions & 0 deletions components/skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export default function Skills (props) {
<div className="badge badge-outline badge-info">TailwindCSS</div>
<div className="badge badge-outline badge-info">Flask</div>
<div className="badge badge-outline badge-info">TensorFlow</div>
<div className="badge badge-outline badge-info">LangChain</div>
<div className="badge badge-outline badge-info">Selenium</div>
<div className="badge badge-outline badge-info">PyTorch</div>
<div className="badge badge-outline badge-info">SKLearn</div>
<div className="badge badge-outline badge-info">OpenCV</div>
</div>
</div>
Expand All @@ -53,6 +56,7 @@ export default function Skills (props) {
<div className="badge badge-outline badge-info">Google Cloud Platform</div>
<div className="badge badge-outline badge-info">Oracle Cloud</div>
<div className="badge badge-outline badge-info">DigitalOcean</div>
<div className="badge badge-outline badge-info">Supabase</div>
</div>
</div>
</div>
Expand All @@ -62,8 +66,10 @@ export default function Skills (props) {
🌐 Databases
</h2>
<div className="card-actions justify-start">
<div className="badge badge-outline badge-info">PostgreSQL</div>
<div className="badge badge-outline badge-info">Firebase</div>
<div className="badge badge-outline badge-info">MongoDB</div>
<div className="badge badge-outline badge-info">Convex</div>
<div className="badge badge-outline badge-info">Amazon DynamoDB</div>
</div>
</div>
Expand Down
Binary file added public/mateo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ff8fc0

Please sign in to comment.