diff --git a/README.md b/README.md index fe1b3fa..46f866a 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,39 @@ -# # Treasure Hunt +# Ayomide's Portfolio -Welcome to the Treasure Hunt repository! This project is a collaborative effort to decipher the clues and find the hidden treasures scattered across the ancient lands. Join us on this exciting adventure as we explore mysterious maps, decode ancient runes, and document our discoveries. +## Introduction + - My name is Aderotoye Ayomide, a 300 level Computer Science Student, a junior developer with 2-3 years of experience in HTML, CSS, JavaScript, ReactJS. -## Project Overview -### The Story -Long ago, a legendary pirate named Captain Blackbeard buried his treasure in secret locations around the world. Recently, an old map was discovered in a dusty attic, revealing clues to the hidden treasures. Our goal is to work together to follow these clues, decode the runes, and uncover the treasures. + This portfolio showcases my recent projects, and how skilled i am in web development. -### Objectives -- **Map Analysis**: Study the ancient map to identify potential locations of the hidden treasures. -- **Rune Decoding**: Decode the ancient runes that provide hints about the treasure locations. -- **Documentation**: Keep a detailed record of our findings and progress. -## Getting Started +## Projects + -Javascript quote generator + -React based Landing page -### Prerequisites -To participate in this treasure hunt, you'll need: -- A GitHub account -- Git installed on your computer +## Skills + - HTML, CSS, Javascript, Bootstrap, ReactJS. + +## Education + - SSCE + +## Experience + - Currently on SIWES industrial training + +## Certifications + - Certificate of completion: Introduction to frontend development + -Certificate of completion: Introduction to reactjs + + +## Contact Information + - linked/ayomide-2910 + +## Portfolio Link + - Include a link to your online portfolio (if available). + +## Additional Information + - Mention any other relevant information not covered above. + +--- -### How to Participate -1. **Clone the Repository** - ```bash - git clone https://github.com/fadebowaley/treasurehunt.git - cd treasurehunt diff --git a/manuscript.txt b/manuscript.txt new file mode 100644 index 0000000..b910fc8 --- /dev/null +++ b/manuscript.txt @@ -0,0 +1 @@ +"Ancient Manuscript - Version 3" diff --git a/treasure.md b/treasure.md index f24cd32..c43e948 100644 --- a/treasure.md +++ b/treasure.md @@ -2,62 +2,10 @@ ## Introduction -Welcome to the GitHub Treasure Hunt exercise! You will be working in teams to complete a series of tasks using GitHub. Each team will submit their exercise on a separate branch. The teams are: +Welcome to the GitHub Treasure Hunt exercise! You will be working in teams to complete a series of tasks using GitHub. Each team will submit their exercise on a separate branch. You are in: -- Team Alpha -- Team Beta -- Team Charlie - Team Delta -Each team should create a branch named after their team (e.g., `team-alpha`, `team-beta`, etc.) and submit their changes on that branch. - -## Project 1: Initializing a Repository for a Treasure Hunt - -### Scenario: -You have discovered a mysterious old map that leads to hidden treasures. To keep your findings organized and share them with your fellow adventurers, you need to create a GitHub repository. - -### Challenge: -1. Clone the treasure hunt repository. -2. Create a README file with a brief description of the treasure hunt. -3. Commit the README file. -4. Push the changes to GitHub on your team's branch. - -### Hint: -``` -1. Clone the repository: - ```bash - git clone https://github.com/fadebowaley/treasurehunt.git - ``` -2. Navigate to the repository directory: - ```bash - cd treasurehunt - ``` -3. Create a branch named after your team (replace `` with your team's name, e.g., `team-alpha`): - ```bash - git checkout -b - ``` -4. Create a README file: - ```bash - echo "# Treasure Hunt" > README.md - ``` -5. Add the README file to staging: - ```bash - git add README.md - ``` -6. Commit the file: - ```bash - git commit -m "Initial commit with README" - ``` -7. Push the changes to GitHub on your team's branch: - ```bash - git push origin - ``` -``` - -## Project 2: Collaborating on a Secret Code - -### Scenario: -You and your friends have discovered ancient runes and need to decode them together. To do this efficiently, you must collaborate on GitHub. ### Challenge: 1. Fork the treasure hunt repository.