Jim Barnett
@jamesbarnettAll solutions
- Submitted 4 months ago
Time Tracking Dashboard Vanilla JS, Lots of CSS Custom Properties
- HTML
- CSS
- JS
Can I do anything about the lower corners of the cards?
- Submitted 4 months ago
Newsletter Signup - Vite/Vanilla JS/Responsive/Flex/Grid/dialog
- HTML
- CSS
- JS
Suggestions to improve the javascript for managing the dialog. Am I missing any obvious, well-adopted best practices, etc.?
- Submitted 4 months ago
Article Preview Card - Vanilla JS, Cube-CSS, Flex
- HTML
- CSS
- JS
Anything that can be improved. Thanks for taking a look!
- Submitted 4 months ago
Meet Landing Page - Responsive, Elixir, Phoenix, CubeCSS
- HTML
- CSS
Anything that improves accessibility, responsiveness, or elegance. I am also interested in thoughts on my implementations of the hero at different sizes, the vertical line/section number, and alternative implementation approaches as well.
- Submitted 4 months ago
Testimonials Grid - Responsive, Vue/Vite/TailwindCSS, Cube CSS
- HTML
- CSS
Overlooked design details, any suggestions with respect to Vue, and I am always looking for constructive criticism on responsiveness and accessibility. Like were there any opportunities to use aria- tags that would make a meaningful improvement?
- Submitted 4 months ago
Four Card Feature Section - Svelte/Vite/Tailwind/PostCSS/GHPages
- HTML
- CSS
I would love to hear alternative approaches to achieving the desktop layout of 3 columns with two cards occupying the middle column and the other two cards middle aligned.
- Submitted 4 months ago
Results Summary component - Responsive - Vue/Vite
- HTML
- CSS
I would like to hear feedback on the property bindings for the Summary Item component. I initially wanted them typed, but reconsidered after finding a
string
example. Any general feedback is welcome, too. - Submitted 4 months ago
Product Preview Card Component - Responsive - Vite, Svelte
- HTML
- CSS
Really just wanted to get a feel for Svelte, but am interested in hearing feedback in regards to accessibility (did I miss opportunities to use any
aria-
features?) and responsiveness. - Submitted 5 months ago
vite nojs fontsquirrel woff2_compress
- HTML
- CSS
I am interested to hear opinions on the media query.
- Should it have been decomposed into multiple media queries?
- Is there a standard practice for media query placement within a css file?
- I am always looking for feedback on markup structure. Opinionated and nitpicky things are welcome.
I have two uses of
text-align: center
. Are there better solutions? - Submitted 6 months ago
Blog Preview Card - Responsive font without media queries
- HTML
- CSS
Would it have been better to implement the instructor avatar as a
::before
element? Why or why not, or just a matter of taste?My use of the
hgroup
tag... appropriate? Unnecessary? Or maybe you would have used it, but differently. (removed: no longer relevant)Any other semantic elements that were used inappropriately or some that I missed an opportunity to leverage?
- Submitted 6 months ago
CSS Grid, CSS custom variables
- HTML
- CSS
I am particularly interested in hearing feedback related to layout and responsiveness, best practices, and tasteful markup.
Also, the rounded corners and the spacing between the QR code borders and the containing element.