-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremovidos
73 lines (72 loc) · 3.65 KB
/
removidos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<section id="news">
<div class="container">
<div class="row">
<div class="span12">
<div class="module-header news-header">
<h4>News</h4>
</div>
<!-- -->
</div>
<!-- end span12 -->
<ul class="news-items hfeed">
<li class="news-item clearfix span4">
<div class="news-date"> <span class="month">May</span> <span class="day">16</span> </div>
<!-- end news-date -->
<div class="share-widget"> <a href="#"><i class="iconf-facebook"></i></a> <a href="#"><i class="iconf-twitter"></i> </a>
<!-- end share-widget -->
</div>
<br class="clearfix">
<div class="news-entry">
<h3 class="entry-title">2014 Conference Will Be Held in September</h3>
<div class="entry-image"> <img src="images/photos/780x475-01.jpg" alt="News Image"> </div>
<div class="entry-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sodales tincidunt sodales. Nam tellus velit, hendrerit ac venenatis adipiscing, sollicitudin vitae orci. Vestibulum mollis pharetra metus sit amet convallis.</p>
<a href="#">Read full story <i class="iconf-angle-right"></i> </a> </div>
<!-- end news-entry -->
</div>
<!-- end span4 -->
</li>
<!-- end news-item -->
<li class="news-item clearfix span4">
<div class="news-date"> <span class="month">April</span> <span class="day">25</span> </div>
<!-- end news-date -->
<div class="share-widget"> <a href="#"><i class="iconf-facebook"></i></a> <a href="#"><i class="iconf-twitter"></i> </a>
<!-- end share-widget -->
</div>
<br class="clearfix">
<div class="news-entry">
<h3 class="entry-title">Conference Location at the Heart of NY</h3>
<div class="entry-image"> <img src="images/photos/780x475-02.jpg" alt="News Image"> </div>
<div class="entry-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sodales tincidunt sodales. Nam tellus velit, hendrerit ac venenatis adipiscing, sollicitudin vitae orci. Vestibulum mollis pharetra metus sit amet convallis.</p>
<a href="#">Read full story <i class="iconf-angle-right"></i> </a> </div>
<!-- end news-entry -->
</div>
<!-- end span4 -->
</li>
<!-- end news-item -->
<li class="news-item clearfix span4">
<div class="news-date"> <span class="month">February</span> <span class="day">17</span> </div>
<!-- end news-date -->
<div class="share-widget"> <a href="#"><i class="iconf-facebook"></i></a> <a href="#"><i class="iconf-twitter"></i> </a>
<!-- end share-widget -->
</div>
<br class="clearfix">
<div class="news-entry">
<h3 class="entry-title">Things You Can See While You Are Here</h3>
<div class="entry-image"> <img src="images/photos/780x475-03.jpg" alt="News Image"> </div>
<div class="entry-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sodales tincidunt sodales. Nam tellus velit, hendrerit ac venenatis adipiscing, sollicitudin vitae orci. Vestibulum mollis pharetra metus sit amet convallis.</p>
<a href="#">Read full story <i class="iconf-angle-right"></i> </a> </div>
<!-- end news-entry -->
</div>
<!-- end span4 -->
</li>
<!-- end news-item -->
</ul>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end news -->