levarburton.com
Open in
urlscan Pro
76.76.21.21
Public Scan
Submitted URL: http://levarburton.com/
Effective URL: https://levarburton.com/
Submission: On November 16 via api from US — Scanned from DE
Effective URL: https://levarburton.com/
Submission: On November 16 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST https://usebasin.com/f/8d7cf33e6efc
<form id="contact" action="https://usebasin.com/f/8d7cf33e6efc" x-data="contactForm()" @submit.prevent="submitData" method="post">
<div class="input-group animate"><input class="input" name="name" type="text" :class="{ 'is-filled': formData.name }" :disabled="loading || success" id="contact-name" x-model="formData.name" placeholder="Kunta Kinte" required=""> <svg
class="svg-inline--fa fa-user fa-w-14" aria-hidden="true" focusable="false" data-prefix="far" data-icon="user" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">
<path fill="currentColor"
d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z">
</path>
</svg><!-- <i class="far fa-user"></i> Font Awesome fontawesome.com --> <label class="label" for="contact-name">Name</label></div>
<div class="input-group animate delay-100"><input class="input" :class="{ 'is-filled': formData.email }" name="email" type="email" :disabled="loading || success" id="contact-email" x-model="formData.email" placeholder="kunta@roots.com" required="">
<svg class="svg-inline--fa fa-envelope fa-w-16" aria-hidden="true" focusable="false" data-prefix="far" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
<path fill="currentColor"
d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z">
</path>
</svg><!-- <i class="far fa-envelope"></i> Font Awesome fontawesome.com --> <label class="label" for="contact-email">Email</label></div>
<div class="input-group animate delay-200"><textarea class="textarea" :class="{ 'is-filled': formData.message }" name="comments" :disabled="loading || success" id="contact-message" x-model="formData.message"
placeholder="Let's make the world a better place!" required=""></textarea> <label class="label" for="contact-message">Message</label> <svg class="svg-inline--fa fa-comments-alt fa-w-18" aria-hidden="true" focusable="false" data-prefix="far"
data-icon="comments-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg="">
<path fill="currentColor"
d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4l76.9-43.5V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zM96 240H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v160c0 8.8-7.2 16-16 16H211.4l-11 6.2-56.4 31.9V240H96zm432 144c0 8.8-7.2 16-16 16h-80v38.1l-56.4-31.9-11-6.2H256c-8.8 0-16-7.2-16-16v-96h112c35.3 0 64-28.7 64-64v-16h96c8.8 0 16 7.2 16 16v160z">
</path>
</svg><!-- <i class="far fa-comments-alt"></i> Font Awesome fontawesome.com --></div><input class="input is-sr-only" name="doubloons" type="text" x-model="formData.doubloons" id="doubloons" placeholder="Email" autocomplete="off" tabindex="-1">
<label class="is-sr-only" for="doubloons">Email (Don't fill)</label> <button class="button" :disabled="loading || success" :class="success ? 'is-success' : !!formData.name && !!formData.email ? 'is-primary' : ''" type="submit"><svg
class="svg-inline--fa fa-spinner-third fa-w-16 fa-spin" x-show="loading && !success" style="display: none;" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="spinner-third" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512" data-fa-i2svg="">
<path fill="currentColor"
d="M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z">
</path>
</svg><!-- <i class="fas fa-spinner-third fa-spin" x-show="loading && !success" style="display: none;"></i> Font Awesome fontawesome.com --> <svg class="svg-inline--fa fa-paper-plane fa-w-16" x-show="!loading && !success"
aria-hidden="true" focusable="false" data-prefix="fas" data-icon="paper-plane" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
<path fill="currentColor" d="M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z">
</path>
</svg><!-- <i class="fas fa-paper-plane" x-show="!loading && !success"></i> Font Awesome fontawesome.com --> <svg class="svg-inline--fa fa-check fa-w-16" x-show="success && !loading" style="display: none;" aria-hidden="true"
focusable="false" data-prefix="fas" data-icon="check" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
<path fill="currentColor"
d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z">
</path>
</svg><!-- <i class="fas fa-check" x-show="success && !loading" style="display: none;"></i> Font Awesome fontawesome.com --> <span x-text="buttonLabel">Submit</span></button>
</form>
Text Content
LEVAR BURTON ENTERTAINMENT Watch LeVar hosting JEOPARDY! Home Podcasts Books Shows Press -------------------------------------------------------------------------------- Twitter Facebook Instagram > I’ve dedicated my life to the power of storytelling. Whether I’m acting, > directing, writing or podcasting, I believe sharing stories is what I was born > to do because storytelling is what brings us all together. BOOK THE RHINO WHO SWALLOWED A STORM By LeVar Burton & Susan Schaefer Bernardo Illustrations by Courtenay Fletcher -------------------------------------------------------------------------------- Buy now MISSION STATEMENT LeVar Burton Entertainment creates content that… Builds community Fosters empathy Champions diversity …while maintaining our integrity. -------------------------------------------------------------------------------- Explore LeVar's Universe Podcasts Books Shows DROP US A LINE Name Email Message Email (Don't fill) Submit © 2022 LeVar Burton Media, LLC. Press Releases Made by Monogram Made with by Monogram #thisismystory I've been thinking a lot lately about the state of race relations in America. One thing I learned from the enormous success of ROOTS (if you don't know, you better ask somebody) 42 years ago, was the power that storytelling possess to help bridge the gap between races. These are the initial 6 episodes in an ongoing series. The first installment of This Is My Story, is an incident from my own life. The others are real life experiences of some of my friends, told by me. Like ROOTS did so long ago, my intention in sharing these stories is to provide anecdotal context for the Black experience in America. I know now, what I didn't know then; I belong here regardless of your idea of who I am, based solely on the color of my skin. -------------------------------------------------------------------------------- Watch