75b83b64cf993aef0e9268649d2dafd78d056d4e
[snf-cloudcms] / cloudcms / templates / content / template / resources.html
1 <div class="resources">
2
3     <div class="categories">
4         <h2 class="title">FILTER</h2>
5         <ul>
6             <li><a href="#">TECHINCAL PAPER</a></li>
7             <li><a href="#">USER GUIDE</a></li>
8             <li><a href="#">WHITE PAPER</a></li>
9             <li><a href="#">VIDEO</a></li>
10             <li><a href="#">NEWEST</a></li>
11             <li><a href="#">OLDEST</a></li>
12         </ul>
13     </div>
14
15     <div class="list">
16         <div class="resource">
17             <div class="front-content">
18
19                 <div class="date">01.02.12</div>
20                 <div class="title">Internal techincal presentation on okeanos at
21                 GRNET</div>
22                 <div class="category">filed under <a href="#">PRESENTATION</a></div>
23             </div>
24             <div class="description">
25                 <p>In the early days of computing, programs were serial, that is, a
26                 program consisted of a sequence of instructions, where each
27                 instruction executed one after the other. It ran from start to
28                 finish on a single processor.</p>
29             </div>
30             <div class="download">
31                 <img src="{{ MEDIA_URL }}/images/download-arrow.png" />
32                 <span>DOWNLOAD PDF</span>
33             </div>
34         </div>
35
36         <div class="resource">
37             <div class="front-content">
38
39                 <div class="date">01.02.12</div>
40                 <div class="title">Internal techincal presentation on okeanos at
41                 GRNET</div>
42                 <div class="category">filed under <a href="#">PRESENTATION</a></div>
43             </div>
44             <div class="description">
45                 <p>In the early days of computing, programs were serial, that is, a
46                 program consisted of a sequence of instructions, where each
47                 instruction executed one after the other. It ran from start to
48                 finish on a single processor.</p>
49             </div>
50             <div class="download">
51                 <img src="{{ MEDIA_URL }}/images/download-arrow.png" />
52                 <span>DOWNLOAD PDF</span>
53             </div>
54         </div>
55
56         <div class="resource">
57             <div class="front-content">
58
59                 <div class="date">01.02.12</div>
60                 <div class="title">Internal techincal presentation on okeanos at
61                 GRNET</div>
62                 <div class="category">filed under <a href="#">PRESENTATION</a></div>
63             </div>
64             <div class="description">
65                 <p>In the early days of computing, programs were serial, that is, a
66                 program consisted of a sequence of instructions, where each
67                 instruction executed one after the other. It ran from start to
68                 finish on a single processor.</p>
69             </div>
70             <div class="download">
71                 <img src="{{ MEDIA_URL }}/images/download-arrow.png" />
72                 <span>DOWNLOAD PDF</span>
73             </div>
74         </div>
75     </div>
76 </div>