Skip to content

Commit

Permalink
styling cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
svaj committed Apr 29, 2024
1 parent 18a555b commit 47f5737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
15 changes: 0 additions & 15 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@ <h1>Resume of Chris Svajlenka</h1>
<p>I am seeking a position that utilizes my tech-heavy skillset to guide engineering teams to success.</p>
</summary>
</section>
<section class="sub">
<header>Technology I am proficient with</header>
<summary>
<a href="//www.nodejs.org/" title="NodeJS" target="_blank">NodeJS</a>, <a href="//www.typescriptlang.org/" title="TypeScript" target="_blank">TypeScript</a>, <a href="//www.python.org/" title="Python" target="_blank">Python</a>,
<a href="//facebook.github.io/react/" title="React" target="_blank">React</a>, <a href="//redux.js.org/" title="Redux" target="_blank">Redux</a>, <a href="//www.kubernetes.io/" title="Kubernetes" target="_blank">Kubernetes</a>,
<a href="//www.terraform.io/" title="Terraform" target="_blank">Terraform</a>, <a href="//www.helm.sh/" title="Helm" target="_blank">Helm</a>, <a href="//www.rust-lang.org/" title="Rust" target="_blank">Rust</a>,
<a href="//www.php.net/" title="PHP" target="_blank">PHP</a>, <a href="//www.drupal.org/" title="Drupal" target="_blank">Drupal</a>, <a href="//www.djangoproject.com/" title="Django" target="_blank">Django</a>, <a href="//www.docker.io" title="Docker" target="_blank">Docker</a>,
<a href="//www.jQuery.com" title="jQuery" target="_blank">jQuery</a> <a href="//www.mysql.com/" title="MySQL" target="_blank">MySQL</a>, <a href="//dev.w3.org/html5/spec/Overview.html" title="HTML 5" target="_blank">HTML</a>,
<a href="//en.wikipedia.org/wiki/JavaScript" title="JavaScript" target="_blank">JavaScript (ES 5,6,7+)</a>, <a href="//www.w3.org/Style/CSS/" title="CSS" target="_blank">CSS</a>,
<a href="//www.sass-lang.com/" title="SASS" target="_blank">SASS</a>, <a href="//www.linux.com/" title="linux" target="_blank">Linux</a>, <a href="//www.apache.org/" title="apache" target="_blank">Apache</a>,
<a href="//aws.amazon.com/" title="AWS" target="_blank">AWS</a>, <a href="//www.nginx.org/" title="nginx" target="_blank">Nginx</a>, <a href="//www.puppetlabs.com/" title="Puppet" target="_blank">Puppet</a>,
<a href="//git-scm.com/" title="Git" target="_blank">Git</a>, <a href="//www.danga.com/memcached/" title="Memcached" target="_blank">Memcached</a>, <a href="//www.redis.io/" title="Redis" target="_blank">Redis</a>,
<a href="//cordova.apache.org/" title="Cordova" target="_blank">Cordova</a>
</summary>
</section>
<!-- quote -->
<section class="sub">
<blockquote>
Expand Down
14 changes: 7 additions & 7 deletions src/resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ address dl {
}
address dt {
font-weight: bold;
font-size: 1.2rem;
font-size: 1rem;
}

address dd {
Expand All @@ -46,7 +46,7 @@ address li {
}

header h1 {
font-size: 2rem;
font-size: 1.5rem;
margin: var(--small-space) auto;
}

Expand Down Expand Up @@ -97,7 +97,7 @@ section.compact > address {
}

header {
font-size: 1.5rem;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: var(--small-space);
}
Expand All @@ -106,7 +106,7 @@ aside {
}

.sub > header {
font-size: 1.2rem;
font-size: 1.0rem;
margin-bottom: var(--small-space);
display: inline-block;
}
Expand Down Expand Up @@ -175,8 +175,8 @@ main > section:last-of-type {
}
.experience > section {
margin-bottom: var(--small-space);
padding-bottom: var(--small-space);
border-bottom: 1px solid var(--dark-gray);
/* padding-bottom: var(--small-space); */
border-bottom: 1px solid var(--dark-gray);
display: flex;
flex-direction: row;
justify-content: stretch;
Expand All @@ -195,7 +195,7 @@ main > section:last-of-type {
flex: 1 0 auto;
}
.experience > section header a {
font-size: 1.2rem;
font-size: 1rem;
font-weight: bold;
}
.experience summary {
Expand Down

0 comments on commit 47f5737

Please sign in to comment.