diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/about/About.html b/about/About.html new file mode 100644 index 0000000..d80d9e1 --- /dev/null +++ b/about/About.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + About: Z14IT-Internet Fundamentals + JKLearns + + + + + + + + + +

About

+
+

The Website

+

+
+
+

The University

+
+
+

Me

+
+ + \ No newline at end of file diff --git a/about/about_assets/about.css b/about/about_assets/about.css new file mode 100644 index 0000000..cec93a3 --- /dev/null +++ b/about/about_assets/about.css @@ -0,0 +1,3 @@ +h1 { + padding-top: 25px; +} diff --git a/contact/Contact.html b/contact/Contact.html new file mode 100644 index 0000000..5bf4e9b --- /dev/null +++ b/contact/Contact.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Contact: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/evolution_of_the_internet/EOTI.html b/evolution_of_the_internet/EOTI.html new file mode 100644 index 0000000..53556df --- /dev/null +++ b/evolution_of_the_internet/EOTI.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Evolution of The Internet: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/head_assets/favicon.png b/head_assets/favicon.png deleted file mode 100644 index 64aece9..0000000 Binary files a/head_assets/favicon.png and /dev/null differ diff --git a/home/home.html b/home/home.html new file mode 100644 index 0000000..e10d4d7 --- /dev/null +++ b/home/home.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Home: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +
+ + \ No newline at end of file diff --git a/home/home_assets/home.css b/home/home_assets/home.css new file mode 100644 index 0000000..572f157 --- /dev/null +++ b/home/home_assets/home.css @@ -0,0 +1,4 @@ +.invisiblewall { + display: none; + padding-bottom: 50px; +} \ No newline at end of file diff --git a/homepage/homepage.html b/homepage/homepage.html deleted file mode 100644 index cb6b52e..0000000 --- a/homepage/homepage.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - Z14IT-Internet Fundamentals - - - - - - -

Internet Fundamentals

