diff options
| author | s1n <[email protected]> | 2019-10-20 16:41:35 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 16:41:35 -0700 |
| commit | fa6828c564fe8074658ef0ac95fb20edc0df13d2 (patch) | |
| tree | 97205dee6fc9bce331f7d55f599e91638fa7c46a | |
| parent | rename files to index to fix them not showing up (diff) | |
| download | p.s1n.pw-admin-fa6828c564fe8074658ef0ac95fb20edc0df13d2.tar.xz p.s1n.pw-admin-fa6828c564fe8074658ef0ac95fb20edc0df13d2.zip | |
favicon
| -rw-r--r-- | about/index.html | 3 | ||||
| -rw-r--r-- | assets/superthumb.jpg | bin | 0 -> 9444 bytes | |||
| -rw-r--r-- | contact/index.html | 3 | ||||
| -rw-r--r-- | css/style.css | 1 | ||||
| -rw-r--r-- | index.html | 5 | ||||
| -rw-r--r-- | project/index.html | 3 | ||||
| -rw-r--r-- | work/index.html | 5 |
7 files changed, 18 insertions, 2 deletions
diff --git a/about/index.html b/about/index.html index 9f240eb..13892a5 100644 --- a/about/index.html +++ b/about/index.html @@ -22,6 +22,9 @@ <link rel="stylesheet" href="/css/animate.css"> <script src="/js/wow.min.js"></script> + <!-- favicon --> + <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg"> + </head> <body> <div class="wrapper"> diff --git a/assets/superthumb.jpg b/assets/superthumb.jpg Binary files differnew file mode 100644 index 0000000..1435046 --- /dev/null +++ b/assets/superthumb.jpg diff --git a/contact/index.html b/contact/index.html index c9f781e..2a1455b 100644 --- a/contact/index.html +++ b/contact/index.html @@ -22,6 +22,9 @@ <link rel="stylesheet" href="/css/animate.css"> <script src="/js/wow.min.js"></script> + <!-- favicon --> + <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg"> + </head> <body> <div class="wrapper"> diff --git a/css/style.css b/css/style.css index e5098f8..898a659 100644 --- a/css/style.css +++ b/css/style.css @@ -265,6 +265,7 @@ nav #menu li a:hover { border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: translate(-50%, 0) rotate(45deg); + transform: translate(-50%, 0) rotate(45deg); animation: fade_move_down 3s cubic-bezier(0.19, 1, 0.22, 1) infinite; } @@ -25,6 +25,9 @@ <link rel="stylesheet" href="/css/animate.css"> <script src="/js/wow.min.js"></script> + <!-- favicon --> + <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg"> + </head> <body> <div class="wrapper"> @@ -65,7 +68,7 @@ <!--------------- hero section starts here ---------------> <div class="hero"> <div class="header"> - <h1 class="line anim-typewriter">I make brands matter in culture.</h1> + <h1 class="line anim-typewriter">I do what you won't.</h1> </div> </div> diff --git a/project/index.html b/project/index.html index 5a22829..cbe98b3 100644 --- a/project/index.html +++ b/project/index.html @@ -26,6 +26,9 @@ <link rel="stylesheet" href="/css/animate.css"> <script src="/js/wow.min.js"></script> + <!-- favicon --> + <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg"> + </head> <body> <div class="wrapper"> diff --git a/work/index.html b/work/index.html index 9e387b8..b982080 100644 --- a/work/index.html +++ b/work/index.html @@ -6,7 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="author" content="harrnish"> - <title>Work | Portfolio Website Template | CODEGRID</title> + <title>Work | s1nical</title> <!-- stylesheet --> <link rel="stylesheet" href="/css/style.css"> @@ -22,6 +22,9 @@ <link rel="stylesheet" href="/css/animate.css"> <script src="/js/wow.min.js"></script> + <!-- favicon --> + <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg"> + </head> <body> <div class="wrapper"> |