Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(VParallax): add welcome section example to docs #19283

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

mohssineAboutaj
Copy link

Description

Add a new example in the Parallax docs page

Demo

Here is the demo/live preview

Markup:

<template>
  <v-parallax src="https://cdn.vuetifyjs.com/images/backgrounds/vbanner.jpg">
    <v-container class="fill-height">
      <v-row
        class="justify-center align-center flex-column-reverse flex-md-row"
      >
        <v-col cols="12" md="6">
          <h1 class="text-h1 mb-8">John Doe</h1>
          <h3 class="text-h3 mb-8 font-weight-thin">Web Developer</h3>
          <v-btn color="primary" class="elevation-4 rounded-xl mb-4">
            Contact Me
          </v-btn>
        </v-col>
        <v-col cols="12" md="6" class="text-center">
          <v-avatar :size="300" class="elevation-12 mx-auto mb-8">
            <v-img src="https://randomuser.me/api/portraits/men/78.jpg"></v-img>
          </v-avatar>
        </v-col>
      </v-row>
    </v-container>
  </v-parallax>
</template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants