Skip to content

Instantly share code, notes, and snippets.

View danomanion's full-sized avatar

LaminarRainbow danomanion

View GitHub Profile
@danomanion
danomanion / javascript-js-string-roman-numerals-program.markdown
Created March 14, 2018 00:20
JavaScript - JS String Roman Numerals Program
<div class="field-type-text-with-summary">
<div class="field-items close">
<div class="field-item even" property="schema:articleBody content:encoded"><p>You may want to grab tickets to this year's <a href="http://rockstarmayhemfest.com/" target="_blank" rel="nofollow">Mayhem Festival</a> as it may be the last one. In a new interview with the <a href="http://www.freep.com/story/entertainment/music/2015/07/08/mayhem-festival-preview-metal/29838125/" target="_blank" rel="nofollow">Detriot Free Press</a>, festival co-founder Kevin Lynman has a grim outlook on the event's future saying the festival is “at risk of going away at any given moment.” According to Lynman, a big problem is the lack of <a href="/topic/heavy-metal" class="inline_link omniture-click-processed">heavy metal</a> headliners. He calls this year's lineup, which features <a href="/topic/slayer" class="inline_link omniture-click-processed">Slayer</a> and <a href="/topic/king-diamond" class="inline_link omniture-click-processed">King D
@danomanion
danomanion / index.html
Created March 22, 2018 09:21
Vue.js Hobbit Todos
<title>Todo List App</title>
<body>
<div class="container">
<div class="container col-sm-8 col-sm-offset-2">
<div id="taskApp">
<h1>Hobbit Todos</h1>
<!-- Add new task form -->
@danomanion
danomanion / index.txt
Created May 4, 2018 13:24 — forked from aaronott/index.txt
blackhole_links
<?php
$max_num_links = 7;
$page = "/";
if (isset($_SERVER['REQUEST_URI'])) {
$page = htmlentities(rtrim($_SERVER['REQUEST_URI'], "/"));
}
?>
<h1>Hidden links</h1>
<h2><?php echo $page; ?></h2>
Framework CSS size/gzipped #Elements Custom CSS #CSS Written/Unique Dev Elements
Bootstrap 68kb/12kb 49 0 classes 0 properties 48/34 4.5/5 5/5
Bulma 73kb/10kb 53 2 classes 2 properties 56/37 4.5/5 4.5/5
Foundation 30kb/7kb 56 4 classes 4 properties 46/21 4/5 3.5/5
Milligram 10kb/3kb 49 7 classes 17 properties 34/19 4.5/5 3.5/5
Pure 17kb/4kb 48 7 classes 7 properties 39/27 4/5 3.5/5
SemanticUI 146kb/20kb 47 2 classes 2 properties 90/39 4/5 5/5
UIKit 33kb/6kb 51 0 classes 0 properties 52/31 4.5/5 5/5
@danomanion
danomanion / index.html
Created March 7, 2019 15:33
List - JS / HTML
<div id="container">
</div>
@danomanion
danomanion / index.html
Last active March 7, 2019 15:35
Vue.js
<div id="app">
<ul>
<li v-for="item in items">
{{ item }}
</li>
</ul>
</div>
<div id="appFunction">
<h2>Returned data as a function.</h2>
<ul>
<li v-for="item in items">
{{ item }}
</li>
</ul>
</div>
<div id="appObject">
@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>