mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-21 11:21:30 -08:00
fcc-challenges/index.html add link to random-quote-machine
This commit is contained in:
parent
a4688e16d7
commit
5147ed98e8
90
index.html
90
index.html
@ -1,33 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="fcc_challenges.css">
|
||||
<title>FCC Challenges</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">FCC Challenges</h1>
|
||||
<div id="directory-list">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/TrentSPalmer/fcc-challenges" target="_blank">GitHub Repository View of This Page</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mccain-tribute/" target="_blank">Build a Tribute Page - McCain Tribute - Responsive Web Design Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="how-was-dinner/" target="_blank">Build a Survey Form - How Was Dinner? - Responsive Web Design Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="tools-that-love-you/" target="_blank">Build a Product Landing Page - Tools That Love You - Responsive Web Design Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="lmde-3-disk-encryption/" target="_blank">Build a Technical Documentation Page - LMDE 3 Disk Encryption - Responsive Web Design Projects</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<meta
|
||||
name="generator"
|
||||
content="HTML Tidy for HTML5 for Linux version 5.6.0"
|
||||
/>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
|
||||
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="fcc_challenges.css" />
|
||||
<title>FCC Challenges</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">FCC Challenges</h1>
|
||||
<div id="directory-list">
|
||||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href="https://github.com/TrentSPalmer/fcc-challenges"
|
||||
target="_blank"
|
||||
>GitHub Repository View of This Page</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mccain-tribute/" target="_blank"
|
||||
>Build a Tribute Page - McCain Tribute - Responsive Web Design
|
||||
Projects</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="how-was-dinner/" target="_blank"
|
||||
>Build a Survey Form - How Was Dinner? - Responsive Web Design
|
||||
Projects</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="tools-that-love-you/" target="_blank"
|
||||
>Build a Product Landing Page - Tools That Love You - Responsive Web
|
||||
Design Projects</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="lmde-3-disk-encryption/" target="_blank"
|
||||
>Build a Technical Documentation Page - LMDE 3 Disk Encryption -
|
||||
Responsive Web Design Projects</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="random-quote-machine/build" target="_blank"
|
||||
>Random Quote Machine - Build a Random Quote Machine - Front End
|
||||
Libraries Projects</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user