adding latest tutorials
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user