Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2018 Refresh #67

Merged
merged 42 commits into from Sep 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
707f854
Updated to Kirby 2.5.10
TedGoas May 1, 2018
2f4b18d
Milestone
TedGoas Jul 31, 2018
9f6f1ff
New Direction + Everything I worked on before starting this pull request
TedGoas Sep 6, 2018
88bda95
Better Article Index
TedGoas Sep 6, 2018
35b0dbd
Updated article typography
TedGoas Sep 6, 2018
d2dd305
Work index and bio, rough draft
TedGoas Sep 9, 2018
222ca30
Bio tweaks
TedGoas Sep 9, 2018
6ed900c
Make Bio and Work index responsive
TedGoas Sep 11, 2018
22385bf
Homepage tweaks
TedGoas Sep 11, 2018
eec869c
Introduce handwritten font and lots of type updates
TedGoas Sep 13, 2018
fb29e8c
Born Ready Logo
TedGoas Sep 13, 2018
b75c33f
Misc type tweaks
TedGoas Sep 14, 2018
6fbb025
Blockquote styles
TedGoas Sep 14, 2018
e5ac73a
New HR style
TedGoas Sep 14, 2018
ebaa862
Better sketchy lines
TedGoas Sep 17, 2018
ea38a37
What I Do = done
TedGoas Sep 18, 2018
c39be0a
Figures for Working @ Stack
TedGoas Sep 18, 2018
56f536f
Figures for Working @ Canfield
TedGoas Sep 18, 2018
4a10a46
Upload old less file
TedGoas Sep 18, 2018
c51fb4f
maybe this old less file?
TedGoas Sep 18, 2018
e722833
Cool, conflict resolved, let's delete this bad boy
TedGoas Sep 18, 2018
7b2ef7d
No idea why I removing this produces a conflict. Fine, leave it for n…
TedGoas Sep 18, 2018
e8c303b
Add site footer
TedGoas Sep 18, 2018
a75fc7f
Updated homepage layout + icons
TedGoas Sep 18, 2018
282fd31
Icons and social stuff on homepage
TedGoas Sep 19, 2018
7aa0549
Add social links
TedGoas Sep 19, 2018
217d6cb
Work Index images and copy tweaks
TedGoas Sep 19, 2018
f42d6a9
Compressed images
TedGoas Sep 19, 2018
9f5a2eb
Figures for Stack Overflow for Enterprise
TedGoas Sep 20, 2018
55c4c3e
Figures for Clinical Services
TedGoas Sep 20, 2018
c9853db
Email Design content and figures
TedGoas Sep 21, 2018
2332a9d
Old, unused images
TedGoas Sep 21, 2018
dd23536
CSS tweaks
TedGoas Sep 23, 2018
470c4f5
Design Inline Blog Post reference cards + compressed images
TedGoas Sep 23, 2018
131a29a
Mobile fixes
TedGoas Sep 23, 2018
a5bdad8
Mobile fixes
TedGoas Sep 23, 2018
c18a6b3
Fix blog post lists on mobile
TedGoas Sep 24, 2018
5e743df
Make Underline links span two lines
TedGoas Sep 24, 2018
0ae5293
Remove 2nd footer
TedGoas Sep 24, 2018
1e8759a
Mobile upgrades
TedGoas Sep 24, 2018
aafe352
New Ascii Art
TedGoas Sep 25, 2018
27d89fe
Make logo a link to homepage
TedGoas Sep 25, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
128 changes: 128 additions & 0 deletions assets/css/_articles.less
@@ -0,0 +1,128 @@
.default-title {
.pb4;

h1 {
.mb0;
}
}
article,
.default-spacing {
.py6;
.px3;

h2,
h3,
h4,
p,
ul,
ol,
blockquote,
.twitter-tweet,
time,
pre,
figure.inline,
.max-width {
.wmx6;
.mx0;
}
time,
pre {
.d-block;
}
}
@media screen and (max-width: @breakpoint-small) {
article,
.default-spacing {
.py4;
}
}
article {
p,
li {
.ff-serif;
}

h2 {
.mt5;
.mb4;
}
h3 {
.mt5;
.mb3;
}
p {
.mb5;
.lh-md;
}
ul,
ol {
.my5;

li {
.my2;
position: relative;
list-style: none;
}
}
ul li:before {
position: absolute;
content: "";
display: inline-block;
width: 0.3rem;
height: 0.3rem;
background: @gray-4;
top: 0.5rem;
left: -1rem;
}
ol {
counter-reset: section;

li:before {
counter-increment: section;
content: counter(section);
position: absolute;
display: inline-block;
top: -1px;
left: -1.3rem;
.ff-sans;
text-align: right;
font-weight: bold;
.fs-fine;
color: @gray-5;
}
li:nth-child(-n+9):before {
content: "0" counter(section);
}
}

figure {
.mx0;
max-width: @site-width;

img,
iframe {
.wmx100;
.w100;
.d-block;
}
figcaption {
.fc-light;
.fs-caption;
.lh-sm;
.d-block;
.py2;
word-break: break-all;
}
}
.flush {
max-width: @site-width;
.w100;
margin-left: -@su3;
margin-right: -@su3;
}
.bordered {
.flush;
.p3;
border: 1px solid @gray-2;
}
}
1 change: 0 additions & 1 deletion assets/css/_ascii.less

This file was deleted.