Skip to content

Commit 4c00751

Browse files
committed
2 parents 3245fe1 + f510c9e commit 4c00751

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

_people/michael_liu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Michael Liu
3-
role: Social
3+
role: Social Member
44
photo: michael_liu.PNG
55
---
66
DRI for Probability for ML

_sass/custom/custom.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,24 @@
7171
}
7272
}
7373

74+
/* Custom site title with logo styling */
75+
.site-title {
76+
display: flex !important;
77+
align-items: center !important;
78+
79+
&::after {
80+
content: '';
81+
background-image: url('/crup/assets/images/cb-logo.png');
82+
background-size: contain;
83+
background-repeat: no-repeat;
84+
background-position: center;
85+
height: 28px;
86+
width: 28px;
87+
margin-left: 12px;
88+
border-radius: 4px;
89+
}
90+
}
91+
7492

7593

7694

assets/images/cb-logo.png

21.2 KB
Loading

index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ your EdVPs <3
3838
<img src="https://colab.research.google.com/img/colab_favicon_256px.png" alt="Colab"/> Open in Colab
3939
</a>
4040
</div>
41-
42-
43-
44-
45-
4641
</td>
4742
<td>Anika</td>
4843
</tr>

0 commit comments

Comments
 (0)