Browse Source

updated html files to use latest css and updated template

Casey DeLorme 10 years ago
parent
commit
7e15cafe23

+ 5 - 5
public/index.html

@@ -4,11 +4,11 @@
         <meta charset="utf-8">
         <title>index | Casey DeLorme's Portfolio / caseydelorme.com</title>
         <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
-        <link rel="stylesheet" type="text/css" href="/css/main.css#64dd518">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#7be5ae1">
     </head>
     <body>
-        <header>
-            <a href='/'><h1>Casey DeLorme</h1></a>
+        <header class="group">
+            <h1><a href='/'>Casey DeLorme</a></h1>
             
             <nav>
                 <ul>
@@ -35,14 +35,14 @@
 
         </div>
 
-        <footer>
+        <footer class="group">
             <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
             <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
             <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
             <a href='https://github.com/cdelorme' class='link github'></a>
             <a href='skype:casey.delorme?chat' class='link skype'></a>
             <div class="scripts">
-                <script type="text/javascript" src="/js/main.js#64dd518" async></script>
+                <script type="text/javascript" src="/js/main.js#7be5ae1" async></script>
             </div>
         </footer>
 

+ 5 - 5
public/projects/caseydelorme.com.html

@@ -4,11 +4,11 @@
         <meta charset="utf-8">
         <title>caseydelorme.com | Casey DeLorme's Portfolio / caseydelorme.com</title>
         <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
-        <link rel="stylesheet" type="text/css" href="/css/main.css#64dd518">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#7be5ae1">
     </head>
     <body>
-        <header>
-            <a href='/'><h1>Casey DeLorme</h1></a>
+        <header class="group">
+            <h1><a href='/'>Casey DeLorme</a></h1>
             
             <nav>
                 <ul>
@@ -63,14 +63,14 @@
 
         </div>
 
-        <footer>
+        <footer class="group">
             <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
             <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
             <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
             <a href='https://github.com/cdelorme' class='link github'></a>
             <a href='skype:casey.delorme?chat' class='link skype'></a>
             <div class="scripts">
-                <script type="text/javascript" src="/js/main.js#64dd518" async></script>
+                <script type="text/javascript" src="/js/main.js#7be5ae1" async></script>
             </div>
         </footer>
 

+ 5 - 5
public/projects/index.html

@@ -4,11 +4,11 @@
         <meta charset="utf-8">
         <title>index | Casey DeLorme's Portfolio / caseydelorme.com</title>
         <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
-        <link rel="stylesheet" type="text/css" href="/css/main.css#64dd518">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#7be5ae1">
     </head>
     <body>
-        <header>
-            <a href='/'><h1>Casey DeLorme</h1></a>
+        <header class="group">
+            <h1><a href='/'>Casey DeLorme</a></h1>
             
             <nav>
                 <ul>
@@ -41,14 +41,14 @@
 
         </div>
 
-        <footer>
+        <footer class="group">
             <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
             <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
             <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
             <a href='https://github.com/cdelorme' class='link github'></a>
             <a href='skype:casey.delorme?chat' class='link skype'></a>
             <div class="scripts">
-                <script type="text/javascript" src="/js/main.js#64dd518" async></script>
+                <script type="text/javascript" src="/js/main.js#7be5ae1" async></script>
             </div>
         </footer>
 

+ 7 - 5
public/projects/level6.html

@@ -4,11 +4,11 @@
         <meta charset="utf-8">
         <title>level6 | Casey DeLorme's Portfolio / caseydelorme.com</title>
         <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
-        <link rel="stylesheet" type="text/css" href="/css/main.css#64dd518">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#7be5ae1">
     </head>
     <body>
-        <header>
-            <a href='/'><h1>Casey DeLorme</h1></a>
+        <header class="group">
+            <h1><a href='/'>Casey DeLorme</a></h1>
             
             <nav>
                 <ul>
@@ -64,16 +64,18 @@
 
 <p>I would like to use more detailed comparison methods against images, videos, and audio.  Algorithms that identify key-points in similar files, and can draw conclusions such as altered contrast, brightness, cropping, rotation, etc and still manage to match similar items.  These small changes may barely be visible in the files themselves but would cause hash or byte comparison to fail.</p>
 
+<h5><em>written on 2014-12-22</em></h5>
+
         </div>
 
-        <footer>
+        <footer class="group">
             <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
             <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
             <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
             <a href='https://github.com/cdelorme' class='link github'></a>
             <a href='skype:casey.delorme?chat' class='link skype'></a>
             <div class="scripts">
-                <script type="text/javascript" src="/js/main.js#64dd518" async></script>
+                <script type="text/javascript" src="/js/main.js#7be5ae1" async></script>
             </div>
         </footer>
 

+ 7 - 5
public/projects/staticmd.html

@@ -4,11 +4,11 @@
         <meta charset="utf-8">
         <title>staticmd | Casey DeLorme's Portfolio / caseydelorme.com</title>
         <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
-        <link rel="stylesheet" type="text/css" href="/css/main.css#64dd518">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#7be5ae1">
     </head>
     <body>
-        <header>
-            <a href='/'><h1>Casey DeLorme</h1></a>
+        <header class="group">
+            <h1><a href='/'>Casey DeLorme</a></h1>
             
             <nav>
                 <ul>
@@ -64,16 +64,18 @@
 
 <p>Another great resource I found was <a href="http://www.golang-book.com/">the golang book</a>, which is also written in markdown.  I find great beauty in the simplest of aesthetics, and this is a perfect example of that.</p>
 
+<h5><em>written on 2014-12-22</em></h5>
+
         </div>
 
-        <footer>
+        <footer class="group">
             <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
             <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
             <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
             <a href='https://github.com/cdelorme' class='link github'></a>
             <a href='skype:casey.delorme?chat' class='link skype'></a>
             <div class="scripts">
-                <script type="text/javascript" src="/js/main.js#64dd518" async></script>
+                <script type="text/javascript" src="/js/main.js#7be5ae1" async></script>
             </div>
         </footer>
 

+ 5 - 5
public/resume.html

@@ -4,11 +4,11 @@
         <meta charset="utf-8">
         <title>resume | Casey DeLorme's Portfolio / caseydelorme.com</title>
         <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
-        <link rel="stylesheet" type="text/css" href="/css/main.css#64dd518">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#7be5ae1">
     </head>
     <body>
-        <header>
-            <a href='/'><h1>Casey DeLorme</h1></a>
+        <header class="group">
+            <h1><a href='/'>Casey DeLorme</a></h1>
             
             <nav>
                 <ul>
@@ -169,14 +169,14 @@
 
         </div>
 
-        <footer>
+        <footer class="group">
             <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
             <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
             <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
             <a href='https://github.com/cdelorme' class='link github'></a>
             <a href='skype:casey.delorme?chat' class='link skype'></a>
             <div class="scripts">
-                <script type="text/javascript" src="/js/main.js#64dd518" async></script>
+                <script type="text/javascript" src="/js/main.js#7be5ae1" async></script>
             </div>
         </footer>