Skip to content

Commit 21dac63

Browse files
committed
Rebuild
1 parent 1c97951 commit 21dac63

File tree

81 files changed

+1432
-1164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1432
-1164
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
<link rel="stylesheet" href="/css/style.css">
15-
<link rel="stylesheet" href="/css/jasonscheirer.css?rnd=1732914198"><link rel="stylesheet" href="/css/fonts.css?rnd=1732914198">
15+
<link rel="stylesheet" href="/css/jasonscheirer.css?rnd=1732927602"><link rel="stylesheet" href="/css/fonts.css?rnd=1732927602">
1616

1717
</head>
1818
<body>

about/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
<link rel="stylesheet" href="/css/style.css">
15-
<link rel="stylesheet" href="/css/jasonscheirer.css?rnd=1732914198"><link rel="stylesheet" href="/css/fonts.css?rnd=1732914198">
15+
<link rel="stylesheet" href="/css/jasonscheirer.css?rnd=1732927602"><link rel="stylesheet" href="/css/fonts.css?rnd=1732927602">
1616

1717
</head>
1818
<body>
@@ -86,10 +86,10 @@
8686
<article>
8787
<h1 class="page-title">
8888
About</h1>
89-
<p>
90-
91-
92-
</p>
89+
<div class="byline-etc">
90+
91+
92+
</div>
9393

9494
<div>
9595
<p>I am Jason Scheirer, a completely unremarkable software developer in the Bay Area initially from the Inland Empire. A rough timeline of my life as a software engineer:</p>

categories/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
<link rel="stylesheet" href="/css/style.css">
15-
<link rel="stylesheet" href="/css/jasonscheirer.css?rnd=1732914198"><link rel="stylesheet" href="/css/fonts.css?rnd=1732914198">
15+
<link rel="stylesheet" href="/css/jasonscheirer.css?rnd=1732927602"><link rel="stylesheet" href="/css/fonts.css?rnd=1732927602">
1616
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="Jason Scheirer">
1717
</head>
1818
<body>
@@ -89,9 +89,10 @@
8989
<h1>Categories</h1>
9090

9191
</div>
92-
92+
93+
9394

94-
<ul>
95+
<ul class="links-categories">
9596

9697
</ul>
9798
<div>

css/jasonscheirer.css

Lines changed: 52 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ h1.page-title {
7979
}
8080

8181
h1.summary-title {
82+
margin: 0;
83+
padding: 8px;
8284
text-align: center;
83-
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
84-
padding-bottom: 8px;
85+
font-size: 20pt;
8586
}
8687

8788
h1.summary-title a {
@@ -112,6 +113,20 @@ nav {
112113
display: block;
113114
}
114115

116+
div.byline-etc {
117+
font-size: 12pt;
118+
border: 1px solid rgba(0, 0, 0, 0.05);
119+
border-radius: 4px;
120+
padding: 4px;
121+
background: rgba(0, 0, 0, 0.025);
122+
}
123+
124+
div.read-more {
125+
text-align: right;
126+
padding-right: 8px;
127+
font-weight: 700;
128+
}
129+
115130
article {
116131
line-height: 1.5;
117132
}
@@ -138,16 +153,17 @@ img {
138153
}
139154

140155
a.taglink {
141-
font-size: x-small;
156+
font-size: smaller;
142157
font-family: var(--mono-font);
143158
text-decoration: none;
144159
font-weight: normal;
145160
padding: 2px;
146161
color: black !important;
147-
border-radius: 8px;
162+
border-radius: 12px;
148163
display: inline-block;
149164
background-color: rgba(0, 0, 0, 0.05);
150165
padding: 4px;
166+
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
151167
}
152168

153169
a.taglink::before {
@@ -158,11 +174,25 @@ a.taglink::before {
158174
text-shadow: 0 0 2px white;
159175
}
160176

177+
span.tag-count {
178+
font-family: var(--body-font);
179+
color: rgba(255, 255, 255, 0.85);
180+
padding-left: 8px;
181+
padding-right: 8px;
182+
background: rgba(0, 0, 0, 0.125);
183+
border-radius: 8px;
184+
font-weight: 600;
185+
font-size: smaller;
186+
}
187+
161188
article.summary {
162-
padding: 4px;
163189
margin-bottom: 12px;
164-
border: 1px solid rgba(0, 0, 0, 0.05);
165-
border-radius: 6px;
190+
}
191+
192+
div.summary-text {
193+
padding: 4px;
194+
border-bottom-left-radius: 6px;
195+
border-bottom-right-radius: 6px;
166196
}
167197

168198
table {
@@ -182,7 +212,7 @@ td {
182212
}
183213

184214
blockquote {
185-
background-color: var(--bg-grn);
215+
background-color: rgba(0, 0, 0, 0.05);
186216
border: 1px solid rgba(0, 0, 0, 0.125);
187217
padding: 1em;
188218
border-radius: 4px;
@@ -193,6 +223,10 @@ time {
193223
font-family: var(--mono-font);
194224
font-size: smaller;
195225
font-weight: 300;
226+
padding: 4px;
227+
background: rgba(255, 255, 255, 0.125);
228+
border-radius: 2px;
229+
box-shadow: 0 0 4px rgba(0, 0, 0, 0.125);
196230
}
197231

198232
time:before {
@@ -204,3 +238,13 @@ time:before {
204238
.nav-item:not(:first-child):before {
205239
content: " | ";
206240
}
241+
242+
ul.links-tags {
243+
list-style-type: none;
244+
}
245+
246+
ul.links-tags li {
247+
font-size: 16pt;
248+
display: inline-block;
249+
margin: 4px;
250+
}

0 commit comments

Comments
 (0)