Skip to content

Instantly share code, notes, and snippets.

View mattaebersold's full-sized avatar

Matthew Aebersold mattaebersold

View GitHub Profile
<!-- Spacer block -->
<template lang='pug'>
section.spacer(:class='classes' :data-component-parent='componentName')
</template>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– -->
<template lang='pug'>
section.spacer(:class='classes' :data-component-parent='componentName')
</template>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script lang='coffee'>
export default
<template lang="pug">
.copy(:class="maxWidth" :data-component-parent='componentName')
in-view(animate once class='content'): cloak-copy-craft-block(:block="block")
</template>
<script lang="coffee">
export default
props:
@mattaebersold
mattaebersold / test.html
Created November 30, 2022 23:15
Test.html
<h1>Test</h1>
@mattaebersold
mattaebersold / test.vue
Last active December 1, 2022 18:50
Test Gist
<template lang="pug">
.copy(:class="maxWidth" :data-component-parent='componentName')
in-view(animate once class='content'): cloak-copy-craft-block(:block="block")
</template>
<script lang="coffee">
export default
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class ExhibitionEventPivot extends Migration {
/**
* Run the migrations.
*
<section data-section-id="{{ section.id }}" id="header" data-section-type="header" class="header-fixed global-restrict">
{% comment %} Header Announcement {% endcomment %}
{% include 'announcement-bar' %}
{% comment %} Search bar, reveals on click of search icon {% endcomment %}
{% include 'search-bar' %}
{% comment %} Logo and link home {% endcomment %}
<a class="logo" href="/">
.amu-compact-tab-bar atom-workspace.theme-atom-material-ui .tab-bar .tab .title::before {
margin-top: 7px;
}
.list-tree.has-collapsable-children .list-nested-item > .list-tree > li, .list-tree.has-collapsable-children .list-nested-item > .list-group > li {
padding-left: 12px;
}
.list-tree.has-collapsable-children li.list-item {
margin-left: 4px;
// add more color options to the product form
// whatever comes after color- needs to be the variant color for the product
#product .product-form {
.swatch {
// example of a color blue
&.color-blue {
background-color: blue;
}
window.Questionnaire = (
function init() {
console.log('brororororororor');
// forces the questionnaire and success page to show
// only for development purposes
var dev_mode = false;