Skip to content

Instantly share code, notes, and snippets.

@carlvlewis
Created September 9, 2017 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlvlewis/583025335fc46bc542850ecd08a5a257 to your computer and use it in GitHub Desktop.
Save carlvlewis/583025335fc46bc542850ecd08a5a257 to your computer and use it in GitHub Desktop.

<section id=”blog” class=”section-padding”> <div class=”container”> <div class=”row”> <!– Heading –> <div class=”col-md-12”> <div class=”heading-sec clearfix”> <div class=”section-header text-center”> <h2>Latest News</h2> <p>Event Industry Latest Updates</p> </div> </div> </div> <!– /Heading –>

<div class=”col-md-4 col-sm-4”> <div class=”blog_wrap”> <div class=”blog_img margin-btm-20”> <a href=”#”><img src=”assets/images/800x510.jpg” alt=”image”></a> </div> <div class=”blog_meta”> <p>Posted on November 30, 2016</p> </div> <h5><a href=”#”>How To Build Your Event Brand</a></h5> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text.</p> </div> </div>

<div class=”col-md-4 col-sm-4”> <div class=”blog_wrap video_post”> <div class=”blog_img margin-btm-20”> <a href=”#”><img src=”assets/images/800x510.jpg” alt=”image”></a> </div> <div class=”blog_meta”> <p>Posted on November 28, 2016</p> </div> <h5><a href=”#”>How To Get Started In Event Planning</a></h5> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text.</p> </div> </div>

<div class=”col-md-4 col-sm-4”> <div class=”blog_wrap”> <div class=”blog_img margin-btm-20”> <a href=”#”><img src=”assets/images/800x510.jpg” alt=”image”></a> </div> <div class=”blog_meta”> <p>Posted on October 30, 2016</p> </div> <h5><a href=”#”>The standard chunk of Lorem Ipsum used since</a></h5> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text.</p> </div> </div> </div> </div> </section>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment