diff --git a/Beginner/README.md b/Beginner/README.md
index 5a0d0ca..dc0b0c8 100644
--- a/Beginner/README.md
+++ b/Beginner/README.md
@@ -4,8 +4,8 @@ you started with your career in cyber security!
## Youtube
You won't find a better place full of videos to get you started than youtube. So many different channels
-with great content and individuals that wan't to educate others and teach people the essentials of cyber
-security. The following are links to youtube videos that are worth checking out!
+with great content and individuals that wan't to educate others and teach people the important aspects
+of the cyber security world. The following are links to youtube videos that are worth checking out!
### What is Cyber Securtiy?
"Cybersecurity is the practice of protecting systems, networks, and programs from digital attacks. These
@@ -27,4 +27,10 @@ Cyberactive Security
NOVA PBS Official
[Why Cybersecurity is Important!](https://www.youtube.com/watch?v=JIJslcA8Q5g)
-TEDx Talks
\ No newline at end of file
+TEDx Talks
+
+[Beginner Tips, Certifications and Career Paths](https://www.youtube.com/watch?v=xzDKM7eEweI)
+Infosec
+
+[What Security Job Should I get?](https://www.youtube.com/watch?v=R_-K_TwsbOE)
+Cyberactive Security
\ No newline at end of file
diff --git a/Compete/CTF/Binary_Exploitation/README.md b/Compete/CTF/Binary_Exploitation/README.md
new file mode 100644
index 0000000..dd8b709
--- /dev/null
+++ b/Compete/CTF/Binary_Exploitation/README.md
@@ -0,0 +1 @@
+# Binary Exploitation
\ No newline at end of file
diff --git a/Compete/CTF/Cryptography/README.md b/Compete/CTF/Cryptography/README.md
new file mode 100644
index 0000000..c0bf98c
--- /dev/null
+++ b/Compete/CTF/Cryptography/README.md
@@ -0,0 +1 @@
+# Cryptography
\ No newline at end of file
diff --git a/Compete/CTF/Forensics/README.md b/Compete/CTF/Forensics/README.md
new file mode 100644
index 0000000..2d76b55
--- /dev/null
+++ b/Compete/CTF/Forensics/README.md
@@ -0,0 +1 @@
+# Forensics
\ No newline at end of file
diff --git a/Compete/CTF/README.md b/Compete/CTF/README.md
new file mode 100644
index 0000000..3b72307
--- /dev/null
+++ b/Compete/CTF/README.md
@@ -0,0 +1 @@
+# Capture The Flag
\ No newline at end of file
diff --git a/Compete/CTF/Reverse_Engineering/README.md b/Compete/CTF/Reverse_Engineering/README.md
new file mode 100644
index 0000000..5e6bc85
--- /dev/null
+++ b/Compete/CTF/Reverse_Engineering/README.md
@@ -0,0 +1 @@
+# Reverse Engineering
\ No newline at end of file
diff --git a/Compete/CTF/Web_Exploitation/README.md b/Compete/CTF/Web_Exploitation/README.md
new file mode 100644
index 0000000..7d12e04
--- /dev/null
+++ b/Compete/CTF/Web_Exploitation/README.md
@@ -0,0 +1 @@
+# Web Exploitation
\ No newline at end of file
diff --git a/Compete/README.md b/Compete/README.md
new file mode 100644
index 0000000..28f27e3
--- /dev/null
+++ b/Compete/README.md
@@ -0,0 +1,20 @@
+# Crimson Cyber Defense Competition Team
+Welcome! Everyone from begginer level to advanced are welcome and encouraged to join
+the competition team. It is a great opportunity to learn more about cyber security
+and really dive deep into what it takes to solve complex cyber security problems.
+Here you will find resources on CTFs and other competitions. New to cyber competitions?
+Check out the resources within the [Where_to_Start](/Compete/Where_to_Start) directory.
+
+# CTF
+CTF stands for Capture The Flag.
+
+# Tools
+Checkout each individual CTF topic's directory and learn more about them and find out
+which tools you can be using right now to help you with solving CTF challenges!
+
+Different topics you might come across in a CTF event include:
+[Forensics](/Compete/CTF/Forensics)
+[Cryptography](/Compete/CTF/Cryptography)
+[Web Exploitation](/Compete/CTF/Web_Exploitation)
+[Reverse Engineering](/Compete/CTF/Reverse_Engineering)
+[Binary Exploitation](/Compete/CTF/Binary_Exploitation)
\ No newline at end of file
diff --git a/Compete/Where_to_Start/README.md b/Compete/Where_to_Start/README.md
new file mode 100644
index 0000000..f82f58e
--- /dev/null
+++ b/Compete/Where_to_Start/README.md
@@ -0,0 +1 @@
+# Welcome