Skip to content

Commit b64944a

Browse files
authored
Simplify README content and structure
Removed unnecessary details and sections from the README.
1 parent 7f79758 commit b64944a

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,8 @@
11
# Badre Abderrahmane Alloul — Portfolio
22

3-
Minimal, production-focused portfolio for geospatial data science, computational hydrology, and energy systems. Deployed on GitHub Pages.
3+
Minimal, production-focused portfolio. Deployed on GitHub Pages.
44

55
**Live site:** https://badibosspy.github.io
66
**Profile:** https://github.com/BadibossPy
77
**LinkedIn:** https://linkedin.com/in/badre-abderrahmane-alloul
88
9-
10-
## Structure
11-
- `index.html` — content
12-
- `styles.css` — styling
13-
- `script.js` — interactions
14-
- `logos/` — organization marks
15-
16-
## Local preview
17-
```bash
18-
git clone https://github.com/BadibossPy/BadibossPy.github.io.git
19-
cd BadibossPy.github.io
20-
start index.html # or open in your browser
21-
```
22-
23-
## Deployment
24-
GitHub Pages builds from `main` of `BadibossPy.github.io`. Push to publish:
25-
```bash
26-
git add .
27-
git commit -m "Update portfolio"
28-
git push origin main
29-
```

0 commit comments

Comments
 (0)