File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11# Primary colors; used for the site's theme
22# File is for reference only; not used in the project
33colors :
4- grey :
5- name : Grey
4+ bg-slate :
5+ name : Slate
66 hex : " #1e2129"
77 rgb : [30, 33, 41]
8- pink :
9- name : Pink
10- hex : " #e92063"
11- rgb : [233, 32, 99]
12- teal :
8+ primary :
139 name : Teal
1410 hex : " #009485"
15- rgb : [0, 148, 133]
11+ rgb : [0, 148, 133]
12+ accent :
13+ name : Peachy Peach
14+ hex : " #FFB482"
15+ rgb : [255, 180, 130]
Original file line number Diff line number Diff line change 11# Home
22
3- ![ header] ( ../assets/header/ds.png )
3+ <div style =" text-align : center " >
4+ <img src="../assets/header/ds-header.PNG" style="width: 500px;">
5+ </div >
46
57Welcome to the ` Data Science Course ` ! :waving_hand:
68
@@ -36,7 +38,7 @@ As always, we use Python and these great packages :heart:
3638 alt="Scikit-learn Logo" style="width: 170px;">
3739 </div>
3840 <div class="col">
39- <img src="https://pandas.pydata.org/static/img/pandas_white .svg"
41+ <img src="https://pandas.pydata.org/static/img/pandas .svg"
4042 alt="Pandas Logo" style="width: 170px;">
4143 </div>
4244 <div class="col">
You can’t perform that action at this time.
0 commit comments