diff --git a/lab0-CalebFontenot/.bowerrc b/lab0-CalebFontenot/.bowerrc
new file mode 100644
index 0000000..0ba26f2
--- /dev/null
+++ b/lab0-CalebFontenot/.bowerrc
@@ -0,0 +1,3 @@
+{
+ "directory": "public_html/bower_components"
+}
diff --git a/lab0-CalebFontenot/Gruntfile.js b/lab0-CalebFontenot/Gruntfile.js
new file mode 100644
index 0000000..496183b
--- /dev/null
+++ b/lab0-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/lab0-CalebFontenot/bower.json b/lab0-CalebFontenot/bower.json
new file mode 100644
index 0000000..743324b
--- /dev/null
+++ b/lab0-CalebFontenot/bower.json
@@ -0,0 +1,13 @@
+{
+ "name": "lab0-CalebFontenot",
+ "version": "1.0.0",
+ "main": "path/to/main.css",
+ "ignore": [
+ ".jshintrc",
+ "**/*.txt"
+ ],
+ "dependencies": {
+ },
+ "devDependencies": {
+ }
+}
diff --git a/lab0-CalebFontenot/gulpfile.js b/lab0-CalebFontenot/gulpfile.js
new file mode 100644
index 0000000..eccfb02
--- /dev/null
+++ b/lab0-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/lab0-CalebFontenot/nbproject/private/private.properties b/lab0-CalebFontenot/nbproject/private/private.properties
new file mode 100644
index 0000000..7b91381
--- /dev/null
+++ b/lab0-CalebFontenot/nbproject/private/private.properties
@@ -0,0 +1 @@
+browser=SL[/Browsers/FirefoxBrowser
diff --git a/lab0-CalebFontenot/nbproject/private/private.xml b/lab0-CalebFontenot/nbproject/private/private.xml
new file mode 100644
index 0000000..6807a2b
--- /dev/null
+++ b/lab0-CalebFontenot/nbproject/private/private.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/lab0-CalebFontenot/nbproject/project.properties b/lab0-CalebFontenot/nbproject/project.properties
new file mode 100644
index 0000000..31aa73e
--- /dev/null
+++ b/lab0-CalebFontenot/nbproject/project.properties
@@ -0,0 +1,5 @@
+file.reference.lab0-CalebFontenot-public_html=public_html
+file.reference.lab0-CalebFontenot-test=test
+files.encoding=UTF-8
+site.root.folder=${file.reference.lab0-CalebFontenot-public_html}
+test.folder=${file.reference.lab0-CalebFontenot-test}
diff --git a/lab0-CalebFontenot/nbproject/project.xml b/lab0-CalebFontenot/nbproject/project.xml
new file mode 100644
index 0000000..c4cac5a
--- /dev/null
+++ b/lab0-CalebFontenot/nbproject/project.xml
@@ -0,0 +1,9 @@
+
+
+ org.netbeans.modules.web.clientproject
+
+
+ lab0-CalebFontenot
+
+
+
diff --git a/lab0-CalebFontenot/package.json b/lab0-CalebFontenot/package.json
new file mode 100644
index 0000000..9c2ab00
--- /dev/null
+++ b/lab0-CalebFontenot/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "lab0-CalebFontenot",
+ "version": "1.0.0",
+ "keywords": ["util", "functional", "server", "client", "browser"],
+ "author": "caleb",
+ "contributors": [],
+ "dependencies": {}
+}
diff --git a/lab0-CalebFontenot/public_html/index.html b/lab0-CalebFontenot/public_html/index.html
new file mode 100644
index 0000000..ba4e461
--- /dev/null
+++ b/lab0-CalebFontenot/public_html/index.html
@@ -0,0 +1,16 @@
+
+
+
+
+ lab0
+
+
+
+
+ Hello World
+
+
diff --git a/lab0_CalebFontenot.zip b/lab0_CalebFontenot.zip
new file mode 100644
index 0000000..a6b34bb
Binary files /dev/null and b/lab0_CalebFontenot.zip differ
diff --git a/lab2_CalebFontenot.zip b/lab2_CalebFontenot.zip
new file mode 100644
index 0000000..9a3b634
Binary files /dev/null and b/lab2_CalebFontenot.zip differ
diff --git a/lab2_CalebFontenot/.bowerrc b/lab2_CalebFontenot/.bowerrc
new file mode 100644
index 0000000..0ba26f2
--- /dev/null
+++ b/lab2_CalebFontenot/.bowerrc
@@ -0,0 +1,3 @@
+{
+ "directory": "public_html/bower_components"
+}
diff --git a/lab2_CalebFontenot/Gruntfile.js b/lab2_CalebFontenot/Gruntfile.js
new file mode 100644
index 0000000..496183b
--- /dev/null
+++ b/lab2_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/lab2_CalebFontenot/bower.json b/lab2_CalebFontenot/bower.json
new file mode 100644
index 0000000..06fa70a
--- /dev/null
+++ b/lab2_CalebFontenot/bower.json
@@ -0,0 +1,13 @@
+{
+ "name": "lab2_CalebFontenot",
+ "version": "1.0.0",
+ "main": "path/to/main.css",
+ "ignore": [
+ ".jshintrc",
+ "**/*.txt"
+ ],
+ "dependencies": {
+ },
+ "devDependencies": {
+ }
+}
diff --git a/lab2_CalebFontenot/gulpfile.js b/lab2_CalebFontenot/gulpfile.js
new file mode 100644
index 0000000..eccfb02
--- /dev/null
+++ b/lab2_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/lab2_CalebFontenot/nbproject/private/private.properties b/lab2_CalebFontenot/nbproject/private/private.properties
new file mode 100644
index 0000000..7b91381
--- /dev/null
+++ b/lab2_CalebFontenot/nbproject/private/private.properties
@@ -0,0 +1 @@
+browser=SL[/Browsers/FirefoxBrowser
diff --git a/lab2_CalebFontenot/nbproject/private/private.xml b/lab2_CalebFontenot/nbproject/private/private.xml
new file mode 100644
index 0000000..6807a2b
--- /dev/null
+++ b/lab2_CalebFontenot/nbproject/private/private.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/lab2_CalebFontenot/nbproject/project.properties b/lab2_CalebFontenot/nbproject/project.properties
new file mode 100644
index 0000000..de60ba8
--- /dev/null
+++ b/lab2_CalebFontenot/nbproject/project.properties
@@ -0,0 +1,5 @@
+file.reference.lab2_CalebFontenot-public_html=public_html
+file.reference.lab2_CalebFontenot-test=test
+files.encoding=UTF-8
+site.root.folder=${file.reference.lab2_CalebFontenot-public_html}
+test.folder=${file.reference.lab2_CalebFontenot-test}
diff --git a/lab2_CalebFontenot/nbproject/project.xml b/lab2_CalebFontenot/nbproject/project.xml
new file mode 100644
index 0000000..ad61c42
--- /dev/null
+++ b/lab2_CalebFontenot/nbproject/project.xml
@@ -0,0 +1,9 @@
+
+
+ org.netbeans.modules.web.clientproject
+
+
+ lab2_CalebFontenot
+
+
+
diff --git a/lab2_CalebFontenot/package.json b/lab2_CalebFontenot/package.json
new file mode 100644
index 0000000..ed5f3ad
--- /dev/null
+++ b/lab2_CalebFontenot/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "lab2_CalebFontenot",
+ "version": "1.0.0",
+ "keywords": ["util", "functional", "server", "client", "browser"],
+ "author": "caleb",
+ "contributors": [],
+ "dependencies": {}
+}
diff --git a/lab2_CalebFontenot/public_html/2.1.html b/lab2_CalebFontenot/public_html/2.1.html
new file mode 100644
index 0000000..f41ec74
--- /dev/null
+++ b/lab2_CalebFontenot/public_html/2.1.html
@@ -0,0 +1,20 @@
+
+
+
+
+ lab2
+
+
+
+
+ Heading Level 1
+ Heading Level 2
+ Heading Level 3
+ Heading Level 4
+ Heading Level 5
+ Heading Level 6
+
+
diff --git a/lab2_CalebFontenot/public_html/2.2.html b/lab2_CalebFontenot/public_html/2.2.html
new file mode 100644
index 0000000..a179e66
--- /dev/null
+++ b/lab2_CalebFontenot/public_html/2.2.html
@@ -0,0 +1,24 @@
+
+
+
+
+ lab2
+
+
+
+
+ Heading Level 1
+ This is a sample paragraph.
+ Heading tags can help to make your pages more accessible and usable.
+ It is good coding practice to use heading tags to outline
+ the structure of your web page content.
+ Heading Level 2
+ Heading Level 3
+ Heading Level 4
+ Heading Level 5
+ Heading Level 6
+
+
\ No newline at end of file
diff --git a/lab2_CalebFontenot/public_html/2.3.html b/lab2_CalebFontenot/public_html/2.3.html
new file mode 100644
index 0000000..6703e99
--- /dev/null
+++ b/lab2_CalebFontenot/public_html/2.3.html
@@ -0,0 +1,24 @@
+
+
+
+
+ lab2
+
+
+
+
+ Heading Level 1
+ This is a sample paragraph.
+ Heading tags can help to make your pages more accessible and usable.
+ It is good coding practice to use heading tags to outline
+ the structure of your web page content.
+ Heading Level 2
+ Heading Level 3
+ Heading Level 4
+ Heading Level 5
+ Heading Level 6
+
+
\ No newline at end of file
diff --git a/lab2_CalebFontenot/public_html/2.4.html b/lab2_CalebFontenot/public_html/2.4.html
new file mode 100644
index 0000000..b665dcb
--- /dev/null
+++ b/lab2_CalebFontenot/public_html/2.4.html
@@ -0,0 +1,25 @@
+
+
+
+
+ lab2
+
+
+
+
+ Heading Level 1
+ This is a sample paragraph.
+ Heading tags can help to make your pages more accessible and usable.
+ It is good coding practice to use heading tags to outline
+ the structure of your web page content.
+
+ Heading Level 2
+ Heading Level 3
+ Heading Level 4
+ Heading Level 5
+ Heading Level 6
+
+
\ No newline at end of file
diff --git a/lab2_CalebFontenot/public_html/2.5.html b/lab2_CalebFontenot/public_html/2.5.html
new file mode 100644
index 0000000..7e9a188
--- /dev/null
+++ b/lab2_CalebFontenot/public_html/2.5.html
@@ -0,0 +1,23 @@
+
+
+
+
+ Blockquote Example
+
+
+
+
+ The Power of The Web
+ According to Tim Berners-Lee, the inventer of the World Wide Web,
+ at http://www.w3.org/WAI/:
+
+
+ The Power of the Web is in its universality.
+ Access by everyone regardless of disability is
+ an essential aspect.
+
+
+