Skip to content

Instantly share code, notes, and snippets.

View fitosegrera's full-sized avatar

technoshaman fitosegrera

View GitHub Profile
@fitosegrera
fitosegrera / index.html
Last active August 29, 2015 14:04
example_1 html + css + javascript
<!--
///////////////////////////////////////
// example_1 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
-->
<!DOCTYPE html>
@fitosegrera
fitosegrera / index.html
Created July 30, 2014 22:06
example_2 messages + alerts + user input
<!--
///////////////////////////////////////
// example_2 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
-->
<!DOCTYPE html>
@fitosegrera
fitosegrera / index.html
Created July 30, 2014 23:09
example_3 CSS animation (NO JAVASCRIPT)
<!--
///////////////////////////////////////
// example_3 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
-->
<!DOCTYPE html>
@fitosegrera
fitosegrera / index.html
Created July 30, 2014 23:27
example_4 FIXED POSITION OF ELEMENT
<!--
///////////////////////////////////////
// example_3 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
-->
<!DOCTYPE html>
@fitosegrera
fitosegrera / index.html
Created July 30, 2014 23:38
example_5 ABSOLUTE POSITIONING
<!--
///////////////////////////////////////
// example_5 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
EXAMPLE FOR ABSOLUTE POSITIONING
@fitosegrera
fitosegrera / index.html
Created July 30, 2014 23:49
example_6 RELATIVE POSITIONING
<!--
///////////////////////////////////////
// example_6 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
EXAMPLE FOR RELATIVE POSITIONING
@fitosegrera
fitosegrera / index.html
Created July 31, 2014 04:40
example_7 BOUNCING WINDOWS ///ADVANCED////
<!--
///////////////////////////////////////
// example_7 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
-->
<!DOCTYPE html>
@fitosegrera
fitosegrera / index.html
Last active August 29, 2015 14:04
example_8 Generative Drawing in javascript (SUPER ADVANCED!!!!)
<!--
///////////////////////////////////////
// example_8 web class bootcamp 2014 //
///////////////////////////////////////
//////////// Parsons MFADT ////////////
///////////////////////////////////////
//Created by: fito_segrera
//fii.to
GENERATIVE DRAWING
@fitosegrera
fitosegrera / index.html
Created July 31, 2014 17:34
Example_9 FLOATS
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class = "float_1">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto
</div>
<div class = "float_2">
@fitosegrera
fitosegrera / index.html
Created July 31, 2014 17:38
example_10 Positioning and margins 1
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class = "first">
<div class = "first-inside_1"></div>
<div class = "first-inside_2"></div>
<div class = "first-inside_3"></div>