Skip to content

Commit

Permalink
feat(Tables): Update table variations.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick committed Sep 28, 2017
1 parent 67071b2 commit 2301399
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rocketbelt/components/tables/_tables-bordered.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
table.table-bordered
include _tables-contents.pug
2 changes: 2 additions & 0 deletions rocketbelt/components/tables/_tables-condensed.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
table.table-condensed
include _tables-contents.pug
40 changes: 40 additions & 0 deletions rocketbelt/components/tables/_tables-contents.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
caption Abbreviated List of NASA Missions
thead
tr
th(scope='col') Program
th(scope='col') Start Date
th(scope='col') End Date
th(scope='col') # Missions
th(scope='col') Notes
tbody
tr
td Mercury
td 1959
td 1963
td 6
td First U.S. crewed program

tr
td Gemini
td 1963
td 1966
td 10
td Program used to practice space rendezvous and EVAs
tr
td Apollo
td 1961
td 1972
td 11
td Brought first human to the Moon
tr
td Space Shuttle
td 1981
td 2011
td 135
td First missions in which a spacecraft was reused
tr
td International Space Station
td 1998
td Ongoing
td 44
td Joint with Russia, Canada, ESA, and JAXA along with co-operators ASI and AEB
2 changes: 2 additions & 0 deletions rocketbelt/components/tables/_tables-hoverable.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
table.table-hoverable
include _tables-contents.pug
File renamed without changes.
2 changes: 2 additions & 0 deletions rocketbelt/components/tables/_tables-striped.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
table.table-striped
include _tables-contents.pug
2 changes: 2 additions & 0 deletions rocketbelt/components/tables/_tables_header-contrasting.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
table.table_header-contrasting
include _tables-contents.pug

0 comments on commit 2301399

Please sign in to comment.