+ Some Random Page
+ This page reuses the included file in multiple places
+
+
+
+
+
+
+
+
+
+ Blah, blah, blah.
+ Blah, blah, blah.
+ More blah, blah, blah.
+ Blah, blah, blah.
+
+
+
diff --git a/Semester 3/Assignments/Templates01_CalebFontenot/src/main/webapp/resources/css/styles.css b/Semester 3/Assignments/Templates01_CalebFontenot/src/main/webapp/resources/css/styles.css
new file mode 100644
index 0000000..1daf5b8
--- /dev/null
+++ b/Semester 3/Assignments/Templates01_CalebFontenot/src/main/webapp/resources/css/styles.css
@@ -0,0 +1,35 @@
+/*
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
+*/
+/*
+ Created on : Feb 15, 2024, 12:38:08 PM
+ Author : caleb
+*/
+body {
+ font-family: Comic Sans MS, Ariel, Helvetica, sans-serif;
+ background-color: #e9e9e9;
+}
+a:hover { color: red }
+h1,h2,h3 {
+ text-align: center;
+ font-family: Comic Sans MS, Ariel, Helvetica, sans-serif;
+ color: black;
+}
+title1 {
+ display: table;
+ margin:auto;
+ background-color: yellow;
+ font-family: Comic Sans MS, Ariel, Helvetica, sans-serif;
+ font-size: xx-large;
+ padding: 5px 8px;
+ letter-spacing: -.025em;
+}
+.white {
+ color: white;
+ font-family: Comic Sans MS, Ariel, Helvetica, sans-serif;
+ font-size: 80%;
+ font-weight: bold;
+ text-decoration: none;
+}
+.dark { background-color: black; }
diff --git a/Semester 3/Assignments/Templates01_CalebFontenot/src/main/webapp/resources/snippets/piece-of-JSF-html.xhtml b/Semester 3/Assignments/Templates01_CalebFontenot/src/main/webapp/resources/snippets/piece-of-JSF-html.xhtml
new file mode 100644
index 0000000..dcdfef4
--- /dev/null
+++ b/Semester 3/Assignments/Templates01_CalebFontenot/src/main/webapp/resources/snippets/piece-of-JSF-html.xhtml
@@ -0,0 +1,8 @@
+