From 5b2e19d2bf403dddd4cdb202c695fb05c03d9142 Mon Sep 17 00:00:00 2001 From: Ayomide Aderotoye Date: Mon, 17 Jun 2024 13:24:21 +0100 Subject: [PATCH 1/5] First commit with README.md and treasure.md --- README.md | 1 + treasure.md | 54 +---------------------------------------------------- 2 files changed, 2 insertions(+), 53 deletions(-) diff --git a/README.md b/README.md index fe1b3fa..9c07ad0 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ To participate in this treasure hunt, you'll need: ```bash git clone https://github.com/fadebowaley/treasurehunt.git cd treasurehunt +Aderotoye Ayomide \ No newline at end of file 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. From aeec1d9f310ff205ce30b36f0e874fa50d5ea4e7 Mon Sep 17 00:00:00 2001 From: Ayomide Aderotoye Date: Mon, 17 Jun 2024 13:38:59 +0100 Subject: [PATCH 2/5] Added version 1 of the manuscript --- manuscript.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 manuscript.txt diff --git a/manuscript.txt b/manuscript.txt new file mode 100644 index 0000000..984109a --- /dev/null +++ b/manuscript.txt @@ -0,0 +1 @@ +"Ancient Manuscript - Version 1" From 44fa42c4f432a2546e002e36855b67a677398d41 Mon Sep 17 00:00:00 2001 From: Ayomide Aderotoye Date: Mon, 17 Jun 2024 13:39:39 +0100 Subject: [PATCH 3/5] Updated to version 2 of the manuscript --- manuscript.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript.txt b/manuscript.txt index 984109a..0bab621 100644 --- a/manuscript.txt +++ b/manuscript.txt @@ -1 +1 @@ -"Ancient Manuscript - Version 1" +"Ancient Manuscript - Version 2" From 7495b3f6c4bdab8bed985e3474163ee8ac67c720 Mon Sep 17 00:00:00 2001 From: Ayomide Aderotoye Date: Mon, 17 Jun 2024 13:40:02 +0100 Subject: [PATCH 4/5] Updated to version 3 of the manuscript --- manuscript.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript.txt b/manuscript.txt index 0bab621..b910fc8 100644 --- a/manuscript.txt +++ b/manuscript.txt @@ -1 +1 @@ -"Ancient Manuscript - Version 2" +"Ancient Manuscript - Version 3" From 0b25f4a52043a54771c555f87c12e8e7a8cd5d6f Mon Sep 17 00:00:00 2001 From: Ayomide Aderotoye Date: Mon, 17 Jun 2024 14:33:10 +0100 Subject: [PATCH 5/5] Resolved merge conflicts and updated readme --- README.md | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 9c07ad0..46f866a 100644 --- a/README.md +++ b/README.md @@ -1,28 +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 -Aderotoye Ayomide \ No newline at end of file