Skip to content

Instantly share code, notes, and snippets.

View RandomInternetDude's full-sized avatar
🍤
Employed in FinTech - Side quest is growing my youtube channel

Joey Rivera RandomInternetDude

🍤
Employed in FinTech - Side quest is growing my youtube channel
  • Contractor
  • Tampa
View GitHub Profile
@RandomInternetDude
RandomInternetDude / Registration Form Excercise
Created November 13, 2017 03:10
Registration Form Excercise
<!DOCTYPE html>
<html>
<head>
<title>Registration form</title>
</head>
<body>
<h1>Register</h1>
<form>
<label For="first">First Name: </label>
<input name="first" id="first" type="text" placeholder="John" required>
@RandomInternetDude
RandomInternetDude / Pokemon Data Excercise
Created November 12, 2017 03:02
Pokemon Data Excercise
<!DOCTYPE html>
<html>
<head>
<title>Pokermon chart</title>
</head>
<body>
<h1>First Generation Pokemon Chart!</h1>
<table border="1">
<thead>
<tr>
<!DOCTYPE html>
<html>
<head>
<title>My Dog chairlie</title>
</head>
<body>
<h1>Chairlie</h1>
<p>I'm a dog, wolf!</p>
<img src="https://scontent.ftpa1-1.fna.fbcdn.net/v/t1.0-9/542906_10150844198844700_1512642017_n.jpg?oh=5edeacae9d5d0ccae0bdcead6736ac92&oe=5A637D9A">
@RandomInternetDude
RandomInternetDude / Quiz1Jrivera
Created November 9, 2017 21:23
Quiz 1 Section 3 Lecture 19
<!DOCTYPE html>
<html>
<head>
<title>Things I've Learned</title>
</head>
<body>
<h1>Thing's I've learned</h1>