Skip to content

Commit

Permalink
Update contents
Browse files Browse the repository at this point in the history
  • Loading branch information
snoidetx committed Nov 30, 2024
1 parent e41a5c3 commit 9ef7ae6
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@import "./custom_images.scss";
@import "./news.scss";
@import "./snoidepaedia_buttons.scss";
@import "./local_buttons.scss";
@import "./collapsible_tables.scss";
@import "./custom_tables.scss";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "buttons";
@import "snoidepaedia_colors";
@import "local_variables";

$button-width: 170px;
$button-small-width: 85px;
Expand All @@ -18,6 +19,7 @@ $btn-secondary-color: $s-blue;
);
text-align: center;
margin-left: 0;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-width;
Expand All @@ -31,6 +33,7 @@ $btn-secondary-color: $s-blue;
(100% - 3 * #{$sp-3}) / 2
);
text-align: center;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-width;
Expand All @@ -43,6 +46,7 @@ $btn-secondary-color: $s-blue;
width: 100%;
text-align: center;
margin-left: 0;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-width;
Expand All @@ -67,6 +71,7 @@ $btn-secondary-color: $s-blue;
margin-left: 0;
padding-left: 0;
padding-right: 0;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-small-width;
Expand All @@ -82,6 +87,7 @@ $btn-secondary-color: $s-blue;
(100% - #{$sp-1} * 3) / 4
);
text-align: center;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-small-width;
Expand All @@ -98,6 +104,7 @@ $btn-secondary-color: $s-blue;
(100% - #{$sp-1} * 3) / 4
);
text-align: center;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-small-width;
Expand All @@ -113,6 +120,7 @@ $btn-secondary-color: $s-blue;
(100% - #{$sp-1} * 3) / 4
);
text-align: center;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-small-width;
Expand All @@ -135,6 +143,7 @@ $btn-secondary-color: $s-blue;
(var(--screen-width) - #{$sp-1} * 3) / 4
);
text-align: center;
border-radius: $corner-radius;

@include mq(lg) {
width: $button-small-width;
Expand Down
1 change: 1 addition & 0 deletions docs/_sass/custom/local_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$corner-radius: 16px;
2 changes: 1 addition & 1 deletion docs/_sass/custom/news.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "buttons";
@import "./snoidepaedia_buttons.scss";
@import "./local_buttons.scss";

#news-list {
background-color: $s-lightergreen;
Expand Down
1 change: 0 additions & 1 deletion docs/_sass/custom/snoidepaedia_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ $s-lightgreen: #46e5cf !default;
$s-green: #009e73 !default;
$s-red: #d55e00 !default;
$s-purple: #cc79a7 !default;

$s-pdf-grey: #d1d1d1 !default;
12 changes: 4 additions & 8 deletions docs/education/transcript.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
---
layout: default
title: Transcript (Undergraduate)
title: Transcripts
nav_order: 2
parent: Education
---

# Transcript (Undergraduate)
# Transcripts
{: .fs-9 }

A record of *@snoidetx*'s performance at NUS.
Records of *@snoidetx*'s academic performance.
{: .fs-6 .fw-300 }

[Academic Plan](https://docs.google.com/spreadsheets/d/1t5A2k4gFv_IYc4teYlm2Lii0fDRE_2yDAPmqYK4nIes/edit?usp=sharing){: .btn-whole}

---

The following version of my undergraduate transcript was uploaded on 24 June 2024. Since I have not graduated from NUS yet, the transcript is not complete and is an **unofficial** version. Please approach me in person if you need my official transcript.

You may also click on the **Academic Plan** button to refer to my academic plan for my undergraduated studies if that helps (e.g., if you are a freshman).
You may click on each tab to view my respective transcript:

<div class="iframe-pdf-wrapper">
<iframe src="https://drive.google.com/viewerng/viewer?embedded=true&url=https://raw.githubusercontent.com/snoidetx/Snoidepaedia/main/docs/education/pdf/transcript.pdf" width="100%" height="600" frameborder="0" scrolling="auto"></iframe>
Expand Down
Binary file added docs/resource/pdf/NUS-CS4234-Notes.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions docs/resource/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,16 @@
}
]
},
{
"code": "CS4234",
"name": "Optimisation Algorithms",
"resources": [
{
"title": "Notes",
"link": "./pdf/NUS-CS4234-Notes.pdf"
}
]
},
{
"code": "CS5234",
"name": "Algorithms at Scale",
Expand Down

0 comments on commit 9ef7ae6

Please sign in to comment.