Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tomli380576 committed Nov 8, 2023
1 parent dd3d64b commit a87b4d3
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.retype
.retype
.DS_Store
2 changes: 2 additions & 0 deletions Lecture Notes/W5 - Dynamic Programming Pt 1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
icon: circle
---



# W5 - Dynamic Programming Pt.1

## Shortest path as network flow
Expand Down
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
icon: home
---

# MAT 180 - Mathematics for Operations Research
# Home

<style>
.cover{
text-align: center;
color: white;
border-radius: 15px;
background-color: #E1EDFF;
/* border: 1px solid #1956AF; */
padding-top: 20px;
margin-bottom: 20px;
background-image: url(https://images.unsplash.com/photo-1489549132488-d00b7eee80f1?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&w=4800);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
padding:20pt;
}
.cover h2 {
color: white !important;
}
.cover p {
margin-bottom:0 !important;
}
</style>

:::cover

## MAT 180 - Mathematics for Operations Research

This is the landing page for MAT 180 notes.
:::
5 changes: 5 additions & 0 deletions assets/bolt-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ input: .
output: .retype
# url: # Add your website address here
branding:
title: MAT 180 - Mathematics for Operations Research
title: Mathematics for Operations Research
label: Notes
logo: assets/bolt-circle.svg
# links:
# - text: Getting Started
# link: https://retype.com/guides/getting-started/
favicon: assets/bolt-circle.svg
footer:
copyright: "&copy; Copyright {{ year }}. All rights reserved. Any material from lecture is a property of University of California, Davis"

0 comments on commit a87b4d3

Please sign in to comment.