+
-
+
- Computer Science and Artificial Intelligence Club Member +
- Computer Science Security Education Club Member +
+
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b443479e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# Dependency directories +/node_modules +/vendor +/bower_components + +# Build artifacts +/dist/ +/build/ +/public/build/ +*.min.js +*.min.css + +# Log files +*.log +npm-debug.log* +yarn-debug.log* + +# OS-generated files +.DS_Store +Thumbs.db +ehthumbs.db + +# Editor-specific files/directories +.vscode/ +.idea/ +*.sublime-project +*.sublime-workspace +*.komodoproject + +# Environment variables +.env +.env.local + +# Databases and related files +*.sqlite +*.sql +*.db + +# Compiled files +*.class +*.o +*.pyc + +# Backup files +*~ +*.bak +*.swp \ No newline at end of file diff --git a/blog.html b/blog.html new file mode 100644 index 000000000..b54a82031 --- /dev/null +++ b/blog.html @@ -0,0 +1,25 @@ + + +
+
+ Date Posted: 2025
+Hello, this is my text for my blog entry number 1.
+Text text text.
+
+ Date Posted: 2024
+Hello, this is my text for my blog entry number 2.
+Text text text.
+
+ Date Posted: 2023
+Hello, this is my text for my blog entry number 3.
+Text text text.
+
+ Date Posted: 2022
+Hello, this is my text for my blog entry number 4.
+Text text text.
+
+ + My name is Kyle Morgan, from + Sunnyvale, California. Some of my passions involve music, + fitness, and as of recently playing on an ultimate frisbee team. +
++ I love being able to learn new things, and I am looking forward to + further developing my coding skills. +
+
+
+
+