Skip to content

Commit

Permalink
init site
Browse files Browse the repository at this point in the history
  • Loading branch information
Irtiza90 committed May 21, 2024
1 parent 015a4c0 commit 285e9e2
Show file tree
Hide file tree
Showing 19 changed files with 420 additions and 0 deletions.
Binary file added icons/arduino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/bitbucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/html_css_js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/jquery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/laravel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/php.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tailwind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/iot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/land-invaders.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/surveilance-car.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/web-dev.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
389 changes: 389 additions & 0 deletions index.html

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
:root {
--primary-color: #bbd0ff6b;
}

/*! CSS Used from: style.css */
*{margin:0;padding:0;font-family:inherit;outline:none!important;}
*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;}
h1{font-weight:900;line-height:1.4;color:#152035;margin:0;}
img{max-width:100%;height:auto;}
.card{background-color:transparent;border:0px;}
.masonry-layout .card{border:0;border-radius:0;margin-bottom:0px;background-color:transparent;}
.masonry-layout .card-columns .card{margin-bottom:20px;margin-top:40px;}
.masonry-layout .card-columns .post-card{margin-bottom:0px;}
.post-card{background-color:#ffffff!important;padding:30px;border-radius:20px!important;margin-bottom:60px;display:block;position:relative;-webkit-box-shadow:0px 5px 20px 0px rgba(69, 67, 96, 0.1);box-shadow:0px 5px 20px 0px rgba(69, 67, 96, 0.1);}
.post-card-image{margin-top:-60px;margin-bottom:30px;position:relative;border-radius:20px;overflow:hidden;-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.08), 0 0 0 transparent;box-shadow:0 10px 10px rgba(0, 0, 0, 0.08), 0 0 0 transparent;}
.post-card-image img{border-radius:20px;-webkit-transition:all 0.9s ease-in-out;transition:all 0.9s ease-in-out;}
.post-card-image img:hover{-webkit-transform:scale(1.1);transform:scale(1.1);}
@media screen and (max-width: 576px){
.card-columns .card{display:inline-block;width:100%;}
}
*{margin:0px;padding:0px;font-family:inherit;outline:none!important;}
*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;}
img{max-width:100%;height:auto;}
.card{background-color:transparent;border:0px;}

/****************************************** ******************************************/

h1 {
margin-bottom: 0.5rem;
}

0 comments on commit 285e9e2

Please sign in to comment.