Skip to content

Commit

Permalink
Merge pull request #3 from KiiCorp/update-copyrights-logo
Browse files Browse the repository at this point in the history
Update copyrights year and logo
  • Loading branch information
giantroach authored Apr 17, 2024
2 parents 840cf4e + cfc0c94 commit 5623b88
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions home.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ display:block;
width:204px;
height:0px;
overflow:hidden;
padding:63px 0 0 0;
background-image:url(./assets/kiicloud-logo-75e1b3c528f55c44adfbbe6aa2df956a.png);
padding:80px 0 0 0;
background-image:url(./assets/logo-833bd7f9bb042137072046fea50c32c62c13b22ff5997d1babcbc20dedc5f9fc.svg);
background-repeat:no-repeat
}
#home #container header#header .access{
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<link rel="shortcut icon" type="image/x-icon" href="https://kiicorp.github.io/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<link rel="stylesheet" media="screen" href="./home.css">
</head>
<body id="home">
Expand Down Expand Up @@ -61,10 +61,14 @@ <h1 class="lang-es">
</ul>
</div>
<div class="copyright">
© 2010 - 2015 Kii, All Rights Reserved
© 2010 - 2024 Kii, All Rights Reserved
</div>
</div>
</footer>
</div>
</div>

<script>
document.querySelector('.copyright').textContent = `© 2010 - ${(new Date()).getFullYear()} Kii, All Rights Reserved`;
</script>
</body></html>

0 comments on commit 5623b88

Please sign in to comment.