-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
64 lines (54 loc) · 2.76 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
layout: baselayout.njk
title: Scott J Finkel
---
{% include 'homelink.njk' %}
<h1>About Me</h1>
<section class="two-col-grid-container">
<div class="a"><h2>How I got here</h2></div>
<div class="b">
<h3>Curiosity</h3>
<p class="merriweather-sans-light h3-tagline">I have an inquisitive nature.</p>
<p />
<p>
I built models as a kid because I liked to see how things fit together. I took up creative writing in college for the same reason, and graduated with honors. I like to take things apart and put them back together again. I am a student of music, art, and design in all forms.
</p>
<sl-divider></sl-divider>
<h3>Learning</h3>
<p class="merriweather-sans-light h3-tagline">If you're not learning, you're not growing.</p>
<p />
<p>
Questioning leads to learning - I am not often satisfied with the answer, "Because that's the way we've always done it." I am a creative problem-solver and multi-faceted thinker who enjoys the practice of learning how things work.
</p>
<sl-divider></sl-divider>
<h3>Design</h3>
<p class="merriweather-sans-light h3-tagline">The vision it takes to step back and imagine a result without the picture on the box.</p>
<p />
<p>
Prior to the web, I worked in Training and Documentation. Poor design in these disciplines had horrible consequences, both in the restaurant industry and defense contracting.
As the web's capabilities grew beyond static sites, systems programmers led the way and it quickly became clear; the world needed more good designers to facilitate human-computer interactions.
</p>
<sl-divider></sl-divider>
<h3>Front-End Engineering</h3>
<p class="merriweather-sans-light h3-tagline">I have built a successful career on intuitive, scalable interfaces for web applications.</p>
<p>
A secure extranet document exchange system. A touch-screen enterprise social experiment in five countries across three continents.
Scanning analysis review software built to protect valuable intellectual property amidst open source license concerns.
A declarative software composition application, which allows engineers and legal staff to establish reusable component trees for entire families of product releases.
These are just a few of the dozens of enterprise apps I've contributed to.
</p>
</div>
<div class="c"><h2>Want to learn more?</h2></div>
<div class="d">
<a href="/">
<sl-button variant="primary" outline>Home</sl-button>
</a>
<a href="/resume">
<sl-button variant="primary" outline>Résumé</sl-button>
</a>
<a href="/projects">
<sl-button variant="primary" outline>Projects</sl-button>
</a>
</div>
{% include 'contact.njk' %}
</section>