Skip to content

Commit

Permalink
Add some features to repo Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim-Elmisbah committed Jan 10, 2025
1 parent 5e8bbad commit bd24bb3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# California Group
![alt text](<assets/California intro.gif>)
# California Group 🌉

Check failure on line 1 in README.md

View workflow job for this annotation

GitHub Actions / md_formatting

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# California Group 🌉"]

Check failure on line 1 in README.md

View workflow job for this annotation

GitHub Actions / md_formatting

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# California Group 🌉"]
<div style="text-align: left; margin-bottom: 20px;">
<img src="assets\California intro.gif" alt="Description of the GIF" style="width: 600px;">
</div>

Welcome to **California Group** Repository,

Expand All @@ -15,7 +17,7 @@ our collaborative efforts. Our shared commitment to growth and development empow
each member to contribute and learn from collective experiences, ensuring we work
together effectively to achieve success.

## Meet the Team
## Meet the Team 🌞🌴

Each member brings something special to the table.

Expand All @@ -29,14 +31,32 @@ Each member brings something special to the table.
- **Sadam**:Turning data into dreams with the power of AI & ML 🤖✨
- **Ibrahim**: Obsessed with creating and spotting logical fallacies 🤓🔍🧠

## About This Repository
## About This Repository🏄

![alt text](<assets/california-flag 2.gif>)

This repository is part of the MIT Emerging Talent - Foundation Track program. It is a dedicated space for learning and practicing Python programming, as well as improving skills in documentation, testing, and code review to build a strong foundation in software development.

Inside `solutions/` folder each file is designed to be modular and concise,
addressing a specific problem.

The `solutions/tests/` folder contains unit tests for each solution
Tests ensure that the solutions are accurate and can handle various edge cases.
This repository is part of the MIT Emerging Talent - Foundation Track program.
It is a dedicated space for learning and practicing Python programming,
as well as improving skills in documentation, testing,
and code review to build a strong foundation in software development.

# Repo Structure

Check failure on line 43 in README.md

View workflow job for this annotation

GitHub Actions / md_formatting

Multiple top-level headings in the same document [Context: "# Repo Structure"]

Check failure on line 43 in README.md

View workflow job for this annotation

GitHub Actions / md_formatting

Multiple top-level headings in the same document [Context: "# Repo Structure"]

```
MIT-Emerging-Talent-Foundation-Track/
├── .github/
├── .vscode/
├── assets/
├── collaboration/
│ ├── guide/
│ ├── Communication.md
│ ├── Constraints.md
│ ├── Learning_goals.md
│ ├── README.md
│ ├── Retrospective.md
├── solutions/
│ ├── tests/
````
<div style="display: flex; justify-content: left;">
<img src="assets\california-beach.gif" alt="Description of the GIF" style="width: 600px;">
</div>
Binary file added assets/california-beach.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd24bb3

Please sign in to comment.