- - \ No newline at end of file diff --git a/main.css b/main.css index 777dc1c..9f2fa9c 100644 --- a/main.css +++ b/main.css @@ -1,3 +1,31 @@ +@font-face { + font-family: "Neon80"; + src: url(sitewide_assets/fonts/neon80/neon.ttf); +} + +@font-face { + font-family: "Arvo"; + src: url(sitewide_assets/fonts/arvo/arvo-regular.ttf); +} + + +body { + background-color: #404040; + font-family: arvo; +} + h1 { - color: aqua + font-family: neon80; +} + +h2 { + font-family: neon80; +} + +p { + font-size: 18px; +} + +.uniLogo { + } \ No newline at end of file diff --git a/networking/dchp/dchp.html b/networking/dchp/dchp.html new file mode 100644 index 0000000..fa47e6e --- /dev/null +++ b/networking/dchp/dchp.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-DCHP: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/dns/dns.html b/networking/dns/dns.html new file mode 100644 index 0000000..cc52bb3 --- /dev/null +++ b/networking/dns/dns.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-DNS: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/internet_name_resolution/inr.html b/networking/internet_name_resolution/inr.html new file mode 100644 index 0000000..eeb8550 --- /dev/null +++ b/networking/internet_name_resolution/inr.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-Internet Name Resolution: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/internet_protocols/ip.html b/networking/internet_protocols/ip.html new file mode 100644 index 0000000..13fde9f --- /dev/null +++ b/networking/internet_protocols/ip.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-Internet Protocols: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/ipv4/ipv4.html b/networking/ipv4/ipv4.html new file mode 100644 index 0000000..01c8610 --- /dev/null +++ b/networking/ipv4/ipv4.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-IPv4: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/ipv6/ipv6.html b/networking/ipv6/ipv6.html new file mode 100644 index 0000000..63ab63d --- /dev/null +++ b/networking/ipv6/ipv6.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-IPv6: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/osi_model/osi_model.html b/networking/osi_model/osi_model.html new file mode 100644 index 0000000..322051a --- /dev/null +++ b/networking/osi_model/osi_model.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-OSI Model: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/pop/pop.html b/networking/pop/pop.html new file mode 100644 index 0000000..2f31070 --- /dev/null +++ b/networking/pop/pop.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-PoP: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/routing/routing.html b/networking/routing/routing.html new file mode 100644 index 0000000..d78c8e4 --- /dev/null +++ b/networking/routing/routing.html @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + Networking-Routing: Z14IT-Internet Fundamentals + JKLearns + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/tcp/tcp.html b/networking/tcp/tcp.html new file mode 100644 index 0000000..f8710cd --- /dev/null +++ b/networking/tcp/tcp.html @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + Networking-TCP: Z14IT-Internet Fundamentals + JKLearns + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/networking/udp/udp.html b/networking/udp/udp.html new file mode 100644 index 0000000..b60cb05 --- /dev/null +++ b/networking/udp/udp.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Networking-UDP: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/sitewide_assets/cuc_logo.png b/sitewide_assets/cuc_logo.png new file mode 100644 index 0000000..27a6341 Binary files /dev/null and b/sitewide_assets/cuc_logo.png differ diff --git a/sitewide_assets/fonts/Arvo/Arvo-Bold.ttf b/sitewide_assets/fonts/Arvo/Arvo-Bold.ttf new file mode 100644 index 0000000..38341b1 Binary files /dev/null and b/sitewide_assets/fonts/Arvo/Arvo-Bold.ttf differ diff --git a/sitewide_assets/fonts/Arvo/Arvo-BoldItalic.ttf b/sitewide_assets/fonts/Arvo/Arvo-BoldItalic.ttf new file mode 100644 index 0000000..b87118b Binary files /dev/null and b/sitewide_assets/fonts/Arvo/Arvo-BoldItalic.ttf differ diff --git a/sitewide_assets/fonts/Arvo/Arvo-Italic.ttf b/sitewide_assets/fonts/Arvo/Arvo-Italic.ttf new file mode 100644 index 0000000..1a19337 Binary files /dev/null and b/sitewide_assets/fonts/Arvo/Arvo-Italic.ttf differ diff --git a/sitewide_assets/fonts/Arvo/Arvo-Regular.ttf b/sitewide_assets/fonts/Arvo/Arvo-Regular.ttf new file mode 100644 index 0000000..d8d0ec8 Binary files /dev/null and b/sitewide_assets/fonts/Arvo/Arvo-Regular.ttf differ diff --git a/sitewide_assets/fonts/Arvo/OFL.txt b/sitewide_assets/fonts/Arvo/OFL.txt new file mode 100644 index 0000000..e9b361f --- /dev/null +++ b/sitewide_assets/fonts/Arvo/OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2010-2013, Anton Koovit (anton@korkork.com), with Reserved Font Name 'Arvo' + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/sitewide_assets/fonts/neon80/EP Free Font License.txt b/sitewide_assets/fonts/neon80/EP Free Font License.txt new file mode 100644 index 0000000..c2b23c0 Binary files /dev/null and b/sitewide_assets/fonts/neon80/EP Free Font License.txt differ diff --git a/sitewide_assets/fonts/neon80/Neon.ttf b/sitewide_assets/fonts/neon80/Neon.ttf new file mode 100644 index 0000000..cdd5904 Binary files /dev/null and b/sitewide_assets/fonts/neon80/Neon.ttf differ diff --git a/sitewide_assets/logo.gif b/sitewide_assets/logo.gif new file mode 100644 index 0000000..b945e18 Binary files /dev/null and b/sitewide_assets/logo.gif differ diff --git a/head_assets/navbar.css b/sitewide_assets/navbar/navbar.css similarity index 97% rename from head_assets/navbar.css rename to sitewide_assets/navbar/navbar.css index 3e8fcd7..725bf6f 100644 --- a/head_assets/navbar.css +++ b/sitewide_assets/navbar/navbar.css @@ -1,8 +1,8 @@ - /*color for inactive tabs*/ +/*color for inactive tabs*/ .navBar { background-color: #373737; overflow: hidden; - font-family: Arial; + font-family: neon80; } /* Style the text*/ diff --git a/head_assets/navBar.js b/sitewide_assets/navbar/navbar.js similarity index 100% rename from head_assets/navBar.js rename to sitewide_assets/navbar/navbar.js diff --git a/website_design/css/css.html b/website_design/css/css.html new file mode 100644 index 0000000..86c9ea5 --- /dev/null +++ b/website_design/css/css.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Web Design-CSS: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/website_design/html/html.html b/website_design/html/html.html new file mode 100644 index 0000000..f9a8e2e --- /dev/null +++ b/website_design/html/html.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Web Design-HTML: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file diff --git a/website_design/javascript/javascript.html b/website_design/javascript/javascript.html new file mode 100644 index 0000000..99b0a9c --- /dev/null +++ b/website_design/javascript/javascript.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Web Design-JavaScript: Z14IT-Internet Fundamentals + JKLearns + + + + + + + +

Internet Fundamentals

+ + \ No newline at end of file