Skip to content

Commit

Permalink
Content Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeyGohil committed Apr 23, 2021
1 parent 584a579 commit 942ed00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ a{
.custom-card{
background: #263238;
padding: 25px;
margin: 10px;
border-radius: 15px;
}
.custom-card>div>div{
Expand Down
10 changes: 8 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,14 @@ function foo() {
setTimeout(function (){
console.clear();
console.log(logo);
},100);

});
setInterval(function (){
console.clear();
console.log(logo);
},10000);
if ($(window).width()<736){
alert("This website is made for Desktop View only.\n\nPlease switch to a larger screen to have a better experience.");
}
// var AsciiMorph = (function() {
//
// 'use strict';
Expand Down

0 comments on commit 942ed00

Please sign in to comment.