A Pen by Linda Kovacs on CodePen.
This file contains hidden or 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
<div id="app"></div> |
This file contains hidden or 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
<body> | |
<div class="header"> | |
<a class="logo" href="https://www.twitch.tv/" target="_blank"><img src="https://pngimg.com/uploads/twitch/twitch_PNG31.png"></a> | |
<h3>FreeCodeCamp Project - Front End Developement</h3> | |
</div> | |
<hr> | |
<div class="container"> | |
<div class="opt-bar row"> | |
<div class="col-6 btn-group"> | |
<button id="all_filter" class="btn btn-sm btn-primary active">All</button> <!-- <i aria-hidden="true" class="fa fa-globe"> </i> --> |
This file contains hidden or 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
<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One|VT323|Oswald" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhaijaan|Righteous" rel="stylesheet"> | |
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> | |
<div id='heading'> | |
<h2>Simon Game - FreeCodeCamp</h2> | |
</div> | |
<div class="container"> | |
<div class="header"> | |
<h1></h1> |
This file contains hidden or 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
<div class="container text-center"> | |
<div class="row"> | |
<!-- app title --> | |
<div class="text-center"> | |
<h1 class="heading">TIC TAC TOE - FCC</h1> | |
<!-- tips --> | |
<div class="text-center"> | |
<h4 id="tipText"></h4> | |
</div> <!-- tips --> | |
This file contains hidden or 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
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> | |
<div id='heading'> | |
<h1>JavaScript Calculator <br> | |
FreeCodeCamp</h1> | |
</div> | |
<div class='container'> | |
<div id='calculator'> | |
<!-- Title --> | |
<div id='title' class='text-center'> |
This file contains hidden or 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
<div class="text-box"> | |
<h1 id="title">Pomodoro Clock</h1><br> | |
<h2>FreeCodeCamp</h2> | |
</div> | |
<div class="container"> | |
<div id="pomodoro"> | |
<div id="status"></div> | |
<div class="timerDisplay"> 25:00 </div> |
This file contains hidden or 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
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Survey Form - FreeCodeCamp</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
A Pen by Linda Kovacs on CodePen.
This file contains hidden or 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
<div class="container"> | |
<div class= "text-center"> | |
<div class = "heading"> | |
<h1>Wikipedia Viewer</h1> | |
<h2>FreeCodeCamp - Front End Developement</h2> | |
</div> | |
</div> | |
<input id="searchTerm" type="search" placeholder="Search Wikipedia..." class="form-control"><br> <br> | |
<button id="search" type="button" class ="btn btn-primary">Wiki Search</button> <br><br> | |
<div class="row"> |
NewerOlder