Skip to content

Commit ea6d684

Browse files
made some changes in README.md
Signed-off-by: Muhammad Salman <chsalmanramzan422@gmail.com>
1 parent 2871d84 commit ea6d684

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

assets/css/style.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.sidebar {
2+
float: left;
3+
/* or right */
4+
width: 220px;
5+
margin-right: 20px;
6+
padding: 10px;
7+
border-right: 1px solid #ddd;
8+
}
9+
10+
.sidebar ul {
11+
list-style: none;
12+
padding: 0;
13+
}
14+
15+
.sidebar li {
16+
margin: 5px 0;
17+
}
18+
19+
.sidebar a {
20+
text-decoration: none;
21+
color: #0366d6;
22+
}

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here I summarize my work, contributions, and outcomes.
1010
- **Contributor:** Muhammad Salman
1111

1212
## Weekly Progress
13-
👉 [Weekly Updates](./weekly-updates/)
13+
<!-- 👉 [Weekly Updates](./weekly-updates/)
1414
1515
- [Community Bonding](./weekly-updates/community-bonding.md)
1616
- [Week 1](./weekly-updates/week1.md)
@@ -24,6 +24,6 @@ Here I summarize my work, contributions, and outcomes.
2424
- [Week 9](./weekly-updates/week9.md)
2525
- [Week 10](./weekly-updates/week10.md)
2626
- [Week 11](./weekly-updates/week11.md)
27-
- [Week 12](./weekly-updates/week12.md)
27+
- [Week 12](./weekly-updates/week12.md) -->
2828

2929
{% include sidebar.html %}

0 commit comments

Comments
 (0)