-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (56 loc) · 2.87 KB
/
index.html
File metadata and controls
67 lines (56 loc) · 2.87 KB
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
65
66
67
---
layout: baselayout.njk
title: Scott J Finkel
---
<div class="bigdot"> </div>
<h1>Hi!<br />I'm Scott, a software design engineer in San Diego, California.</h1>
<section class="two-col-grid-container">
<div class="a"><h2>What I Do</h2></div>
<div class="b">
<h3>Software Product Ownership</h3>
<p class="merriweather-sans-light h3-tagline">Complex enterprise initiatives are my jam.</p>
<p />
<p>I'm a twenty-five year veteran of advanced engineering projects serving global audiences across the enterprise landscape. I have led a wide variety of web-based initiatives, including mobile productivity apps, open source software compliance tooling, document distribution portals, and much more.</p>
<sl-divider></sl-divider>
<h3>Web Site Design & Development</h3>
<p class="merriweather-sans-light h3-tagline">A well-designed site leads to business growth.</p>
<p />
<p>
From static marketing sites to dynamic e-commerce platforms, I can design, build, and deploy the site or application you need to achieve your business goals. If you are looking for a custom web presence, please reach out via one of the links below.
</p>
<sl-divider></sl-divider>
<h3>Prototypes & Usability Testing</h3>
<p class="merriweather-sans-light h3-tagline">Iterate before you code.</p>
<p />
<p>
Building fast and breaking things is expensive. Iterate faster with mockups and build the right thing the first time. Engaging with users and aligning with requirements early and often ensures the fit and finish of your application doesn't drift away from the features your users need to succeed.
</p>
<sl-divider></sl-divider>
<h3>Front-end Engineering</h3>
<p class="merriweather-sans-light h3-tagline">Build, integrate, test, iterate.</p>
<p />
<p>
Reactive functional paradigms on the front-end communicating with REST-based services on the back-end. I've worked with React, Typescript, Tailwind, Sass, Astro, Python, Rust and many other frameworks and libraries.
</p>
<sl-divider></sl-divider>
<h3>Technical Documentation</h3>
<p class="merriweather-sans-light h3-tagline">If it isn't documented it isn't done.</p>
<p />
<p>
Design docs, Help systems, User guides, FAQs, and Release notes are all fundamental to modern software development. These artifacts need not be dry and boring, but should engage users and lead them to success.
</p>
</div>
<div class="c"><h2>Want to learn more?</h2></div>
<div class="d">
<a href="/about">
<sl-button variant="primary" outline>About</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>