Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for feature/24--helluva-ride/timeline #27

Merged
merged 38 commits into from
Feb 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9763c3e
clearing pub, making a verticle timeline directory, adding h5bp
mfees Feb 12, 2015
c32eb74
making some random changes to files, showing sam something on the train
mfees Feb 12, 2015
1a6b041
fucking shiz up
mfees Feb 12, 2015
387e532
adding bp back, setting up main layout for timeline
mfees Feb 13, 2015
3acebce
messing more things up
mfees Feb 13, 2015
ea528d9
adding that damn caret
mfees Feb 13, 2015
8980536
getting basic layout for the aside section
mfees Feb 13, 2015
ade34d9
trying to fix the responsive layout, thinking through the desktop ver…
mfees Feb 13, 2015
388fb45
fixing text styles to match
mfees Feb 13, 2015
93a71da
trying to get the layout right still, rearranged html and all that bo…
mfees Feb 13, 2015
0d6da41
finally got mobile size done
mfees Feb 13, 2015
8f7c39d
adding the surf and paddle folder to pub
mfees Feb 14, 2015
55a71b2
add link to file
mfees Feb 14, 2015
a499a91
adding all the boilerplates
mfees Feb 14, 2015
e070096
setting up file to watch with mocha and do asserts
mfees Feb 14, 2015
580359d
String Calculator: making function and first assert
mfees Feb 14, 2015
1d1be90
String Calculator: adding an object to plus function for strings one …
mfees Feb 14, 2015
b68986e
making for loops for each parameter that will incremet to give intege…
mfees Feb 14, 2015
308c151
String Calculator: making sure the function actually adds strings to …
mfees Feb 14, 2015
52d8449
String Calculator: adding values 10-20 to var number
mfees Feb 14, 2015
230ccbc
String Calculator: adding tens values up to 90, have to think through…
mfees Feb 14, 2015
c88ed6f
String Calculator: adding one hundred value and trying to figure out …
mfees Feb 14, 2015
6fb7061
Check Writing: setting up js file for check writing
mfees Feb 14, 2015
03b86ac
Check Writing: adding 0-19 in object and making sure that the functio…
mfees Feb 14, 2015
1aec587
Check Writing: not really sure what I'm doing here
mfees Feb 14, 2015
0316276
updating index markdown page
mfees Feb 14, 2015
3a8986f
trying to figure out this index.md thing, I guess I add them with the…
mfees Feb 14, 2015
f7350d2
still working on the md file
mfees Feb 14, 2015
b7fc1fa
Surf+Paddle: adding cdm link for bootstrap
mfees Feb 14, 2015
bf039eb
Surf+Paddle: making it into a mothereffin website to start out
mfees Feb 15, 2015
83d350f
Surf+Paddle: adding basic bootstrap layout to html
mfees Feb 15, 2015
1a700ed
Surf+Paddle: adding some photos and basic styles
mfees Feb 15, 2015
798583c
Surf+Paddle: adding google fonts and trying to target them, had to us…
mfees Feb 15, 2015
3b289be
trying to get all of the text looking right
mfees Feb 15, 2015
264eafc
adding more placeholder images, making more layout stylings
mfees Feb 15, 2015
2d38628
Surf+Paddle: fixing up footer
mfees Feb 15, 2015
ceb0c36
Surf+Paddle: final edits for the night, fixing up footer, the right s…
mfees Feb 15, 2015
6e10163
random changes
mfees Feb 15, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 0 additions & 116 deletions LICENSE

This file was deleted.

48 changes: 48 additions & 0 deletions bower_components/bootstrap/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.3.2",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"_release": "3.3.2",
"_resolution": {
"type": "version",
"tag": "v3.3.2",
"commit": "bcf7dd38b5ab180256e2e4fb5da0369551b3f082"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.3.2",
"_originalSource": "bootstrap",
"_direct": true
}
Loading