Skip to content

Commit

Permalink
quick changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreniel committed Aug 31, 2023
1 parent 41a525f commit b344612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ export default function About (props) {
<h1 className="mb-5 text-4xl">
About <span className="font-bold">Me</span>
</h1>
<p className="my-5 text-lg lg:pr-24">I am an incoming student at <span className="font-bold">Stanford University</span> pursuing Computer Science and proficient in full-stack Web Development. I have deep passion in exploring and expanding my knowledge across various domains such as Natural Language Processing, Computer Vision, Data Structures and Algorithms, and much more.</p>
<p className="my-5 text-lg lg:pr-24">I am a student at <span className="font-bold">Stanford University</span> pursuing Computer Science and proficient in full-stack Web Development. I have deep passion in exploring and expanding my knowledge across various domains such as Natural Language Processing, Computer Vision, Data Structures and Algorithms, and much more.</p>
<h3 className="mb-2 text-l">
<span className="font-bold">Languages</span>: JavaScript/TypeScript, Java, Python, HTML, CSS
</h3>
<h3 className="mb-2 text-l">
<span className="font-bold">Technologies</span>: Node.js, React/React Native, Next.js, Flask, Express, MongoDB
</h3>
<h3 className="mb-2 text-l">
<span className="font-bold">Notable Experience</span>: Fermilab TARGET Intern, HackIllinois 2023, Cohere Hackathon 2023 (Virtual)
</h3>
<span className="font-bold">Notable Experience</span>: SWE Intern @ Notebook Labs, Scientific Computation Intern @ Fermilab (TARGET)
</h3>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Contact (props) {
</div>
<div>
<span className="footer-title">Resume</span>
<a href="resume.pdf" target="_blank" rel="noopener noreferrer" className="link link-hover">View Resume</a>
<a href="" target="_blank" rel="noopener noreferrer" className="link link-hover">Coming Soon!</a>
</div>
</div>
</div>
Expand Down

0 comments on commit b344612

Please sign in to comment.