Skip to content

Commit b0c7802

Browse files
committedJan 10, 2025·
Add some featuers to all-team-readme
1 parent f7386f3 commit b0c7802

6 files changed

+48
-7
lines changed
 

‎README.md

+48-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# MIT G#23 - California Group 🌴
1+
# MIT G#23 - California Group 🌉
2+
<!-- markdownlint-disable MD033 -->
3+
<div style="text-align: left; margin-bottom: 20px;">
4+
<img src="assets\California intro.gif"
5+
alt="Description of the GIF" style="width: 800px;">
6+
</div>
27

3-
Welcome!
8+
**Welcome!**
9+
10+
![alt text](<assets/Welcome to California.gif>)
411

512
We are proudly part of the **MIT Computer and Data Science Foundations Track _2024-2025_**.
613

@@ -12,7 +19,7 @@ Our shared commitment to growth and development empowers
1219
each member to contribute and learn from collective experiences, ensuring we work
1320
together effectively to achieve success.
1421

15-
## Meet the Team
22+
## Meet the Team 🌞🌴
1623

1724
Each member brings something special to the table.
1825

@@ -29,12 +36,20 @@ Each member brings something special to the table.
2936
one line of code at a time. 💻✨
3037
- [**Sadam:**](https://github.com/Urz1) Turning data into dreams with
3138
the power of AI & ML 🤖✨
32-
- [**Ibrahim:**](https://github.com/Ibrahim-Elmisbah)
33-
- [**Anyak:**](https://github.com/Anyak7) Technology is the future, and we are the builders. Let's code, learn, and grow together!
39+
- [**Ibrahim:**](https://github.com/Ibrahim-Elmisbah) Obsessed with creating and
40+
spotting logical fallacies 🤓🔍🧠
41+
- [**Anyak:**](https://github.com/Anyak7) Technology is the future,
42+
and we are the builders. Let's code, learn, and grow together!
43+
44+
## About This Repository 🏄
3445

35-
## About This Repository
46+
![alt text](<assets/california-flag 2.gif>)![alt text](<assets/california-flag 2.gif>)![alt text](<assets/california-flag 2.gif>)
3647

37-
This repository is a culmination of our journey through three key milestones:
48+
This repository is part of the MIT Emerging Talent - Foundation Track program.
49+
It is a dedicated space for learning and practicing Python programming,
50+
as well as improving skills in documentation, testing,
51+
and code review to build a strong foundation in software development.
52+
We achieve this culmination through three key milestones:
3853

3954
### 🚀 Project Kick-Off
4055

@@ -67,10 +82,36 @@ To run all available _unittests_, execute the following from the root directory:
6782
python -m unittest discover -v
6883
```
6984

85+
____
86+
87+
## Repo Structure
88+
89+
``` plaintext
90+
MIT-Emerging-Talent-Foundation-Track/
91+
├── .github/
92+
├── .vscode/
93+
├── assets/
94+
├── collaboration/
95+
│ ├── guide/
96+
│ ├── Communication.md
97+
│ ├── Constraints.md
98+
│ ├── Learning_goals.md
99+
│ ├── README.md
100+
│ ├── Retrospective.md
101+
├── solutions/
102+
│ ├── tests/
103+
````
104+
70105
_Doctests_ are embedded within the scripts and can be run directly in
71106
**Python** for quick checks.
72107
73108
## License
74109
75110
This project is licensed under the MIT License.
76111
For more details, see the `LICENSE` file.
112+
___
113+
114+
<div style="display: flex; justify-content: left;">
115+
<img src="assets\california-beach.gif"
116+
alt="Description of the GIF" style="width: 600px;">
117+
</div>

‎assets/California flag.gif

127 KB
Loading

‎assets/California intro.gif

66.6 KB
Loading

‎assets/Welcome to California.gif

277 KB
Loading

‎assets/california-beach.gif

467 KB
Loading

‎assets/california-flag 2.gif

24.3 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.