From b0c6503f12871954f4d747557f39dba72e081371 Mon Sep 17 00:00:00 2001 From: "Dorn, Robert J" Date: Tue, 7 May 2024 17:13:00 -0400 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3316701 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Table Examples + +This is a simplified repository of some SCSS and Handlebars files that we use for the styling of tables for Student Life websites. Everything is built off of Bootstrap as a foundation, then some adjustments to add horizontal scrolling for mobile devices. + +The _variables.scss_ file includes all of the different SASS variables referenced in the tables and table-head file. + +If you have any questions feel free to reach out to me at [dornr@purdue.edu](mailto:dornr@purdue.edu).