Fixed TS logo.

This commit is contained in:
John Shaver 2018-10-02 11:06:05 -07:00
parent e48921f16a
commit e8519f5edb
2 changed files with 43 additions and 10 deletions

View File

@ -9,6 +9,25 @@
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body lang="en">
<svg width="0" height="0" viewBox="0 0 24 24">
<defs>
<g id="svg-ts-logo" transform="translate(0.000000,630.000000) scale(0.100000,-0.100000)"
stroke="none">
<path d="M0 3150 l0 -3150 3150 0 3150 0 0 3150 0 3150 -3150 0 -3150 0 0
-3150z m5077 251 c160 -40 282 -111 394 -227 58 -62 144 -175 151 -202 2 -8
-272 -192 -438 -295 -6 -4 -30 22 -57 62 -81 118 -166 169 -296 178 -191 13
-314 -87 -313 -254 0 -49 7 -78 27 -118 42 -87 120 -139 365 -245 451 -194
644 -322 764 -504 134 -203 164 -527 73 -768 -100 -262 -348 -440 -697 -499
-108 -19 -364 -16 -480 5 -253 45 -493 170 -641 334 -58 64 -171 231 -164 243
3 4 29 20 58 37 28 16 134 77 234 135 l181 105 38 -56 c53 -81 169 -192 239
-229 201 -106 477 -91 613 31 58 53 82 108 82 189 0 73 -9 105 -47 160 -49 70
-149 129 -433 252 -325 140 -465 227 -593 365 -74 80 -144 208 -173 315 -24
89 -30 312 -11 402 67 314 304 533 646 598 111 21 369 13 478 -14z m-1479
-263 l2 -258 -410 0 -410 0 0 -1165 0 -1165 -290 0 -290 0 0 1165 0 1165 -410
0 -410 0 0 253 c0 140 3 257 7 260 3 4 502 6 1107 5 l1101 -3 3 -257z" />
</g>
</defs>
</svg>
<section id="main">
<header id="title">
<h1>John Shaver</h1>
@ -88,7 +107,7 @@
<div class="details">
<header>
<h3>Senior Technical Support Engineer</h3>
<span class="place">Symantec</span>
<span class="place"><a href="https://www.symantec.com/">Symantec</a></span>
<span class="location fas">Lindon, UT</span>
</header>
<div>
@ -112,13 +131,14 @@
</div>
<div class="details">
<header>
<h3>Telebit.cloud</h3>
<h3>Telebit</h3>
<span class="place"><a href="https://telebit.cloud">https://telebit.cloud</a></span>
</header>
<div>
<ul>
<li>Implement design specification in HTML and CSS.</li>
<li>Develop the email confirmation process from prototype to production.</li>
<li>Working to develop a cross platform electron implement of the Telebit client interface.</li>
<li>Implement design specification in HTML/CSS and Javascript.</li>
<li>Developed the email confirmation process from working prototype to production.</li>
<li>Working to develop a cross platform electron implementation of the Telebit client interface.</li>
</ul>
</div>
</div>
@ -132,7 +152,7 @@
<div class="details">
<header>
<h3>Historical Records Database</h3>
<span class="place">Some workplace</span>
<span class="place">Not yet public.</span>
</header>
<div>
<ul>
@ -154,6 +174,7 @@
<div class="details">
<header>
<h3>Newvistas Website Platform</h3>
<span class="place"><a href="http://www.newvistas.com">newvistas.com</a></span>
</header>
<div>
<ul>
@ -161,7 +182,7 @@
<li>Sections were public-facing and needed to be indexable by search engines.</li>
<li>Built a CMS on Server-Rendered React/Redux and express.js.</li>
<li>Deployed to AWS Elastic Beanstalk.</li>
<li>Authentication with Azure Active Directory and OAuth OIDC.
<li>Authentication with Azure Active Directory and OAuth OIDC.</li>
</ul>
</div>
</div>
@ -193,7 +214,12 @@
</ul>
<ul>
<li><i class="fab fa-js fa-fw"></i> Javascript</li>
<li><i class="fas fa-glasses fa-fw"></i> Typescript</li>
<li>
<i class="fab fa-fw">
<svg class="ts-logo" viewBox="0 0 630 630">
<use xlink:href="#svg-ts-logo"></use>
</svg></i> Typescript
</li>
<li><i class="fab fa-react fa-fw"></i> React</li>
<li><i class="fas fa-rocket fa-fw"></i> express.js</li>
<li><i class="fas fa-database fa-fw"></i> Relational Databases</li>

View File

@ -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;
}