-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnews.html
84 lines (78 loc) · 3.03 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: page
title: News and Events
permalink: /news/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>NEWS</h1>
<!-- <b><p><big>We are working with great people with a strong motivation to teach and learn - here you can read more about the Coding Club team and our collaborators.</big></p></b>-->
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Start -->
<section id="portfolio-work">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<div class="portfolio-contant">
<ul id="portfolio-contant-active">
<!-- next item -->
<li class="mix Tag1">
<a href="">
<img src="{{ site.baseurl }}/img/news/news1.jpg" alt="">
<div class="overly">
<div class="position-center">
<h2>Lorem ipsum 1</h2>
<p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt </p>
<p>WHERE: Lorem ipsum</p>
<p>WHEN: Lorem ipsum </p>
</div>
</div>
</a>
</li>
<!-- next item -->
<li class="mix Tag2">
<a href="">
<img src="{{ site.baseurl }}/img/news/event2.png" alt="">
<div class="overly">
<div class="position-center">
<h2>Lorem ipsum 2</h2>
<p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt </p>
<p>WHERE: Lorem ipsum</p>
<p>WHEN: Lorem ipsum </p>
</div>
</div>
</a>
</li>
<!-- next item -->
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<!--
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We are always looking for new ideas and feedback.</h2>
<b><p><big>We are always keen to work with people and organisations. If you think you can contribute to HPC-UK then please just get in touch and talk to us. Feel free to contact us with any questions or feedback - we would really appreciate your input!</big></p></b>
<a class="btn btn-default btn-call-to-action" href="https://jade.github.io/contact/" >Get in touch</a>
</div>
</div>
</div>
</div>
-->
</section>