Sourced from StackOverflow Question
rm -rf /usr/local/lib/node_modules
rm -rf /usr/local/include/node
rm /usr/local/bin/node
rm /usr/local/lib/dtrace/node.d
rm /usr/local/share/man/man1/node.1
This is a test of a modification | |
<%# Add .new to the anchor tag inside of .element to mark as a new item %> | |
<div id="container"> | |
<!-- <div class="media-date photo may1"> | |
<a class="new" href="#"> | |
<img src="/themes/commencement_micro2012/img/home-thumbs/classic_campus_scenes.jpg" alt="Classic Campus Scenes"> |
$(function(){ | |
var month = []; | |
month[0] = "JAN"; | |
month[1] = "FEB"; | |
month[2] = "MAR"; | |
month[3] = "APR"; | |
month[4] = "MAY"; | |
month[5] = "JUN"; | |
month[6] = "JUL"; |
Sourced from StackOverflow Question
rm -rf /usr/local/lib/node_modules
rm -rf /usr/local/include/node
rm /usr/local/bin/node
rm /usr/local/lib/dtrace/node.d
rm /usr/local/share/man/man1/node.1
<notextile> | |
<h3>Latest Headlines</h3> | |
<ul id="latest"> | |
<!-- REPEAT THIS LI BLOCK FOR EACH STORY --> | |
<li> | |
<h4><a href="((URL HERE))">((HEADLINE HERE))</a></h4> | |
<span class="date">((PUBLISHED DATE HERE))</span> | |
<div class="summary">((SUMMARY PARAGRAPH HERE))</div> |
{ | |
... | |
"deploy": { | |
"app1": { ... } | |
"app2": { ... } | |
} | |
} |
:root { | |
--rh-font-size-text-xl: 1.125em; | |
--rh-line-height-body-text: 150%; | |
--rh-font-size-body-text-xs: 0.75em; | |
--rh-font-size-body-text-sm: 0.875em; | |
--rh-font-size-body-text-md: 1em; | |
--rh-font-size-body-text-lg: 1.125em; | |
--rh-font-size-code-xs: 0.75em; | |
--rh-footer-link-header-mobile-font-size: 0.875em; |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
<!-- | |
JSPM Generator Import Map |