I hereby claim:
- I am davision on github.
- I am davision (https://keybase.io/davision) on keybase.
- I have a public key whose fingerprint is 9380 7945 570E 89EF F9E3 F200 34E9 47FF D856 5451
To claim this, I am signing this object:
| <template> | |
| <div id="homepage"> | |
| <h1>Les dernières Articles</h1> | |
| <div class="article" v-for="article in articles"> | |
| <h2> {{ article.title }} </h2> | |
| <p> {{ article.content }} </p> | |
| </div> | |
| </div> | |
| </template> |
| // Customisable spacing units. these can be changed and new ones added | |
| $spacing-units: ( | |
| 1: 1rem, | |
| 2: 2rem, | |
| 3: 3rem, | |
| 4: 4rem, | |
| 5: 5rem, | |
| 6: 6rem, | |
| ); |
| <template> | |
| <transition name="fade" v-bind="$attrs" v-on="$listeners"> | |
| <slot></slot> | |
| </transition> | |
| </template> | |
| <script> | |
| export default {}; | |
| </script> | |
| <style> | |
| .fade-enter-active, |
| <?php | |
| // Here is a sample of the URLs this regex matches: (there can be more content after the given URL that will be ignored) | |
| // http://youtu.be/dQw4w9WgXcQ | |
| // http://www.youtube.com/embed/dQw4w9WgXcQ | |
| // http://www.youtube.com/watch?v=dQw4w9WgXcQ | |
| // http://www.youtube.com/?v=dQw4w9WgXcQ | |
| // http://www.youtube.com/v/dQw4w9WgXcQ | |
| // http://www.youtube.com/e/dQw4w9WgXcQ | |
| // http://www.youtube.com/user/username#p/u/11/dQw4w9WgXcQ |
| <?php | |
| use Drupal\Core\Cache\CacheableMetadata; | |
| use Drupal\Core\Url; | |
| use Drupal\media\Entity\Media; | |
| use Drupal\Core\Site\Settings; | |
| use Drupal\file\Entity\File; | |
| /** | |
| * Preprocess functions for background iamge in Tagline paragraph |
| <template lang="html"> | |
| <div v-if="isEnded"> | |
| Ended. | |
| </div> | |
| <div v-else> | |
| <div>Days: {{ days }}</div> | |
| <div>Hours: {{ hours }}</div> | |
| <div>Minutes: {{ minutes }}</div> | |
| <div>Seconds: {{ seconds }}</div> |
I hereby claim:
To claim this, I am signing this object: