|
56 | 56 | float: right; |
57 | 57 | right: 0; |
58 | 58 | position: absolute; |
59 | | - display: none; |
| 59 | + display: none; |
| 60 | + } |
| 61 | + |
| 62 | + .img-container { |
| 63 | + position: relative; |
| 64 | + width: 35%; |
| 65 | + height: 90%; |
| 66 | + background: rgba(0, 0, 0, 0); |
| 67 | + /* transform: rotate(0deg); */ |
| 68 | + transform: rotate(-25deg) skew(25deg) scale(1); |
| 69 | + /* transform: rotate(-25deg) skew(25deg) scale(0.5); */ |
| 70 | + transition: .4s; |
| 71 | + margin: 0 auto; |
| 72 | + } |
| 73 | + |
| 74 | + .img-container img { |
| 75 | + position: absolute; |
| 76 | + height: 100%; |
| 77 | + width: 100%; |
| 78 | + transition: .4s; |
| 79 | + cursor: pointer; |
| 80 | + border-width: 30px 12px 50px; |
| 81 | + border-style: solid; |
| 82 | + border-radius: 8px; |
| 83 | + border-color: black; |
| 84 | + } |
| 85 | + |
| 86 | + .img-container:hover img:nth-child(4) { |
| 87 | + transform: translate(120px, -120px); |
| 88 | + opacity: 1; |
| 89 | + } |
| 90 | + |
| 91 | + .img-container:hover img:nth-child(3) { |
| 92 | + transform: translate(90px, -90px); |
| 93 | + opacity: 0.85; |
| 94 | + } |
| 95 | + |
| 96 | + .img-container:hover img:nth-child(2) { |
| 97 | + transform: translate(60px, -60px); |
| 98 | + opacity: 0.7; |
| 99 | + } |
| 100 | + |
| 101 | + .img-container:hover img:nth-child(1) { |
| 102 | + transform: translate(30px, -30px); |
| 103 | + opacity: 0.55; |
60 | 104 | } |
61 | 105 | </style> |
62 | 106 | </head> |
|
166 | 210 | echo '<p>Please <a class="btn btn-outline-success" href="./login.php">Login</a></p>'; |
167 | 211 | } |
168 | 212 | echo '<a href="https://github.com/g4o2/PHP-SQL-Chat" target="_blank"><img src="https://github-readme-stats.vercel.app/api/pin/?username=g4o2&repo=PHP-SQL-Chat" alt="github repo"></a>'; |
169 | | - echo '<a href="https://github.com/g4o2/g4o2" target="_blank"><img src="https://github-readme-stats.vercel.app/api/pin/?username=g4o2&repo=g4o2" alt="github repo"></a><hr/>'; |
170 | | - echo '<a href="https://github.com/Maxhu787" target="_blank"><img src="https://github-readme-streak-stats.herokuapp.com/?user=maxhu787"></a>'; |
| 213 | + echo '<a href="https://github.com/g4o2/g4o2-api" target="_blank"><img src="https://github-readme-stats.vercel.app/api/pin/?username=g4o2&repo=g4o2-api" alt="github repo"></a><hr/>'; |
| 214 | + // echo '<a href="https://github.com/Maxhu787" target="_blank"><img src="https://github-readme-streak-stats.herokuapp.com/?user=maxhu787"></a>'; |
171 | 215 | ?> |
172 | | - <!-- <img src="./assets/backgrounds/burj-khalifa.jpg" alt=""> --> |
| 216 | + <div class="img-container"> |
| 217 | + <img src='./assets/images/showcase/demo-2.PNG' /> |
| 218 | + <img src='./assets/images/showcase/demo-3.PNG' /> |
| 219 | + <img src='./assets/images/showcase/demo-2.PNG' /> |
| 220 | + <img src='./assets/images/showcase/demo-1.PNG' /> |
| 221 | + </div> |
173 | 222 | </main> |
174 | 223 | <footer class="text-center text-lg-start bg-light text-muted"> |
175 | 224 | <section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"> |
|
0 commit comments