├── CNAME ├── Level1.html ├── Level2.html ├── Level3.html ├── Level4.html ├── README.md ├── downloads └── HTMLCSSexercise.zip ├── exercises ├── bootstrap.html ├── bootstrap_before.html ├── bootstrap_solution.html ├── calculator.html ├── catwalk.html ├── copycat.html ├── embed.html ├── embed_solution.html ├── htmlbasics.html ├── invite.html ├── jsdataviz.html ├── madlibs.html ├── mediaqueries.html ├── memorygame.html ├── positioning.html ├── positioning_solution.html ├── wordguesser.html └── youtube.html ├── index.html ├── main.css ├── responsive.css ├── share.js └── style.css /CNAME: -------------------------------------------------------------------------------- 1 | www.pairuptocode.com -------------------------------------------------------------------------------- /Level1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/Level1.html -------------------------------------------------------------------------------- /Level2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/Level2.html -------------------------------------------------------------------------------- /Level3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/Level3.html -------------------------------------------------------------------------------- /Level4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/Level4.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/README.md -------------------------------------------------------------------------------- /downloads/HTMLCSSexercise.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/downloads/HTMLCSSexercise.zip -------------------------------------------------------------------------------- /exercises/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/bootstrap.html -------------------------------------------------------------------------------- /exercises/bootstrap_before.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/bootstrap_before.html -------------------------------------------------------------------------------- /exercises/bootstrap_solution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/bootstrap_solution.html -------------------------------------------------------------------------------- /exercises/calculator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/calculator.html -------------------------------------------------------------------------------- /exercises/catwalk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/catwalk.html -------------------------------------------------------------------------------- /exercises/copycat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/copycat.html -------------------------------------------------------------------------------- /exercises/embed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/embed.html -------------------------------------------------------------------------------- /exercises/embed_solution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/embed_solution.html -------------------------------------------------------------------------------- /exercises/htmlbasics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/htmlbasics.html -------------------------------------------------------------------------------- /exercises/invite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/invite.html -------------------------------------------------------------------------------- /exercises/jsdataviz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/jsdataviz.html -------------------------------------------------------------------------------- /exercises/madlibs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/madlibs.html -------------------------------------------------------------------------------- /exercises/mediaqueries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/mediaqueries.html -------------------------------------------------------------------------------- /exercises/memorygame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/memorygame.html -------------------------------------------------------------------------------- /exercises/positioning.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/positioning.html -------------------------------------------------------------------------------- /exercises/positioning_solution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/positioning_solution.html -------------------------------------------------------------------------------- /exercises/wordguesser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/wordguesser.html -------------------------------------------------------------------------------- /exercises/youtube.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/exercises/youtube.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/index.html -------------------------------------------------------------------------------- /main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/main.css -------------------------------------------------------------------------------- /responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/responsive.css -------------------------------------------------------------------------------- /share.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/share.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evagabriela/pairup/HEAD/style.css --------------------------------------------------------------------------------