File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 4
4
<div class =" container" >
5
5
<Menubar :model =" items" >
6
6
<template #start >
7
- <router-link to =" /" class =" logo" >Bot </router-link >
7
+ <router-link to =" /" class =" logo" >TokenBlend </router-link >
8
8
</template >
9
9
</Menubar >
10
10
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" home" >
3
- <img alt =" Vue logo" src =" ../assets/logo.png" />
3
+ <div class =" hero position-relative text-center p-4" >
4
+ <h1 class =" display-1" >TokenBlend</h1 >
5
+ <h2 class =" h2" >Asset allocation for your Enzyme funds and Ethereum wallet</h2 >
6
+ </div >
4
7
</div >
5
8
</template >
6
9
@@ -11,3 +14,27 @@ export default defineComponent({
11
14
name: ' Home' ,
12
15
});
13
16
</script >
17
+
18
+ <style lang="scss" scoped>
19
+ .hero ::before {
20
+ content : " " ;
21
+ position : absolute ;
22
+ top : 0 ; left : 0 ;
23
+ width : 100% ; height : 100% ;
24
+ background-image : url (https://images.unsplash.com/photo-1529517986296-847580704921?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80 );
25
+ background-size : cover ;
26
+ filter : brightness (50% );
27
+ z-index : -1 ;
28
+ }
29
+ .hero {
30
+ margin-top : -0.5rem ;
31
+ color : white ;
32
+ }
33
+ .display-1 {
34
+ padding-top : 10rem ;
35
+ padding-bottom : 4rem ;
36
+ }
37
+ .h2 {
38
+ padding-bottom : 8rem ;
39
+ }
40
+ </style >
You can’t perform that action at this time.
0 commit comments