mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-16 10:11:30 -08:00
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>FCC Challenges</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="pure-min.css">
|
|
<link rel="stylesheet" type="text/css" href="fcc_challenges.css">
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Baloo+Bhai" />
|
|
</head>
|
|
<body>
|
|
<h1 id="title">FCC Challenges</h1>
|
|
<h2>Repository View</h2>
|
|
<div>
|
|
<a href="https://github.com/TrentSPalmer/fcc-challenges" target="_blank">GitHub Repository of This Page</a>
|
|
</div>
|
|
<h2>Responsive Web Design Projects</h2>
|
|
<div>
|
|
<a href="mccain-tribute/" target="_blank">Tribute Page - McCain Tribute</a>
|
|
</div>
|
|
<div>
|
|
<a href="how-was-dinner/" target="_blank">Survey Form - How Was Dinner?</a>
|
|
</div>
|
|
<div>
|
|
<a href="tools-that-love-you/" target="_blank">Product Landing Page <br/> Tools That Love You</a>
|
|
</div>
|
|
<div>
|
|
<a href="lmde-3-disk-encryption/" target="_blank">Technical Documentation <br/> LMDE 3 Disk Encryption</a>
|
|
</div>
|
|
<h2>Front End Library Projects</h2>
|
|
<div>
|
|
<a href="random-quote-machine/build" target="_blank">Random Quote Machine</a>
|
|
</div>
|
|
<div>
|
|
<a href="markdown-previewer" target="_blank">Markdown Previewer</a>
|
|
</div>
|
|
</body>
|
|
</html>
|