Quellcode durchsuchen

updated resume and index pages, and some css to boot

Casey DeLorme vor 10 Jahren
Ursprung
Commit
8968fd6e3b
4 geänderte Dateien mit 22 neuen und 35 gelöschten Zeilen
  1. 4 29
      public/css/main.css
  2. 9 3
      public/index.html
  3. 2 2
      public/resume.html
  4. 7 1
      src/index.md

+ 4 - 29
public/css/main.css

@@ -63,32 +63,6 @@ table {
     font-weight: normal;
     font-style: normal;
 }
-/* alternative for body text
-@font-face {
-    font-family: 'fertigo_proregular';
-    src: url('/cdn/fonts/fertigo_pro_regular-webfont.eot');
-    src: url('/cdn/fonts/fertigo_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
-         url('/cdn/fonts/fertigo_pro_regular-webfont.woff2') format('woff2'),
-         url('/cdn/fonts/fertigo_pro_regular-webfont.woff') format('woff'),
-         url('/cdn/fonts/fertigo_pro_regular-webfont.ttf') format('truetype'),
-         url('/cdn/fonts/fertigo_pro_regular-webfont.svg#fertigo_proregular') format('svg');
-    font-weight: normal;
-    font-style: normal;
-}
-*/
-/* alternative for headings
-@font-face {
-    font-family: 'droid_sansbold';
-    src: url('/cdn/fonts/droidsans-bold-webfont.eot');
-    src: url('/cdn/fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
-         url('/cdn/fonts/droidsans-bold-webfont.woff2') format('woff2'),
-         url('/cdn/fonts/droidsans-bold-webfont.woff') format('woff'),
-         url('/cdn/fonts/droidsans-bold-webfont.ttf') format('truetype'),
-         url('/cdn/fonts/droidsans-bold-webfont.svg#aller_lightregular') format('svg');
-    font-weight: normal;
-    font-style: normal;
-}
-*/
 
 /* default styles */
 html {
@@ -121,6 +95,9 @@ p, ul {
 li {
     margin-left: 45px;
 }
+a, a:hover, a:active, a:visited {
+    color: #000;
+}
 
 /* default sizes */
 header, .content, footer {
@@ -142,9 +119,7 @@ nav li {
 }
 
 /* content styles */
-.content h2, .content h3, .content h4 {
-    text-decoration: underline;
-}
+
 
 /* footer styles */
 footer {

+ 9 - 3
public/index.html

@@ -4,7 +4,7 @@
         <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#d79fdde">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#825bc4e">
     </head>
     <body>
         <header>
@@ -25,7 +25,13 @@
         </header>
 
         <div class="content group">
-            <p>A home page.  An about page.</p>
+            <p>Welcome to my portfolio website.</p>
+
+<p>I&rsquo;m a <strong>Software developer, systems administrator, and technology enthusiast.</strong>  I&rsquo;m currently employed with <a href="http://www.hudl.com">hudl</a>, where I keep our servers toasty.</p>
+
+<p>My life objectives are to challenge conventions by looking at new ways of employing all the wild new technologies that continue to evolve around us.  This is what leads us to major breakthroughts in software design and architecture, which allows our field to continue improving and building best practices.</p>
+
+<p>Interested in my skills?  Checkout my <a href="/resume.html">resume</a>, or my <a href="https://github.com/cdelorme">github account</a> for projects.</p>
 
         </div>
 
@@ -36,7 +42,7 @@
             <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#d79fdde" async></script>
+                <script type="text/javascript" src="/js/main.js#825bc4e" async></script>
             </div>
         </footer>
 

+ 2 - 2
public/resume.html

@@ -4,7 +4,7 @@
         <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#d79fdde">
+        <link rel="stylesheet" type="text/css" href="/css/main.css#825bc4e">
     </head>
     <body>
         <header>
@@ -176,7 +176,7 @@
             <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#d79fdde" async></script>
+                <script type="text/javascript" src="/js/main.js#825bc4e" async></script>
             </div>
         </footer>
 

+ 7 - 1
src/index.md

@@ -1,2 +1,8 @@
 
-A home page.  An about page.
+Welcome to my portfolio website.
+
+I'm a **Software developer, systems administrator, and technology enthusiast.**  I'm currently employed with [hudl](http://www.hudl.com), where I keep our servers toasty.
+
+My life objectives are to challenge conventions by looking at new ways of employing all the wild new technologies that continue to evolve around us.  This is what leads us to major breakthroughts in software design and architecture, which allows our field to continue improving and building best practices.
+
+Interested in my skills?  Checkout my [resume](/resume.html), or my [github account](https://github.com/cdelorme) for projects.