diff --git a/assets/escripts.css b/assets/escripts.css new file mode 100644 index 0000000..6727da0 --- /dev/null +++ b/assets/escripts.css @@ -0,0 +1,27 @@ +/* Enable smooth scrolling */ +@media screen and (prefers-reduced-motion: no-preference) { + html { + scroll-behavior: smooth; + } + } + + /* Style the button */ + .top-link { + transition: all .25s ease-in-out; + position: fixed; + bottom: 0; + right: 0; + display: inline-flex; + color: #000000; + + cursor: pointer; + align-items: center; + justify-content: center; + margin: 0 2em 2em 0; + border-radius: 50%; + padding: .25em; + width: 1em; + height: 1em; + background-color: #F8F8F8; + + } \ No newline at end of file diff --git a/podfetch/README.md b/podfetch/README.md index 66d8b53..c5a85a6 100644 --- a/podfetch/README.md +++ b/podfetch/README.md @@ -1,10 +1,25 @@ -# PodFetch Folder Monitor + ---- + -This will monitor a folder and when a new file is created. It will change the .mp3 name to the name of the parent folder. +
+ This will monitor a folder and when a new file is created. It will change the .mp3 name to the name of the parent folder.
+
+ This script uses Python and a library in Python called watchdog
+
+
+