Skip to content

Commit 30980af

Browse files
authored
Merge pull request #151 from mciwing/ds-header
[Style] New Data Science Header
2 parents 8c2f792 + 248576a commit 30980af

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

docs/assets/colors.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Primary colors; used for the site's theme
22
# File is for reference only; not used in the project
33
colors:
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]

docs/assets/header/ds-header.PNG

2.9 MB
Loading

docs/data-science/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
Welcome 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">

0 commit comments

Comments
 (0)