-
-
I'm Wes!
-
-
I am the owner of this site, and I code it! I am a teen who is interesting in technology, coding, and computer science in general! I don't have much time for coding, but when I do code, I'm usually coding this site.
-
-
-
+
+
+
+
+
Welcome to my site!
+
+
+
Hi! My name is Wes, and I am the sole owner and developer of this site.
+
I am a teenager that is interested in technology, and computer science (more so the software development part)!
-
+
+
+
+
+
diff --git a/index.js b/index.js
deleted file mode 100644
index 0590feb..0000000
--- a/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-// created by Wesley Bryie
-
-// define creator info
-var creator = "Wesley Bryie";
-var domain = "wesbryie.cf"
-var email = "wesleybryie@protonmail.com"
-
-// send notice in javascript log / console
-console.log("Made by: ", creator, " in 2021. This site was designed for ", domain, ". If you happen to find this site on anyother domain not owned by me, please contact me at ", email);
\ No newline at end of file
diff --git a/new-site/js/scripts.js b/js/scripts.js
similarity index 100%
rename from new-site/js/scripts.js
rename to js/scripts.js
diff --git a/new-site/assets/favicon.ico b/new-site/assets/favicon.ico
deleted file mode 100644
index 9356735..0000000
Binary files a/new-site/assets/favicon.ico and /dev/null differ
diff --git a/new-site/index.html b/new-site/index.html
deleted file mode 100644
index 0e56b19..0000000
--- a/new-site/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
Bare - Start Bootstrap Template
-
-
-
-
-
-
-
-
-
-
-
-
A Bootstrap 5 Starter Template
-
A complete project boilerplate built with Bootstrap
-
Bootstrap v5.1.3
-
-
-
-
-
-
-
-
diff --git a/quicklinks/index.html b/quicklinks/index.html
deleted file mode 100644
index cebebd7..0000000
--- a/quicklinks/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
My Quick Links
-
-
-
-
Would you like some quick with your links?
-
Contact me here.
-
-
Google, if you don't know what this site does you need to disconnect and go to the nursing home.
-
-
\ No newline at end of file
diff --git a/styles.css b/styles.css
deleted file mode 100644
index 9c0b258..0000000
--- a/styles.css
+++ /dev/null
@@ -1,58 +0,0 @@
-/* montserrat-regular - latin */
-@font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 400;
- src: url('../fonts/montserrat-v18-latin-regular.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('fonts/montserrat.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('fonts/montserrat.woff2') format('woff2'), /* Super Modern Browsers */
- url('fonts/montserrat.woff') format('woff'), /* Modern Browsers */
- url('fonts/montserrat.ttf') format('truetype'), /* Safari, Android, iOS */
- url('fonts/montserrat.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
-
-html {
- font-family: "Montserrat";
-}
-
-ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
- background-color: #333;
- }
-
- li {
- float: left;
- }
-
- li a {
- display: block;
- color: white;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
- }
-
- /* Change the link color to #111 (black) on hover */
- li a:hover {
- background-color: #111;
- }
-
- .column {
- float: left;
- width: 33.33%;
- }
-
- /* Clear floats after the columns */
- .row:after {
- content: "";
- display: table;
- clear: both;
- }
-
- #bitmoji1 {
- float: right;
- }
\ No newline at end of file