adding latest tutorials

This commit is contained in:
2020-02-27 01:15:04 +00:00
parent 4f666020c1
commit fbaefd7d20
7 changed files with 79 additions and 39 deletions

View File

@@ -15,16 +15,21 @@
</div>
</div>
</section>
<img class="blurify" src="https://cdn.auth0.com/blog/vue-meetup/event-banner.png">
</div>
</template>
<script>
export default {
name: 'home',
components: {}
components: {},
created() {
this.$blurify({
images: document.querySelectorAll('.blurify')
});
}
}
</script>
</script>
<style lang="scss" scoped>
.hero {
text-align: center;
@@ -39,11 +44,13 @@ export default {
text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
padding: 40px 0 20px 0;
font-size: 60px;
color: white
}
.subtitle {
text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
font-size: 30px;
color: white;
}
.button-block {