Skip to content

Instantly share code, notes, and snippets.

Intro To Bootstrap

Style and UX

OBJECTIVE
To become familiar with the conceptual elements (grid, navs, navbar, ...) of Bootstrap, and use those tools to design a responsive page layout.
@MiriamNeubauer
MiriamNeubauer / Associations_schema.xml
Created October 15, 2013 21:43
This is the lab exercise part 1/3 for associations in databases @neurosaurus
<?xml version="1.0" encoding="utf-8" ?>
<!-- SQL XML created by WWW SQL Designer, http://code.google.com/p/wwwsqldesigner/ -->
<!-- Active URL: http://ondras.zarovi.cz/sql/demo/ -->
<sql>
<datatypes db="mysql">
<group label="Numeric" color="rgb(238,238,170)">
<type label="TINYINT" length="0" sql="TINYINT" quote=""/>
<type label="SMALLINT" length="0" sql="SMALLINT" quote=""/>
<type label="MEDIUMINT" length="0" sql="MEDIUMINT" quote=""/>
<type label="INT" length="0" sql="INT" quote=""/>
@MiriamNeubauer
MiriamNeubauer / First quiz MCN
Created October 4, 2013 22:27
Hello, this is my first quiz
// #1
<!DOCTYPE html>
<html>
<head>
<script src="/script/script.js" type="text/javascript"></script>
<link rel="sytlesheet" type="text/css" href="/style/style.css">
</head>
Kyle is the best