Browse Source

added template files for site

Casey DeLorme 10 years ago
parent
commit
07a9aded62
5 changed files with 62 additions and 0 deletions
  1. 57 0
      public/css/main.css
  2. 5 0
      public/js/main.js
  3. 0 0
      src/index.md
  4. 0 0
      src/resume.md
  5. 0 0
      template.tmpl

+ 57 - 0
public/css/main.css

@@ -0,0 +1,57 @@
+/* http://meyerweb.com/eric/tools/css/reset/
+   v2.0 | 20110126
+   License: none (public domain)
+*/
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+    margin: 0;
+    padding: 0;
+    border: 0;
+    font-size: 100%;
+    font: inherit;
+    vertical-align: baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+    display: block;
+}
+body {
+    line-height: 1;
+}
+ol, ul {
+    list-style: none;
+}
+blockquote, q {
+    quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+    content: '';
+    content: none;
+}
+table {
+    border-collapse: collapse;
+    border-spacing: 0;
+}
+
+
+/* clearfix */
+.group:after {
+  content: "";
+  display: table;
+  clear: both;
+}
+

+ 5 - 0
public/js/main.js

@@ -0,0 +1,5 @@
+(function(w){
+
+    // javascript handled here
+
+})(window);

+ 0 - 0
src/index.md


+ 0 - 0
src/resume.md


+ 0 - 0
template.tmpl