-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3eea034
commit e50a4a6
Showing
1 changed file
with
4 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,13 +53,6 @@ <h2>Contact Info</h2> | |
Motta</a></a> | ||
</li> | ||
</ul> | ||
<!-- Unordered list with contact details | ||
<a href="mailto:[email protected]" target="_blank" aria-label="email">Email</a> | ||
<a href="https://www.linkedin.com/in/fred-motta/" aria="linkedin profile" aria-label="profile">LinkedIn</a> | ||
<a href="https://github.com/fredm23579" aria-label="GitHub">Github</a> | ||
<a href="https://fredm23579.github.io/personal-portfolio/" aria-label="link to project">Portfolio</a> | ||
<a href="www.ucr.edu" aria-label="link to UCR">UCRX Coding Bootcamp</a> | ||
</section> --> | ||
|
||
<!-- Section 3: Skills --> | ||
<section id="skills"> | ||
|
@@ -95,38 +88,13 @@ <h2>Projects</h2> | |
<ul> | ||
<li><strong>Project 1:</strong> <a href="https://github.com/fredm23579/marketing-website-module1" | ||
title="project 1"> | ||
<img id="img-project1" src="image.png" alt="project 1 picture" /> | ||
Project 1</a></li> | ||
|
||
<li><strong>Project 2:</strong> <a href="https://github.com/fredm23579/personal-profile" title="project 2"> | ||
<img id="img-project2" src="Web capture_8-1-2024_172830_.jpeg" alt="project 2 picture" /> | ||
Project 2</a></li> | ||
<img id="img-project1" src="image.png" alt="project 1 picture" /></a></li> | ||
<li><strong>Project 2:</strong> <a href="https://github.com/fredm23579/personal-profile" title="project 2" | ||
aria-label="project 1 immage"> | ||
<img id="img-project2" src="Web capture_8-1-2024_172830_.jpeg" alt="project 2 picture" /></a></li> | ||
</ul> | ||
</section> | ||
|
||
<!-- Section 6: Experience | ||
<section id="experience"> | ||
<h2>Experience</h2> | ||
Unordered list with experience details | ||
<ul> | ||
<li><strong>Coding Intern</strong> 2023-Present</li> | ||
</ul> | ||
Experience details | ||
</section> --> | ||
<!-- Section 7: Awards | ||
<section id="awards"> | ||
<h2 id="h2">Awards</h2> | ||
Unordered list with award details | ||
<ul> | ||
<li><strong>UCR Coding Bootcamp:</strong> Certificate in Full Stack Coding (In Progress)</li> | ||
<li><strong>University at Albany, State University of New York:</strong> M.S. Physics</li> | ||
<li><strong>University of California, Los Angeles:</strong> B.S. Physics / Mathematics</li> | ||
</ul> | ||
Award details | ||
</section> --> | ||
|
||
<!-- Section 8: Footer --> | ||
|
||
<section id="footer"> | ||
|
@@ -139,14 +107,6 @@ <h2></h2> | |
<p>If you have any questions, feel free to contact me!</p> | ||
</section> | ||
|
||
|
||
<!-- Footer | ||
<footer> | ||
<p>Copyright © 2024 Fred Motta</p> | ||
<a href="mailto:[email protected]" aria-label="email">frdmtta</a> | ||
<a href="www.ucr.edu" aria-label="link to UCR">UCRX Coding Bootcamp</a> | ||
Footer content | ||
</footer> --> | ||
</body> | ||
|
||
</html> |