-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.82 KB
/
Copy pathindex.html
File metadata and controls
32 lines (29 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
---
<header>
<h1 style="padding: 10px;">My FreeCodeCamp Projects</h1>
<a href="https://www.freecodecamp.org/luciopalmieri">My FreeCodeCamp Profile</a>
</header>
<main>
<h2 style="padding: 10px;">Responsive Web Design</h2>
<ul>
<li><a href="01_01_tribute_page/index.html">Tribute Page</a></li>
<li><a href="01_02_survey_form/index.html">Survey Form</a></li>
<li><a href="01_03_product_landing_page/index.html">Landing Page</a></li>
<li><a href="01_04_technical_documentation_page/index.html">Technical Documentation Page</a></li>
<li><a href="01_05_personal_portfolio/index.html">Personal Portfolio</a></li>
</ul>
<a href="https://www.freecodecamp.org/certification/luciopalmieri/responsive-web-design">Responsive Web Design Certification</a>
<h2 style="padding: 10px;">APIs and Microservices</h2>
<ul>
<li><a href="https://glitch.com/edit/#!/fcc-prj-timestamp-microservice?path=README.md:1:0">Timestamp Microservice</a></li>
<li><a href="https://glitch.com/edit/#!/fcc-prj-request-header-parser?path=README.md:1:0">Request Header Parser Microservice</a></li>
<li><a href="https://glitch.com/edit/#!/fcc-prj-url-shortener?path=README.md:1:0">URL Shortener Microservice</a></li>
<li><a href="https://glitch.com/edit/#!/fcc-prj-exercise-tracker?path=README.md:1:0">Exercise Tracker</a></li>
<li><a href="https://glitch.com/edit/#!/fcc-prj-file-metadata?path=README.md:1:0">File Metadata Microservice</a></li>
</ul>
<a href="https://www.freecodecamp.org/certification/luciopalmieri/apis-and-microservices">APIs and Microservices Certification</a>
<h2 style="padding: 10px;">JavaScript Algorithms and Data Structures</h2>
<a href="https://www.freecodecamp.org/certification/luciopalmieri/javascript-algorithms-and-data-structures">JavaScript Algorithms and Data Structures</a>
</main>