Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
With front-page changes
Browse files Browse the repository at this point in the history
  • Loading branch information
psgganesh committed Jul 21, 2020
1 parent fa737c0 commit 4cd5257
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 2 deletions.
Binary file added public/images/icons8-brave-web-browser-100.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 public/images/icons8-chrome-100.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 public/images/icons8-chromium-100.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 public/images/icons8-opera-100.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 resources/images/icons8-brave-web-browser-100.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 resources/images/icons8-chrome-100.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 resources/images/icons8-chromium-100.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 resources/images/icons8-opera-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions resources/js/layouts/basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,22 @@
<topbar />
<div class="container-fluid full-height grey-section">
<child />
<div class="footer" />
<div class="footer">
<va-card elevation="0" style="background: transparent;">
Most compatible with
<br><br>
<img src="/images/icons8-brave-web-browser-100.png" width="50px" height="50px">
<img src="/images/icons8-chrome-100.png" width="50px" height="50px">
<img src="/images/icons8-chromium-100.png" width="50px" height="50px">
<img src="/images/icons8-opera-100.png" width="50px" height="50px">
<h4>If you have issues while logging with Bitbucket for the first time, please consider restarting your browser.</h4>
</va-card>
<h6>
<a target="_blank" href="https://icons8.com/icons/set/opera--v1">Opera</a>,
<a target="_blank" href="https://icons8.com/icons/set/chromium">Chromium</a>
and other icons by <a target="_blank" href="https://icons8.com">Icons8</a>
</h6>
</div>
</div>
</va-app>
</template>
Expand Down Expand Up @@ -68,7 +83,8 @@ export default {
right: 0;
bottom: 0;
min-height: 300px;
background-color: #FFF;
text-align: -webkit-center;
background-color: transparent;
background-image: url(https://wac-cdn.atlassian.com/dam/jcr:6db86e6a-a05c-414c-a3e9-58db75bce1bb/left_bottom_hero.png?cdnVersion=1109) , url(https://wac-cdn.atlassian.com/dam/jcr:42a7d2a5-669b-44c9-8980-9f83600ab4d9/right_bottom_hero.png?cdnVersion=1109);
background-position: bottom left , bottom right;
background-repeat: no-repeat , no-repeat;
Expand Down
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require('laravel-mix-versionhash')
mix
.js('resources/js/app.js', 'public/dist/js')
.sass('resources/sass/app.scss', 'public/dist/css')
.copyDirectory('resources/images', 'public/images')
.copyDirectory('resources/fonts', 'public/fonts')
.copyDirectory('node_modules/vue-atlas/dist/fonts', 'public/fonts/vendor/vue-atlas/dist')
.disableNotifications()
Expand Down

0 comments on commit 4cd5257

Please sign in to comment.