Skip to content

Commit b171892

Browse files
committed
Add phone and heading alignment
1 parent e94d3a1 commit b171892

3 files changed

Lines changed: 45 additions & 24 deletions

File tree

app/info/resume/page/resume-jake/resume-jake.module.scss

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@use '../../../../../styles/foundation/global';
33

44
$content-width: 60rem;
5+
$base-font-size: variables.$font-size-small;
56

67
@mixin uppercase-with-large-first-letter($base-font-size) {
78
text-transform: uppercase;
@@ -20,7 +21,7 @@ $content-width: 60rem;
2021
.resumeJake {
2122
color: variables.$color-font-one;
2223
font-family: variables.$font-family-two;
23-
font-size: variables.$font-size-small;
24+
font-size: $base-font-size;
2425

2526
h1 {
2627
text-align: center;
@@ -29,13 +30,13 @@ $content-width: 60rem;
2930
padding-bottom: 0;
3031
line-height: 3.5rem;
3132
font-size: variables.$font-size-huge;
32-
font-weight: variables.$heading-weight-extra-bold;
33+
font-weight: variables.$heading-weight-bold;
3334
letter-spacing: 0.03rem;
3435
//color: variables.$color-font-two;
3536
}
3637

3738
h2 {
38-
$font-size: variables.$font-size-small;
39+
$font-size: $base-font-size;
3940

4041
font-size: $font-size;
4142
font-weight: global.$font-weight-normal;
@@ -54,7 +55,7 @@ $content-width: 60rem;
5455
h3 {
5556
margin-top: 0.5rem;
5657
margin-bottom: 0;
57-
font-size: variables.$font-size-small;
58+
font-size: $base-font-size;
5859
font-weight: variables.$heading-weight-extra-bold;
5960

6061
a {
@@ -69,6 +70,12 @@ $content-width: 60rem;
6970
font-style: italic;
7071
}
7172

73+
h3, h4 {
74+
display: flex;
75+
flex-direction: row;
76+
justify-content: space-between;
77+
}
78+
7279
// lists below subheadings like position experience
7380
h4 ~ ul {
7481
margin-top: 0;
@@ -77,6 +84,7 @@ $content-width: 60rem;
7784
// all content below h2s
7885
h2 ~ *:not(h2) {
7986
margin-left: 1rem;
87+
margin-right: 1rem;
8088
}
8189

8290
a {
@@ -94,7 +102,7 @@ $content-width: 60rem;
94102
margin: 0;
95103
padding: 0;
96104
list-style: none;
97-
font-size: variables.$font-size-small;
105+
font-size: $base-font-size;
98106
text-align: center;
99107
line-height: 1rem;
100108

components/phone.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
'use client';
2+
3+
import { useSearchParams } from 'next/navigation';
4+
5+
export default function Phone() {
6+
const num = atob('NDE1LTMyMC02NjYz');
7+
const searchParams = useSearchParams();
8+
9+
return <>{searchParams?.get('phone') && num}</>;
10+
}

markdown/resume-hand-revised.mdx

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
import Phone from '../components/phone';
2+
import {Suspense} from 'react';
3+
14
# Franklin Clark
2-
- 619-123-1234
5+
- <Suspense><Phone /></Suspense>
36
- [ffffranklin@pobox.com](mailto:ffffranklin@pobox.com)
4-
- [linkedin.com/in/franklinclark]()
5-
- [github.com/ffffranklin]()
7+
- [linkedin.com/in/franklinclark](https://www.linkedin.com/in/franklinclark)
8+
- [github.com/ffffranklin](https://www.github.com/ffffranklin)
69

710
## Summary
811

@@ -15,8 +18,8 @@ I like to work on fun-to-use products and challenging problems with diverse team
1518

1619
## Experience
1720

18-
### [ThoughtSpot](https://www.thoughtspot.com)
19-
#### Senior Software Engineer / Mountain View, CA / 2023 - 2025
21+
### [ThoughtSpot](https://www.thoughtspot.com) <aside>Mountain View, CA</aside>
22+
#### Senior Software Engineer <aside>2023 - 2025</aside>
2023

2124
- Partnered with Staff and Managing Engineers to migrate Mode to ThoughtSpot’s
2225
Analyst Studio, integrating both platforms with ThoughtSpot’s ecosystem.
@@ -26,20 +29,20 @@ automation tool using CircleCI, NodeJS, and GhostInspector
2629
overhead and improved software quality.
2730
- Troubleshot Fastly, AWS S3 content delivery and AWS SQS message queues
2831

29-
### [Mode](https://www.mode.com) (merged with [ThoughtSpot](https://www.thoughtspot.com) in July 2023)
30-
#### Senior Software Engineer Lead, Front End (L5) / San Francisco, CA / 2022 - 2023
32+
### <span>[Mode](https://www.mode.com) (merged with [ThoughtSpot](https://www.thoughtspot.com) in July 2023)</span> <aside>San Francisco, CA</aside>
33+
#### Senior Software Engineer Lead, Front End (L5) <aside>2022 - 2023</aside>
3134

3235
- Partnered with dbt and led the integration of dbt Metrics into the visualization
3336
query system, coordinating engineering efforts across 3 teams and delivering
3437
the project on time.
3538
- Served as tech lead for the logged-out user experience by designing sitewide
3639
observability and RUM instrumentation, optimizing session management across
3740
browser tabs, and developing integration and end-to-end test plans
38-
- Designed the architecture for workspace and member API tokens, led the global
39-
search initiative with Algolia integration, and executed full-stack data modeling,
41+
- Designed the architecture for workspace and member API tokens in Angular
42+
- Led the global search initiative with Preact Algolia integration, and executed full-stack data modeling,
4043
enabling hundreds of users to perform faster searches.
4144

42-
#### Senior Software Engineer, Front End (L3) / San Francisco, CA / 2016 - 2022
45+
#### Senior Software Engineer, Front End (L3) <aside>2016 - 2022</aside>
4346

4447
- Developed and optimized frontend systems for visual analytics using Angular,
4548
React, and NodeJS; resolved performance bottlenecks in report rendering and
@@ -59,8 +62,8 @@ technical direction
5962
and workspace settings, collaborating with product and engineering to ensure
6063
testable workflows, improving system security and maintainability
6164

62-
### [Prosper Marketplace](https://www.prosper.com)
63-
#### Front-End Web Engineering Manager / San Francisco, CA / 2012 - 2015
65+
### [Prosper Marketplace](https://www.prosper.com) <aside>San Francisco, CA</aside>
66+
#### Front-End Web Engineering Manager <aside>2012 - 2015</aside>
6467

6568
- Established and coordinated the Prosper Front End Engineering team, expanding
6669
it to 6 members
@@ -80,14 +83,14 @@ NodeJS
8083
- Trained by Peter Bell (author of O'Reilly's Introducing GitHub) in Git for
8184
continuous integration
8285

83-
### [Boulevards New Media](http://boulevards.com)
84-
#### Lead Web Developer and Project Manager / San Francisco, CA / 2006 - 2012
86+
### [Boulevards New Media](http://boulevards.com) <aside>San Francisco, CA</aside>
87+
#### Lead Web Developer and Project Manager <aside>2006 - 2012</aside>
8588

8689
- Promoted from Lead Web Developer to Project Manager, leading a team of 4 and
8790
delivering over 10 successful projects while sustaining team retention
8891
- Built Boulevards’ project management infrastructure from the ground up
89-
- Designed and deployed over 30 projectsincluding websites, widgets, and
90-
prototypesfor flagship properties like SFStation.com
92+
- Designed and deployed over 30 projects - including websites, widgets, and
93+
prototypes - for flagship properties like SFStation.com
9194
- Coordinated company-wide projects and initiatives
9295
- Optimized project scopes to maintain budget discipline over three years
9396
- Invented and implemented an object-oriented CSS methodology and compiler
@@ -96,14 +99,14 @@ for component-based styles
9699
site stability and enabling faster content updates
97100
- Resolved complex design and programming roadblocks
98101

99-
### [Onomy Labs, Inc.](http://www.onomy.com)
100-
#### Artist, Multimedia Engineer (Paid internship) / Menlo Park, CA / 2006 - 2007
102+
### [Onomy Labs, Inc.](http://www.onomy.com) <aside>Menlo Park, CA</aside>
103+
#### Artist, Multimedia Engineer (Paid internship) <aside>2006 - 2007</aside>
101104

102105
- Created 3D interactive prototypes in Blender with Python, flash and HTML
103106
- Developed productive office culture based on the “Getting Things Done” methodology
104107

105108
## Education
106-
### BFA / Digital Media Art / San Jose State University / 2001-2006
109+
### BFA / Digital Media Art / San Jose State University <aside>2001 - 2006</aside>
107110
#### Multidisciplinary program offering a digital art and design curriculum in the areas of computer graphics, web development, programming, physical computing, fabrication, prototyping, interactivity and computer games. Graduation pending.
108111

109112
## Skills

0 commit comments

Comments
 (0)