Skip to content

Commit

Permalink
" rewrote "
Browse files Browse the repository at this point in the history
  • Loading branch information
fredm23579 committed Jan 9, 2024
1 parent 3eea034 commit e50a4a6
Showing 1 changed file with 4 additions and 44 deletions.
48 changes: 4 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand All @@ -139,14 +107,6 @@ <h2></h2>
<p>If you have any questions, feel free to contact me!</p>
</section>


<!-- Footer
<footer>
<p>Copyright &copy; 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>

0 comments on commit e50a4a6

Please sign in to comment.