refactor: ui, clean minimal design

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2021-02-13 11:37:55 +05:30
parent f190c7eaa0
commit bf727fe8de
Signed by: codingcoffee
GPG key ID: F7D58AAC5DACF8D3
4 changed files with 13 additions and 9 deletions

View file

@ -38,13 +38,14 @@ body {
padding: 0; padding: 0;
} }
#app { #app {
font-family: Avenir, Helvetica, Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
background: #7f7fd5; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #7f7fd5, #86a8e7, #91eae4); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #7f7fd5, #86a8e7, #91eae4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
} }
a {
text-decoration: none;
}
</style> </style>

View file

@ -2,9 +2,11 @@
<template> <template>
<div class="footer"> <div class="footer">
<div>Crafted with by Ameya Shenoy</div> <div>Crafted with by
<div>Powered by Vue and K3s</div> <a href="https://codingcoffee.dev" target="_blank" rel="noopener noreferrer">
<div>© 2021</div> Ameya Shenoy
</a>
</div>
</div> </div>
</template> </template>
@ -24,5 +26,6 @@
text-align: center; text-align: center;
position: absolute; position: absolute;
font-weight: 600; font-weight: 600;
padding-bottom: 7px;
} }
</style> </style>

View file

@ -45,7 +45,6 @@ nav {
.nav-links li a { .nav-links li a {
text-decoration: none; text-decoration: none;
font-size: 20px; font-size: 20px;
color: black;
font-weight: bold; font-weight: bold;
} }
</style> </style>

View file

@ -7,7 +7,8 @@
</div> </div>
<div class="details"> <div class="details">
<h1>Bullish</h1> <h1>Bullish</h1>
<p>A simple webapp to explore Bhav Copy Equity data</p> <h2>A simple webapp to explore Bhav Copy Equity data</h2>
<br/>
<v-btn <v-btn
x-large x-large
> >