From f011adcefc14b628a045c0137565a49faa781add Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 17 Mar 2024 09:50:20 -0400 Subject: [PATCH] dates on the same line --- index.html | 95 ++++++++++++++++++++++++++++-------------------------- letter.css | 2 +- styles.css | 26 ++++++++++----- 3 files changed, 68 insertions(+), 55 deletions(-) diff --git a/index.html b/index.html index e46a6b9..2b2324f 100644 --- a/index.html +++ b/index.html @@ -7,18 +7,11 @@

Brian Sakal

-
- -
- 225 Van Houten Ave.
- Passaic, NJ 07055
- (305) 930-0248
-
-
- +
@@ -31,11 +24,13 @@
  • -
    - Senior Full-Stack Developer, - TorahAnytime.com, Flushing, NY +
    +
    + Senior Full-Stack Developer, + TorahAnytime.com, Flushing, NY +
    +
    June 2022–Present
    -
    June 2022–Present
    • @@ -84,13 +79,15 @@
  • -
    - Assistant Manager, - Sureknit Inc. Property Management, East Flatbush, NY +
    +
    + Assistant Manager, + Sureknit Inc. Property Management, East Flatbush, NY +
    +
    February 2020–June 2022
    -
    February 2020–June 2022
    • Kept accurate records of tenant rent payments.
    • @@ -122,11 +119,13 @@
  • -->
  • -
    - Operations Manager, - Tax Opportunities America, Flushing, NY +
    +
    + Operations Manager, + Tax Opportunities America, Flushing, NY +
    +
    April 2014–May 2015
    -
    April 2014–May 2015
    • @@ -142,14 +141,16 @@
  • -
    - Representative, - Computer-Aided Engineering Network (CAEN) Hotline, U. of - Michigan +
    +
    + Representative, + Computer-Aided Engineering Network (CAEN) Hotline, U. of + Michigan +
    +
    2007–2009, 2010–2011
    -
    2007–2009, 2010–2011
    • @@ -207,9 +208,9 @@
      Calendar Optimizer project The beginnings of a stock options research platform. Frontend - uses Preact, backend application layer uses trpc, database is - Clickhouse. Available at + >Stock options research platform. Frontend uses Preact, + backend application layer uses trpc, database is Clickhouse. + Available at https://calendar-optimizer-frontend.sakal.us.Custom Full-Stack eCommerce website Created custom e-commerce website, both front-end and - back-end, from scratch; was at piazzaoptical.com (code at + back-end, from scratch; previously at piazzaoptical.com (code + at https://git.sakal.us/avraham/piazzaoptical.com). Frontend was implemented in @@ -275,16 +277,17 @@
      • -
        - B.S. in Aerospace Engineering, - University of Michigan, Ann Arbor, MI -
        -
        - Sept. 2006–April 2009, Sept. 2010–April 2011 +
        +
        + B.S. in Aerospace Engineering, + University of Michigan, Ann Arbor, MI +
        +
        + Sept. 2006–April 2009, Sept. 2010–April 2011, GPA 3.185 +
        -
        GPA 3.185
      • -
      • +
diff --git a/letter.css b/letter.css index 3a1759e..bff95bf 100644 --- a/letter.css +++ b/letter.css @@ -1,5 +1,5 @@ @import url("./common.css"); @page { size: letter; - margin: 1in; + margin: 0.5in; } diff --git a/styles.css b/styles.css index 42ae3c1..d562625 100644 --- a/styles.css +++ b/styles.css @@ -28,6 +28,11 @@ body { text-align: right; } +.space-between { + display: flex; + justify-content: space-between; +} + .no-bullet { list-style-type: none; margin: 0; @@ -44,31 +49,36 @@ section.header { section.contact-info { display: flex; - justify-content: space-between; + justify-content: center; } section.sections { - margin-top: 3em; + margin-top: 1.6em; display: flex; flex-direction: column; justify-content: flex-start; - gap: 2em; + gap: 1.6em; } -section.sections > section { +/* section.sections > section { display: flex; justify-content: flex-start; -} +} */ section.sections > section > label { - width: 25%; + float: left; + width: 8em; + height: 2em; + margin-right: 0.7em; + /* border: 1px solid black; */ + /* padding-bottom: 0.5em; */ } -section.sections > section > div { +/* section.sections > section > div { width: 75%; -} +} */ ul.inline { padding-inline-start: 0px;