📝 Added unsplash as bookmark for web dev
This commit is contained in:
parent
d7d5ddb1b4
commit
03f4dd239d
3 changed files with 5 additions and 2 deletions
2
aliases
2
aliases
|
|
@ -394,6 +394,8 @@ alias demo2s="librewolf https://www.demo2s.com &"
|
|||
alias mothereffinghsl="librewolf https://mothereffinghsl.com/ &"
|
||||
# icomoon is a site with free icons
|
||||
alias icomoon="librewolf https://icomoon.io &"
|
||||
#unsplash.com is an api site for developers to import and use photos
|
||||
alias unsplash="librewolf https://unsplash.com/developers &"
|
||||
|
||||
# cool video on fluid animation in css:
|
||||
# https://egghead.io/lessons/css-build-a-fluid-loading-animation-in-css
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -116,7 +116,8 @@
|
|||
"https://www.wikipedia.org",
|
||||
"https://pagespeed.web.dev",
|
||||
"https://hackernoon.com",
|
||||
"https://news.ycombinator.com"
|
||||
"https://news.ycombinator.com",
|
||||
"https://unsplash.com/developers"
|
||||
],
|
||||
"untrusted": [
|
||||
"google.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue