Files
2021-04-21 21:47:04 -05:00

39 lines
1.2 KiB
Vue
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<card class="card-user">
<p class="card-text"></p>
<div class="author">
<div class="block block-one"></div>
<div class="block block-two"></div>
<div class="block block-three"></div>
<div class="block block-four"></div>
<a href="javascript:void(0)">
<img class="avatar" src="img/emilyz.jpg" alt="..." />
<h5 class="title">Mike Andrew</h5>
</a>
<p class="description">Ceo/Co-Founder</p>
</div>
<p></p>
<div class="card-description">
Do not be scared of the truth because we need to restart the human
foundation in truth And I love you like Kanye loves Kanye I love Rick
Owens bed design but the back is...
</div>
<div slot="footer" class="button-container">
<base-button class="btn-facebook" icon round>
<i class="fab fa-facebook"></i>
</base-button>
<base-button class="btn-twitter" icon round>
<i class="fab fa-twitter"></i>
</base-button>
<base-button class="btn-google" icon round>
<i class="fab fa-google-plus"></i>
</base-button>
</div>
</card>
</template>
<script>
export default {};
</script>
<style></style>