Skip to content

Instantly share code, notes, and snippets.

View lindakovacs's full-sized avatar

Linda Kovacs lindakovacs

View GitHub Profile
@lindakovacs
lindakovacs / index.html
Created December 17, 2018 02:11
Markdown Previewer - FCC
<div id="app"></div>
@lindakovacs
lindakovacs / drum-machine-fcc.markdown
Created December 10, 2018 06:12
Drum Machine - FCC
@lindakovacs
lindakovacs / index.html
Created December 4, 2018 07:02
TwitchTV-FCC
<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> -->
@lindakovacs
lindakovacs / index.html
Created November 26, 2018 04:01
Simon Game - FCC
<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>
@lindakovacs
lindakovacs / index.html
Created November 17, 2018 05:01
Tic Tac Toe - FCC
<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 -->
@lindakovacs
lindakovacs / index.html
Created November 13, 2018 06:34
JavaScript Calculator - FreeCodeCamp
<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'>
@lindakovacs
lindakovacs / index.html
Created November 1, 2018 00:00
Pomodoro Clock - FCC
<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>
@lindakovacs
lindakovacs / index.html
Created October 26, 2018 03:31
Survey Form - FreeCodeCamp
<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">
@lindakovacs
lindakovacs / fcc-technical-documentation-page.markdown
Created October 25, 2018 01:30
FCC: Technical Documentation Page
@lindakovacs
lindakovacs / index.html
Created October 25, 2018 01:28
Wikipedia Viewer - FCC
<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">