From c388da9434d6d28430b3bd54f30b455c6576d21a Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 24 Mar 2023 23:48:24 -0500 Subject: [PATCH] lab15 --- .gitignore | 1 + .../JavaScript/lab15js_CalebFontenot/.bowerrc | 3 + .../lab15js_CalebFontenot/Gruntfile.js | 9 ++ .../lab15js_CalebFontenot/bower.json | 13 ++ .../lab15js_CalebFontenot/gulpfile.js | 10 ++ .../nbproject/project.properties | 5 + .../nbproject/project.xml | 9 ++ .../lab15js_CalebFontenot/package.json | 8 + .../public_html/lab15js_CalebFontenot.html | 141 ++++++++++++++++++ 9 files changed, 199 insertions(+) create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/.bowerrc create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/Gruntfile.js create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/bower.json create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/gulpfile.js create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/nbproject/project.properties create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/nbproject/project.xml create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/package.json create mode 100644 Assignments/JavaScript/lab15js_CalebFontenot/public_html/lab15js_CalebFontenot.html diff --git a/.gitignore b/.gitignore index be38e01..ded8c8c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ ======= /Assignments/JavaScript/lab14js_CalebFontenot/nbproject/private/ >>>>>>> Stashed changes +/Assignments/JavaScript/lab15js_CalebFontenot/nbproject/private/ diff --git a/Assignments/JavaScript/lab15js_CalebFontenot/.bowerrc b/Assignments/JavaScript/lab15js_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/JavaScript/lab15js_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/JavaScript/lab15js_CalebFontenot/Gruntfile.js b/Assignments/JavaScript/lab15js_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/JavaScript/lab15js_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/lab15js_CalebFontenot/bower.json b/Assignments/JavaScript/lab15js_CalebFontenot/bower.json new file mode 100644 index 0000000..116c15b --- /dev/null +++ b/Assignments/JavaScript/lab15js_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "lab15js_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/Assignments/JavaScript/lab15js_CalebFontenot/gulpfile.js b/Assignments/JavaScript/lab15js_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/JavaScript/lab15js_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/lab15js_CalebFontenot/nbproject/project.properties b/Assignments/JavaScript/lab15js_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..4ce6d02 --- /dev/null +++ b/Assignments/JavaScript/lab15js_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.lab15js_CalebFontenot-public_html=public_html +file.reference.lab15js_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.lab15js_CalebFontenot-public_html} +test.folder=${file.reference.lab15js_CalebFontenot-test} diff --git a/Assignments/JavaScript/lab15js_CalebFontenot/nbproject/project.xml b/Assignments/JavaScript/lab15js_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..73cacb4 --- /dev/null +++ b/Assignments/JavaScript/lab15js_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + lab15js_CalebFontenot + + + diff --git a/Assignments/JavaScript/lab15js_CalebFontenot/package.json b/Assignments/JavaScript/lab15js_CalebFontenot/package.json new file mode 100644 index 0000000..d4b503a --- /dev/null +++ b/Assignments/JavaScript/lab15js_CalebFontenot/package.json @@ -0,0 +1,8 @@ +{ + "name": "lab15js_CalebFontenot", + "version": "1.0.0", + "keywords": ["util", "functional", "server", "client", "browser"], + "author": "caleb", + "contributors": [], + "dependencies": {} +} diff --git a/Assignments/JavaScript/lab15js_CalebFontenot/public_html/lab15js_CalebFontenot.html b/Assignments/JavaScript/lab15js_CalebFontenot/public_html/lab15js_CalebFontenot.html new file mode 100644 index 0000000..b5e3146 --- /dev/null +++ b/Assignments/JavaScript/lab15js_CalebFontenot/public_html/lab15js_CalebFontenot.html @@ -0,0 +1,141 @@ + + + + + TODO supply a title + + + + +
+

Music Survey

+
+
A Little About You +

+
+ +
+ +
+ +
+ +
+
+
+
Select your age: +

+
+ +
+ +
+ +
+ +
+ +
+
+
+
+
Ratings +

+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+

+ +