From e8519f5edb04db1539f740689378eff53751f083 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Tue, 2 Oct 2018 11:06:05 -0700 Subject: [PATCH] Fixed TS logo. --- index.html | 42 ++++++++++++++++++++++++++++++++++-------- style.css | 11 +++++++++-- 2 files changed, 43 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 1e105b5..410fac2 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,25 @@ + + + + +

John Shaver

@@ -88,7 +107,7 @@

Senior Technical Support Engineer

- Symantec + Symantec Lindon, UT
@@ -112,13 +131,14 @@
-

Telebit.cloud

+

Telebit

+ https://telebit.cloud
    -
  • Implement design specification in HTML and CSS.
  • -
  • Develop the email confirmation process from prototype to production.
  • -
  • Working to develop a cross platform electron implement of the Telebit client interface.
  • +
  • Implement design specification in HTML/CSS and Javascript.
  • +
  • Developed the email confirmation process from working prototype to production.
  • +
  • Working to develop a cross platform electron implementation of the Telebit client interface.
@@ -132,7 +152,7 @@

Historical Records Database

- Some workplace + Not yet public.
    @@ -154,6 +174,7 @@

    Newvistas Website Platform

    + newvistas.com
      @@ -161,7 +182,7 @@
    • Sections were public-facing and needed to be indexable by search engines.
    • Built a CMS on Server-Rendered React/Redux and express.js.
    • Deployed to AWS Elastic Beanstalk.
    • -
    • Authentication with Azure Active Directory and OAuth OIDC. +
    • Authentication with Azure Active Directory and OAuth OIDC.
    @@ -193,7 +214,12 @@
  • Javascript
  • -
  • Typescript
  • +
  • + + Typescript +
  • React
  • express.js
  • Relational Databases
  • diff --git a/style.css b/style.css index 398f1a4..c7305f5 100644 --- a/style.css +++ b/style.css @@ -98,7 +98,7 @@ li{ /*** categorial blocks ***/ .main-block{ - margin-top: 0.1in; + margin-top: 0.25in; } #main h2{ @@ -244,7 +244,7 @@ li{ } .main-block:not(.concise) .details div{ - margin: 0.18in 0 0.1in 0; + /* margin: 0.18in 0 0.1in 0; */ } .main-block:not(.concise) .blocks:last-child .details div{ @@ -411,4 +411,11 @@ body > *{ content: "- "; position: absolute; left: 1.8em; +} + +svg.ts-logo { + fill: #444444; + width: 10px; + position: relative; + top: 1px; } \ No newline at end of file