-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
94 lines (89 loc) · 2.76 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
project:
type: website
render:
- "*.qmd"
- "!materials/webnotes/"
website:
title: "Business Mathematics for UiTM"
page-footer:
left: "This page was built with ❤️ by [kammyariff](https://ariff118.github.io/kamansor.github.io)."
navbar:
background: "#4d336b"
right:
# - href: index.qmd
# text: Home
- href: materials/sow.qmd
text: Weekly Lesson Plan
- text: Web Notes
menu:
- href: materials/00.qmd
text: "Review on Algebra"
- href: materials/01.qmd
text: "1. Sequence"
- href: materials/02.qmd
text: "2. Simple Interest"
- href: materials/03.qmd
text: "3. Bank Discount & Promissory Notes"
- href: materials/04.qmd
text: "4. Compound Interest"
- href: materials/05.qmd
text: "5. Annuity"
- href: materials/06.qmd
text: "6. Trade & Cash Discount"
- href: materials/07.qmd
text: "7. Mathematics of Retailing"
- href: materials/08.qmd
text: "8. Installment Purchase"
- href: materials/09.qmd
text: "9. Depreciation"
- href: materials/10.qmd
text: "10. Income Tax (MAT402 ONLY)"
- href: materials/videos.qmd
text: Learning Videos
- href: materials/gp.qmd
text: Group Assignment
- href: materials/exampapers.qmd
text: Past Exam Papers
- href: materials/qna.qmd
text: Q & A
# right:
# - href: "https://quarto.org/"
# text: "Quarto Docs"
- icon: github
href: https://github.com/ariff118/
# - icon: twitter
# href: https://twitter.com/quarto_pub
sidebar:
style: docked
contents:
- section: "Webnotes"
contents:
- href: materials/00.qmd
text: "Review on Algebra"
- href: materials/01.qmd
text: "1. Sequence"
- href: materials/02.qmd
text: "2. Simple Interest"
- href: materials/03.qmd
text: "3. Bank Discount & Promissory Notes"
- href: materials/04.qmd
text: "4. Compound Interest"
- href: materials/05.qmd
text: "5. Annuity"
- href: materials/06.qmd
text: "6. Trade & Cash Discount"
- href: materials/07.qmd
text: "7. Mathematics of Retailing"
- href: materials/08.qmd
text: "8. Installment Purchase"
- href: materials/09.qmd
text: "9. Depreciation"
- href: materials/10.qmd
text: "10. Income Tax (MAT402 ONLY)"
format:
html:
theme: united
css: styles.css
toc: true
callout-appearance: simple
callout-icon: false