Skip to content

Instantly share code, notes, and snippets.

View cboydstun's full-sized avatar
🏠
Working from home

Chris Boydstun cboydstun

🏠
Working from home
View GitHub Profile
@cboydstun
cboydstun / index.html
Created August 7, 2019 16:21
User Interface II: Great Idea!
<link href="https://fonts.googleapis.com/css?family=Bangers|Titillium+Web" rel="stylesheet">
<section id="nav-bar">
<img class="logo" src="https://tk-assets.lambdaschool.com/98785fd8-942e-459c-8475-425203614051_logo.png" alt="Great Idea! Company logo.">
<nav>
<a href="">Services</a>
<a href="">Product</a>
<a href="">Vision</a>
<a href="">Features</a>
<a href="">About</a>
@cboydstun
cboydstun / index.html
Created July 15, 2019 19:34
Rock Paper Scissor Lizard Spock
<style>
@import url('https://fonts.googleapis.com/css?family=Asap:400,700&display=swap');
</style>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Rock Paper Scissors Lizard Spock</title>
<link rel="stylesheet" href="styles.css">
@cboydstun
cboydstun / index.html
Created July 15, 2019 19:27
Rock Paper Scissor
<style>
@import url('https://fonts.googleapis.com/css?family=Asap:400,700&display=swap');
</style>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Rock Paper Scissors</title>
<link rel="stylesheet" href="styles.css">