Skip to content

Instantly share code, notes, and snippets.

View marcusp619's full-sized avatar
💭
Building a website with the Leptos Framework

Mark Pearyer marcusp619

💭
Building a website with the Leptos Framework
View GitHub Profile
@marcusp619
marcusp619 / Android-[Pure-Css3].markdown
Created January 29, 2015 04:09
Android [Pure Css3]

Re-doing Blog

Redoing my blog using html5 tags. Also making sure it is accessible.

A Pen by Mark on CodePen.

License.

Google HomePage

Tried recreating the google page. Had a little trouble with the buttons and the footer. Please crituque

A Pen by Mark on CodePen.

License.

@marcusp619
marcusp619 / gist:c868915c99fd0158c9e1
Last active August 29, 2015 14:14
paper, rock, or scissors js
// Paper, Rock, Scissors
var userChoice = prompt("Do you choose rock, paper or scissors?");
var computerChoice = Math.random();
console.log(computerChoice);
if (computerChoice <= 0.33){
console.log("rock");
}
else if (computerChoice <= 0.66){
console.log("paper");
<header>
<h1 class='auto-style1'>The Almost Heroes</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Books</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
@marcusp619
marcusp619 / bgdrop.svg
Last active January 29, 2017 08:33
bg-drop
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@marcusp619
marcusp619 / banner-bg.svg
Created February 5, 2017 02:22
banner for fcc portfolio
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.