Skip to content

Instantly share code, notes, and snippets.

View danomanion's full-sized avatar

LaminarRainbow danomanion

View GitHub Profile
@danomanion
danomanion / index.html
Created March 8, 2019 11:36
Vue.js - Computed Property
<div id="app">
<h3>Your Name: <input v-model.lazy="userData" /></h3>
<h2 v-if="userData">Initial entry: {{ userData }} </h2>
<h2 v-if="userData">Computed Value: {{ greeting }}</h2>
</div>
@danomanion
danomanion / index.html
Created March 26, 2019 15:05
KramericaGives Flexbox Example
<section class="pillars">
<div class="holder leadership">
<div class="content radius-full shadow">
<div class="information">
<h2 class="headline text-center"><i class="fas fa-users"></i>Leadership</h2>
<div class="content">
<p>Through a variety of hands-on and engaging experiences, including team building exercises, hosting guest speakers, public speaking, leading activities, and engaging in discussion and social action, students are encouraged to break<br> out of
their comfort zones. Leadership programming fosters self-confidence and a positive view of the future.</p>
</div>
</div>
@danomanion
danomanion / Tiny-PWA.png
Last active May 28, 2019 23:06
public images
Tiny-PWA.png
@danomanion
danomanion / analyzing-function-scope-review.markdown
Created November 29, 2019 12:41
Analyzing Function Scope Review
@danomanion
danomanion / longest-common-subsequence.markdown
Created December 22, 2019 13:33
Longest Common Subsequence
@danomanion
danomanion / practice.markdown
Last active December 22, 2019 14:31
Practice
@danomanion
danomanion / javascript-map.markdown
Created December 22, 2019 14:36
JavaScript: Map()