diff --git a/.gitignore b/.gitignore
index 4d8a997..de60cbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
/Assignments/JavaScript/lab15js_CalebFontenot/nbproject/private/
/Assignments/JavaScript/MP11_CalebFontenot/nbproject/private/
/Assignments/JavaScript/lab16js_CalebFontenot/nbproject/private/
+/Assignments/JavaScript/MP12_CalebFontenot/nbproject/private/
diff --git a/Assignments/JavaScript/MP12_CalebFontenot/.bowerrc b/Assignments/JavaScript/MP12_CalebFontenot/.bowerrc
new file mode 100644
index 0000000..0ba26f2
--- /dev/null
+++ b/Assignments/JavaScript/MP12_CalebFontenot/.bowerrc
@@ -0,0 +1,3 @@
+{
+ "directory": "public_html/bower_components"
+}
diff --git a/Assignments/JavaScript/MP12_CalebFontenot/7-1.pdf b/Assignments/JavaScript/MP12_CalebFontenot/7-1.pdf
new file mode 100644
index 0000000..35f748b
Binary files /dev/null and b/Assignments/JavaScript/MP12_CalebFontenot/7-1.pdf differ
diff --git a/Assignments/JavaScript/MP12_CalebFontenot/Gruntfile.js b/Assignments/JavaScript/MP12_CalebFontenot/Gruntfile.js
new file mode 100644
index 0000000..496183b
--- /dev/null
+++ b/Assignments/JavaScript/MP12_CalebFontenot/Gruntfile.js
@@ -0,0 +1,9 @@
+/*
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+ * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/Gruntfile.js to edit this template
+ */
+module.exports = function (grunt) {
+ // Project configuration.
+ grunt.initConfig({
+ });
+};
diff --git a/Assignments/JavaScript/MP12_CalebFontenot/bower.json b/Assignments/JavaScript/MP12_CalebFontenot/bower.json
new file mode 100644
index 0000000..5782c24
--- /dev/null
+++ b/Assignments/JavaScript/MP12_CalebFontenot/bower.json
@@ -0,0 +1,13 @@
+{
+ "name": "MP12_CalebFontenot",
+ "version": "1.0.0",
+ "main": "path/to/main.css",
+ "ignore": [
+ ".jshintrc",
+ "**/*.txt"
+ ],
+ "dependencies": {
+ },
+ "devDependencies": {
+ }
+}
diff --git a/Assignments/JavaScript/MP12_CalebFontenot/gulpfile.js b/Assignments/JavaScript/MP12_CalebFontenot/gulpfile.js
new file mode 100644
index 0000000..eccfb02
--- /dev/null
+++ b/Assignments/JavaScript/MP12_CalebFontenot/gulpfile.js
@@ -0,0 +1,10 @@
+/*
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+ * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/gulpfile.js to edit this template
+ */
+
+var gulp = require('gulp');
+
+gulp.task('default', function () {
+ // place code for your default task here
+});
diff --git a/Assignments/JavaScript/MP12_CalebFontenot/nbproject/project.properties b/Assignments/JavaScript/MP12_CalebFontenot/nbproject/project.properties
new file mode 100644
index 0000000..46c9b99
--- /dev/null
+++ b/Assignments/JavaScript/MP12_CalebFontenot/nbproject/project.properties
@@ -0,0 +1,5 @@
+file.reference.MP12_CalebFontenot-public_html=public_html
+file.reference.MP12_CalebFontenot-test=test
+files.encoding=UTF-8
+site.root.folder=${file.reference.MP12_CalebFontenot-public_html}
+test.folder=${file.reference.MP12_CalebFontenot-test}
diff --git a/Assignments/JavaScript/MP12_CalebFontenot/nbproject/project.xml b/Assignments/JavaScript/MP12_CalebFontenot/nbproject/project.xml
new file mode 100644
index 0000000..ec61243
--- /dev/null
+++ b/Assignments/JavaScript/MP12_CalebFontenot/nbproject/project.xml
@@ -0,0 +1,9 @@
+
+