Skip to content

Instantly share code, notes, and snippets.

View Doctor-Dave's full-sized avatar

David Carter Doctor-Dave

  • Fort Myers, FL
View GitHub Profile
@Doctor-Dave
Doctor-Dave / fcc-tribute-page-project.markdown
Created April 30, 2022 15:45
FCC: Tribute page project
@Doctor-Dave
Doctor-Dave / fcc-project-landing-page.markdown
Created April 30, 2022 15:44
FCC: Project Landing Page
<body>
<div class="flex-container">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
<p>A Flexible Layout must have a parent element with the <em>display</em> property set to <em>flex</em>.</p>
@Doctor-Dave
Doctor-Dave / fcc-technical-documentation-page.markdown
Created April 30, 2022 15:43
FCC: Technical Documentation Page
@Doctor-Dave
Doctor-Dave / fcc-personal-portfolio.markdown
Created April 30, 2022 15:42
FCC: Personal Portfolio
@Doctor-Dave
Doctor-Dave / index.html
Created April 30, 2022 15:41
Random Quote Machine
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<div id="root">
@Doctor-Dave
Doctor-Dave / index.html
Created April 30, 2022 15:41
Markdown previewer
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<div id="root">
<!--
Hello Camper!
Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
@Doctor-Dave
Doctor-Dave / index.html
Created April 30, 2022 15:39
Javascript Calculator
<div id="root"></div>