docs: update resources and assignments links - #110
Open
chayan-bit wants to merge 2 commits into
Open
Conversation
Replace the resources and assignments listings with the current Git & Bash, PS, LA, ML and DL links, each with a one-line description.
There was a problem hiding this comment.
Pull request overview
Updates the site’s documentation/content pages to reflect current course resources and assignments, while also making small membership-page formatting updates.
Changes:
- Refresh
/resources/with an updated, condensed list of lecture resources and assignment links. - Tidy HTML formatting in the team page and add a new Y26 member card.
- Normalize formatting in the Y26 Parambrata member profile page.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
_pages/resources.md |
Replaces older long-form sections with a concise list of updated resources + assignments links. |
_pages/about.md |
Minor HTML formatting cleanup and adds a new Y26 member card entry. |
_members/y26/parambrata.md |
Markdown formatting cleanup (italics + spacing) for the member profile. |
Suppressed comments (1)
_pages/about.md:240
- This new card links to resources that don't exist in the repo:
assets/images/members/y26/chayan_aggarwal.jpgis missing (so it will always fall back to the placeholder) and there is no member page with permalink/members/chayan_aggarwal(so the name link will 404). Please add the missing image + member page, or update the paths to match existing files/pages.
<div class="member-card">
<img src="{{ site.baseurl }}/assets/images/members/y26/chayan_aggarwal.jpg" alt="Chayan Aggarwal" onerror="this.src='{{ site.baseurl }}/assets/images/placeholder.jpeg';">
<h3><a href="{{ site.baseurl }}/members/chayan_aggarwal">Chayan Aggarwal</a></h3>
</div>
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+17
to
+19
| [<span style="color:blue;">LA-0</span>](https://hackmd.io/@1hF6KBx_RzSqdNlwAfCfIg/H1wXrstt-e) : Introduction to linear algebra. | ||
|
|
||
| [<span style="color:blue;">Prob-Stats 2</span>](https://drive.google.com/file/d/1pZ4H1ZvW_c12bXdQzIadp-s7HW9BI7OF/view?usp=drive_link) | ||
| [<span style="color:blue;">LA-1</span>](https://hackmd.io/@1hF6KBx_RzSqdNlwAfCfIg/H1wXrstt-e) : Advanced linear algebra and optimisation. |
Comment on lines
+107
to
111
| <div class="member-card"> | ||
| <img src="{{ site.baseurl }}/assets/images/members/y24/abhinav.png" alt="Abhinav Kumar" | ||
| onerror="this.src='{{ site.baseurl }}/assets/images/placeholder.jpeg';"> | ||
| <h3><a href="{{ site.baseurl }}/members/abhinavkumar">Abhinav Kumar</a></h3> | ||
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
_pages/resources.mdwith the current set of lecture resources and assignments.Notes
/edit; dropped so visitors land on the read view instead of the editor.Test plan
bundle exec jekyll serveand confirm/resources/renders both sections