-
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
ee61fd0
commit 0e97c76
Showing
1 changed file
with
50 additions
and
49 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 |
---|---|---|
|
@@ -49,63 +49,64 @@ <h2>Contact Info</h2> | |
<li><strong>Github:</strong> <a href="#" title="anchor to github" aria-label="github"></a> | ||
<a href="https://github.com/fredm23579" title="guthub" >fm23579</a> | ||
</li> | ||
<li><strong>LinkedIn:</strong> <a href="#"><a href="https://www.linkedin.com/in/fred-motta/">Freddy | ||
Motta</a></a> | ||
<li><strong>LinkedIn:</strong> <a href="#"><a href="https://www.linkedin.com/in/fred-motta/"> | ||
Freddy Motta</a></a> | ||
</li> | ||
</ul> | ||
<!-- Section 3: Skills --> | ||
<section id="skills"> | ||
<h2>Skills</h2> | ||
<ul> | ||
<li>HTML</li> | ||
<li>CSS</li> | ||
<li>JavaScript</li> | ||
<li>Git</li> | ||
<li>GitHub</li> | ||
<li>GitLab</li> | ||
</ul> | ||
|
||
<!-- Section 3: Skills --> | ||
<section id="skills"> | ||
<h2>Skills</h2> | ||
<ul> | ||
<li>HTML</li> | ||
<li>CSS</li> | ||
<li>JavaScript</li> | ||
<li>Git</li> | ||
<li>GitHub</li> | ||
<li>GitLab</li> | ||
</ul> | ||
<!-- Skills list --> | ||
</section> | ||
</section> | ||
|
||
<!-- Section 4: Education --> | ||
<section id="education"> | ||
<h2>Education</h2> | ||
<!-- Unordered list with education 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> | ||
<!-- Education details --> | ||
</section> | ||
<!-- Section 4: Education --> | ||
<section id="education"> | ||
<h2>Education</h2> | ||
<!-- Unordered list with education 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> | ||
<!-- Education details --> | ||
</section> | ||
|
||
<!-- Section 5: Projects --> | ||
<section id="projects"> | ||
<h2>Projects</h2> | ||
<!-- Unordered list with project details --> | ||
<!-- Section 5: Projects --> | ||
<section id="projects"> | ||
<h2>Projects</h2> | ||
<!-- Unordered list with project details --> | ||
|
||
<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" /></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> | ||
<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" /></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 8: Footer --> | ||
<!-- Section 8: Footer --> | ||
|
||
<section id="footer"> | ||
<h2></h2> | ||
<!-- Footer content --> | ||
<p>If you have any questions, feel free to contact me!</p> | ||
<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> | ||
<p>Copyright © 2024 Fred Motta</p> | ||
</section> | ||
<section id="footer"> | ||
<h2></h2> | ||
<!-- Footer content --> | ||
<p>If you have any questions, feel free to contact me!</p> | ||
<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> | ||
<p>Copyright © 2024 Fred Motta</p> | ||
</section> | ||
|
||
</body> | ||
|
||
|