benjamin melançon
9f4782d5c4
Remove incorrectly hard-coded transparent-header class
...
@cedewey - this is created in JavaScript from the data-headerbg attribute and should never
have been hardcoded— certainly not without a TODO remove in the source.
2018-11-12 00:05:41 -05:00
benjamin melançon
c1edb1186e
Prevent silly new default navburger color from spoiling Todd's design
...
... if that's the only unwanted change Bulma made from 0.6.2 to 0.7.2, we're in good shape
2018-11-11 23:46:48 -05:00
benjamin melançon
b0a0dc68ed
Update to Bulma 7.2 & use my navbar-breakpoint variable they accepted
2018-11-11 23:40:49 -05:00
benjamin melançon
9a1c25235a
Commit compiled CSS
2018-11-11 22:41:57 -05:00
benjamin melançon
bb927e654a
Reverse, rather than reiterate, nav links on hover
2018-11-11 22:41:43 -05:00
benjamin melançon
dc6b38e888
Commit compiled CSS
2018-11-11 22:07:44 -05:00
benjamin melançon
a0719a5d10
Background of menu needs to be dark all the time, not just for mobile
...
(This was a bug in the static layouts, too, not just the actual site.)
2018-11-11 22:07:37 -05:00
benjamin melançon
ceeeead696
Define a UI pattern for tiles
2018-11-03 17:39:44 -04:00
benjamin melançon
1d130512d3
Add template for tile-view-mode content
...
Used on the project listing (/work) page so far.
2018-11-03 12:25:10 -04:00
benjamin melançon
6847be9907
Commit compiled CSS
2018-11-03 12:24:28 -04:00
benjamin melançon
f4cc463b38
Ensure a relative consistency in card heights
...
Projects on the work page for instance which have a lot of title and subtitle text will
still be longer than this, but the differences won't be excessive.
2018-11-03 12:24:11 -04:00
benjamin melançon
ed32e0afd2
Print special header for front page even if front page is a node
2018-11-03 10:22:13 -04:00
benjamin melançon
e6cbc3482f
Add pretty natural language, oxford commad, 'and's
2018-11-01 04:41:58 -04:00
benjamin melançon
a0d31318e4
Make the comma for every inline field
2018-11-01 04:36:03 -04:00
benjamin melançon
f1f580a357
List multiple taxonomy terms with commas in between
...
... realizing we could probably do this for *any* inline field, not just entity
references.
2018-11-01 04:34:50 -04:00
benjamin melançon
7b42a33984
Add flow middle class to default paragraphs
2018-10-31 20:02:35 -04:00
benjamin melançon
f6c855bfa9
Begin with unmodified copy of paragraph module's paragraph template
2018-10-31 19:05:57 -04:00
benjamin melançon
d7fd7f5c04
Add wrapping content flow div
2018-10-31 19:05:30 -04:00
benjamin melançon
69ee268a44
Hide submitted by and submitted date fields, we won't show them on case studies
2018-10-31 18:49:03 -04:00
benjamin melançon
3d9f82bae9
Remove 'content', 'label' classes from inline-label fields
2018-10-31 18:46:45 -04:00
benjamin melançon
b2e8ce6637
Commit generated CSS
2018-10-31 18:08:28 -04:00
benjamin melançon
2ced1e7a9a
Commit updated generated styleguide file
2018-10-31 01:36:07 -04:00
benjamin melançon
4674ecb9e2
Commit compiled CSS
2018-10-31 01:35:51 -04:00
benjamin melançon
a838001892
Fix display of inline labels; remove label (block) class
2018-10-31 01:35:37 -04:00
benjamin melançon
e4df5e2927
Add styles for field labels
2018-10-31 01:35:05 -04:00
benjamin melançon
158b69051b
Brief experiment with UI patterns which would be great if could pass in label value
2018-10-29 23:45:47 -04:00
benjamin melançon
b846522aad
Remove all the item wrapper unwanted mess
2018-10-26 01:50:54 -04:00
benjamin melançon
4a8191301b
Style fields with labels
2018-10-26 00:59:58 -04:00
benjamin melançon
bf392eb2c7
probably fix non-multiple hidden label fields
2018-10-26 00:58:45 -04:00
benjamin melançon
7faabb912a
Restore output of fields with non-hidden label
2018-10-26 00:58:16 -04:00
benjamin melançon
b7ffd9a059
Don't print divs for any title-less field by default
2018-10-24 22:01:44 -04:00
benjamin melançon
a286fa50d0
Add non-paragraph Project Details and exclude all shown fields
2018-10-24 20:14:33 -04:00
benjamin melançon
0f57cd7d41
Fix typo
2018-10-24 19:00:39 -04:00
benjamin melançon
a0c3132b7d
Include check for paragraphs, fix indent, acknowledge confusion
2018-10-24 18:52:50 -04:00
benjamin melançon
bfe2161ff3
Clean up now-working node layout template
2018-10-24 18:45:24 -04:00
benjamin melançon
7084b3ed7c
Rework proof of concept
...
leave in some remaks on insanity:
{{ content }} doesn't print out any paragraphs; only {{ content.content}} does that.
2018-10-24 18:38:15 -04:00
benjamin melançon
0d59e58618
Commit proof of concept because wow
2018-10-24 16:46:23 -04:00
benjamin melançon
2c0c86d4cb
Output images without extraneous divs
2018-10-24 05:29:29 -04:00
benjamin melançon
f76ce6f3cc
Remove murder divs from what should output just a key
2018-10-24 05:26:22 -04:00
benjamin melançon
ccd624460d
Set 'is-color' variants based on in-content selection
2018-10-24 05:25:30 -04:00
benjamin melançon
ee543ce2e6
Add critical class for styling of title paragraph
...
.. if non-projects have different hero headers, we'll deal with that when
we come to it.
2018-10-24 04:48:58 -04:00
benjamin melançon
b54bccaebd
Remove obsolete comment
2018-10-24 04:48:07 -04:00
benjamin melançon
85ad2ce7c6
Remove all divs around paragraphs; they'll supply their own
2018-10-24 04:39:02 -04:00
benjamin melançon
cfdacf7a7e
Remove unused divs around subtitle exactly like title
...
... this is where per-field template selection would be great... Fences module
i think it was.
2018-10-24 04:29:32 -04:00
benjamin melançon
92339c42c8
Format imaage and body of title paragraph
2018-10-24 04:28:37 -04:00
benjamin melançon
f86a27164c
Fix inclusion of attributes
2018-10-23 21:50:00 -04:00
benjamin melançon
65eec3be35
Override title field template to remove unneeded divs
2018-10-23 21:42:30 -04:00
benjamin melançon
e6ebfb636f
Start styling the title paragraph
2018-10-23 13:50:51 -04:00
benjamin melançon
af105ab1fc
Remove stray character of death
2018-10-23 10:42:58 -04:00
benjamin melançon
edf4f1f38a
Ditch title part of header section for node pages
2018-10-23 09:53:39 -04:00