-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection-news.html
55 lines (55 loc) · 2.07 KB
/
section-news.html
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
<h1 class="section-title text-center">NEWS</h1>
<div class="content clearfix">
<section class="col-lg-offset-2 col-lg-3 col-md-offset-0 col-md-6 col-sm-offset-2 col-sm-8 col-xs-offset-1 col-xs-10">
<article class="block-item clearfix">
<figure class="figure pull-left">
<a href="http://tbd.eventbrite.it">
<img src="assets/images/section-news/tbd.jpg" alt="November 2016 event logo" >
</a>
</figure>
<div class="block-info">
01.2017 <i class="fa fa-glass"></i> <i>Bologna</i>
</div>
<h1 class="block-title text-left">
<a href="http://tbd.eventbrite.it">
January 2017 event
</a>
</h1>
</article>
<article class="block-item clearfix">
<figure class="figure pull-left">
<a href="http://tbd.eventbrite.it">
<img src="assets/images/section-news/tbd.jpg" alt="November 2016 event logo" >
</a>
</figure>
<div class="block-info">
02.2017 <i class="fa fa-glass"></i> <i>Bologna</i>
</div>
<h1 class="block-title text-left">
<a href="http://tbd.eventbrite.it">
February 2017 event
</a>
</h1>
</article>
<article class="block-item clearfix">
<figure class="figure pull-left">
<a href="http://tbd.eventbrite.it">
<img src="assets/images/section-news/tbd.jpg" alt="December 2016 event logo" >
</a>
</figure>
<div class="block-info">
03.2017 <i class="fa fa-glass"></i> <i>Bologna</i>
</div>
<h1 class="block-title text-left">
<a href="http://tbd.eventbrite.it">
March 2017 event
</a>
</h1>
</article>
</section>
<section class="text-center col-lg-offset-1 col-lg-6 col-md-offset-0 col-md-6 col-sm-offset-2 col-sm-8 col-xs-offset-1 col-xs-10">
<a class="twitter-timeline" href="https://twitter.com/coderstug" data-widget-id="400318028472008705" data-chrome="nofooter" data-height="533px" target="blank">
Tweets by @coderstug
</a>
</section>
</div>