Skip to content

Commit

Permalink
Create landing page - background image
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmatw committed Feb 6, 2020
1 parent 1341ee8 commit ce1df9e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Binary file added src/assets/ManFactory.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Pbrush.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/RectBulb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/components/LandingContent.vue
@@ -0,0 +1,17 @@
<template>
<div class = "landing">
<div class = "landing-content">
</div>
</div>
</template>

<style scoped>
.landing {
min-height: 650px;
background-image: url('../assets/ManFactory.jpg');
background-blend-mode: overlay;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
</style>

0 comments on commit ce1df9e

Please sign in to comment.