Userium is a responsive Drupal 8 theme.

Demo site

The photos used in the demo are from Unsplash (Creative Commons Zero licence).

screenshot

Theme features

  • Uses Bootstrap v3.3.6
  • SASS / Compass
  • Responsive menu
  • Jumbotron images are hidden on small displays
  • Tested with Firefox 44.0.2, Google Chrome 51.0 , Safari 9.1.2

Sandbox

Sandbox project page

Git clone

git clone --branch 8.x-1.x https://git.drupal.org/sandbox/userium/2774611.git userium

cd userium

Creator

Designed and developed by Nina Patkai

Manual reviews of other projects:

https://www.drupal.org/node/2708265#comment-11503727
https://www.drupal.org/node/2757097#comment-11463381
https://www.drupal.org/node/2761459#comment-11463433
https://www.drupal.org/node/2774629#comment-11463449

CommentFileSizeAuthor
screenshot of kota.png5.8 MBuserium

Comments

userium created an issue. See original summary.

PA robot’s picture

Issue summary: View changes
Status: Active » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxuserium2774611git

Fixed the git clone URL in the issue summary for non-maintainer users.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

userium’s picture

Issue summary: View changes
userium’s picture

Fixed the errors found by pareview.sh, here is an updated report: http://pareview.sh/pareview/httpsgitdrupalorgsandboxuserium2774611git
The ESLint JavaScript issues are all due to Bootstrap.js.

userium’s picture

Issue summary: View changes
Issue tags: +PAreview: review bonus
userium’s picture

Issue summary: View changes
userium’s picture

Status: Needs work » Needs review
userium’s picture

Issue summary: View changes
userium’s picture

Issue summary: View changes
incursus’s picture

Manual Review

Individual user account
Yes
No duplication
Yes
Master Branch
Yes
Licensing
Yes
3rd party assets/code
Ideally, Bootstrap would be included via CDN in a userium.libraries.yml file, rather than be distributed with the theme itself. Something like:
global-css:
  css:
    theme:
      //fonts.googleapis.com/css?family=Oswald:400,700: { type: external }
      css/style.css: {}
      https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css: { type: external, minified: true }
      https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css: { type: external, minified: true }

global-js:
  js:
    js/bootstrap.js: {}
    https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js: { type: external, minified: true }
  dependencies:
    - core/jquery

That would eliminate any Parareview errors coming from the local copy.

README.txt/README.md
Yes
Code long/complex enough for review
Yes
Secure code
Yes
Coding style & Drupal API usage
Not sure what the "sass" and "templates" files are supposed to be, but they are large files that don't seem to serve any purpose ... ? Are those supposed to be folders or something?
incursus’s picture

Status: Needs review » Needs work
userium’s picture

Issue summary: View changes
userium’s picture

Thank you @incursus for the feedback! I now fixed the template and sass folders. Also, I included Bootstrap via CDN, so now there are no more pareview errors (http://pareview.sh/pareview/httpsgitdrupalorgsandboxuserium2774611git).

userium’s picture

Status: Needs work » Needs review
incursus’s picture

Status: Needs review » Reviewed & tested by the community

Looks good! Setting to Reviewed...

userium’s picture

Thank you @incursus for the review!

incursus’s picture

No problem! If you have a moment, I would love a review of my menu_markup module! It's simple, and small, and should be easy to look at :D

https://www.drupal.org/node/2782259

Cheers.

misc’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: -PAreview: review bonus

Thanks for your contribution, userium!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks to the dedicated reviewer(s) as well.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.