Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKonrad Pilch
2,435 PointsReview my code please
What do you think about my naming convention, the way i did use the div's, tags in heneral etc..?
I'm building this website right here
<div class="col-md-4 col-sm-6 col-xs-12">
<article class="article-excerpt">
<a href="">
<div class="img-responsive" style="background-image: url('http://cdn.tinybuddha.com/wp-content/uploads/2010/02/Clock2.jpg'); background-size:cover;"></div>
</a>
<div class="excerpt-wrapper">
<header>
<p class="date">July 27, 2016 in <span class="category">Self-Development</span></p>
<h3 class="title">How to use your time wisely</h3>
</header>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p class="author">by Aurelian Spodarec </p>
</div>
</article>
</div><!-- /col-* -->
1 Answer
Konrad Pilch
2,435 Pointsxd I hope you're about the images, not the imgur site.
Yes, bootstrap columns. Not the layout. Like treehouse is made in foundation, mine is made in bootstrap.
But im about naming conventions HTML.
Konrad Pilch
2,435 PointsKonrad Pilch
2,435 Pointsor what do you think if i add to eaach of the tag inside a tag like
excerpt-[name] e.g. excerpt-title, excerpt-author ?