Skip to content

Instantly share code, notes, and snippets.

@joel-extremo
joel-extremo / index.html
Created August 31, 2018 11:42
2.4: Tooltips
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bugs Bunny</title>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
@joel-extremo
joel-extremo / index.html
Created August 31, 2018 10:59
2.3: Modal Windows
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bugs Bunny</title>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
@joel-extremo
joel-extremo / index.html
Created August 30, 2018 23:49
2.2: HTML5 Forms
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
@joel-extremo
joel-extremo / index.html
Last active August 30, 2018 22:51
2.1: Semantic HTML & Footers
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<!-- Social Media -->
@joel-extremo
joel-extremo / index.html
Created August 30, 2018 18:39
question
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" initial-scale="1"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="css/about_styles.css">
@joel-extremo
joel-extremo / hi.txt
Created August 30, 2018 03:17
redirect teacher hahaha
go to this URL : https://zealous-heisenberg-44b19c.netlify.com/
@joel-extremo
joel-extremo / index.html
Created August 30, 2018 03:00
Project 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<link rel="shortcut icon" type="image/x-icon" href="img/cf_logo_min_small_dark.ico"/>
@joel-extremo
joel-extremo / index.html
Created August 30, 2018 02:52
Project 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<!-- CSS -->
@joel-extremo
joel-extremo / index.html
Last active June 2, 2022 21:00
1.10: Single Page Scrolling Navigation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"/>
@joel-extremo
joel-extremo / index.html
Created August 23, 2018 11:22
1.9: Responsive Web Design
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"/>