Does anybody know of any work that has been done to create responsive Drupal 7 themes that follow the BEM specification?
I have used the method in a non-Drupal mobile website implementation and am interested in partnering with other interested parties to get to work on developing a new theme or enhancing existing work that has already been done.
Thanks for the email and invitation ! My strong skills is in backend customization. I am using template to get things done.
But if you have template and you want it to sell online i can help you in the marketing online.
On Sun, Oct 5, 2014 at 6:19 PM, Jerome Covington jeromecovington@gmail.com wrote:
Does anybody know of any work that has been done to create responsive Drupal 7 themes that follow the BEM specification?
I have used the method in a non-Drupal mobile website implementation and am interested in partnering with other interested parties to get to work on developing a new theme or enhancing existing work that has already been done.
-- Regards, Jerome Musician http://www.jeromecovington.com/music/ || Developer http://www.ethicaldeveloper.com
themes mailing list themes@drupal.org https://lists.drupal.org/mailman/listinfo/themes
Jerome, Good Morning. My name is Robert Orr. I am a Musician and Technology Developer. I work and live in Bogota Colombia working on some Music deals. I don't know how I could assist you with your development projects but I am very interested in the Music. Let me know. Could you give a little more explaination on what your goals are? Rob
Robert Orr Latin America Voice Systems Cell Phone +571-314-381-5781
On Mon, Oct 6, 2014 at 1:21 AM, jazzi mailman jazclick@gmail.com wrote:
Thanks for the email and invitation ! My strong skills is in backend customization. I am using template to get things done.
But if you have template and you want it to sell online i can help you in the marketing online.
On Sun, Oct 5, 2014 at 6:19 PM, Jerome Covington < jeromecovington@gmail.com> wrote:
Does anybody know of any work that has been done to create responsive Drupal 7 themes that follow the BEM specification?
I have used the method in a non-Drupal mobile website implementation and am interested in partnering with other interested parties to get to work on developing a new theme or enhancing existing work that has already been done.
-- Regards, Jerome Musician http://www.jeromecovington.com/music/ || Developer http://www.ethicaldeveloper.com
themes mailing list themes@drupal.org https://lists.drupal.org/mailman/listinfo/themes
themes mailing list themes@drupal.org https://lists.drupal.org/mailman/listinfo/themes
On Sun, Oct 05, 2014 at 09:19:27PM -0400, Jerome Covington wrote:
Does anybody know of any work that has been done to create responsive Drupal 7 themes that follow the BEM specification?
I have used the method in a non-Drupal mobile website implementation and am interested in partnering with other interested parties to get to work on developing a new theme or enhancing existing work that has already been done.
Hi Jerome
I've not heard of BEM before ... just looking at it now.
Wikipedia has this to say on it : Block, element, modifier, a method for CSS writing [1]
but there's no page in wikipedia on it. (Maybe we should start one?)
I've also found an article dating back to 2012 in Smashing Magazine[2]
My first question is where is this in relation to SASS?
Kind regards
Lesley
[1] http://en.wikipedia.org/wiki/BEM [2] http://www.smashingmagazine.com/2012/04/16/a-new-front-end-methodology-bem/
On Oct 6, 2014, at 9:11 AM, lesleyb lesleyb@herlug.org.uk wrote:
My first question is where is this in relation to SASS?
The only relation I know to SASS is that you can take advantage of SASS’ nesting. For example:
.list { &__header { /* stuff */ } &__item { /* stuff */ } &--modifier { /* stuff */ } &--modifier2 { /* stuff */ } }
Reference: http://alwaystwisted.com/post.php?s=2014-02-27-even-easier-bem-ing-with-sass...
--- David Landry