mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-21 03:11:31 -08:00
fix index.html links
This commit is contained in:
parent
9a3a1e9a9f
commit
01bbb2d626
22
index.html
22
index.html
@ -9,43 +9,43 @@
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Baloo+Bhai" />
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/TrentSPalmer/fcc-challenges/tree/gh-pages" class="githubLabel" target="_blank">
|
||||
<a href="https://github.com/TrentSPalmer/fcc-challenges/tree/gh-pages" class="githubLabel" target="_blank" rel="noopener noreferrer">
|
||||
<img src="https://github.blog/wp-content/uploads/2008/12/forkme_right_white_ffffff.png?resize=149%2C149"
|
||||
class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1">
|
||||
</a>
|
||||
<h1 id="title">FCC Challenges</h1>
|
||||
<h2>Repository View</h2>
|
||||
<div>
|
||||
<a class="link" href="https://github.com/TrentSPalmer/fcc-challenges" target="_blank">GitHub Repository of This Page</a>
|
||||
<a class="link" href="https://github.com/TrentSPalmer/fcc-challenges" target="_blank" rel="noopener noreferrer">GitHub Repository of This Page</a>
|
||||
</div>
|
||||
<h2>Responsive Web Design Projects</h2>
|
||||
<div>
|
||||
<a class="link" href="mccain-tribute/" target="_blank">Tribute Page - McCain Tribute</a>
|
||||
<a class="link" href="mccain-tribute/" target="_blank" rel="noopener noreferrer">Tribute Page - McCain Tribute</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="link" href="how-was-dinner/" target="_blank">Survey Form - How Was Dinner?</a>
|
||||
<a class="link" href="how-was-dinner/" target="_blank" rel="noopener noreferrer">Survey Form - How Was Dinner?</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="link" href="tools-that-love-you/" target="_blank">Product Landing Page <br/> Tools That Love You</a>
|
||||
<a class="link" href="tools-that-love-you/" target="_blank" rel="noopener noreferrer">Product Landing Page <br/> Tools That Love You</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="link" href="lmde-3-disk-encryption/" target="_blank">Technical Documentation <br/> LMDE 3 Disk Encryption</a>
|
||||
<a class="link" href="lmde-3-disk-encryption/" target="_blank" rel="noopener noreferrer">Technical Documentation <br/> LMDE 3 Disk Encryption</a>
|
||||
</div>
|
||||
<h2>Front End Library Projects</h2>
|
||||
<div>
|
||||
<a class="link" href="random-quote-machine/build" target="_blank">Random Quote Machine</a>
|
||||
<a class="link" href="random-quote-machine/build" target="_blank" rel="noopener noreferrer">Random Quote Machine</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="link" href="markdown-previewer" target="_blank">Markdown Previewer</a>
|
||||
<a class="link" href="markdown-previewer" target="_blank" rel="noopener noreferrer">Markdown Previewer</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="link" href="drum-machine" target="_blank">Drum Machine</a>
|
||||
<a class="link" href="drum-machine" target="_blank" rel="noopener noreferrer">Drum Machine</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="link" href="drum-machine-react/build" target="_blank">Drum Machine React</a>
|
||||
<a class="link" href="drum-machine-react/build" target="_blank" rel="noopener noreferrer">Drum Machine React</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="link" href="calculator-react/build" target="_blank">Calculator React</a>
|
||||
<a class="link" href="calculator-react/build" target="_blank" rel="noopener noreferrer">Calculator React</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user