Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<link rel="stylesheet" type="text/css" href="styles/css">
<style id="jsbin-css">
body{
background-color: gray;
@Ap6pack
Ap6pack / UserMenu.py
Created May 24, 2017 20:03
UserMenu created by ap6pack - https://repl.it/IPyb/0
### What and where the information is being stored
userTuples = ["Name", "Age", "Sex"]
userList = [ ]
age2 = []
sex2 = []
### I have used def to define my menu and age dictionary so I can use this format over and over.
def userDirectory():
@Ap6pack
Ap6pack / Background image website
Last active February 9, 2016 01:49
Background image website
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="page">
@Ap6pack
Ap6pack / Basic one page website.txt
Last active February 8, 2016 21:59
Basic one page website
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="page">
<div id="header-page">