Jobs on Compass often timeout
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / views / project_profile.jade
1 extends layout
2
3 //
4   Copyright (c) 2017 Kumar Rishabh and others.
5   All rights reserved. This program and the accompanying materials
6   are made available under the terms of the Apache License, Version 2.0
7   which accompanies this distribution, and is available at
8   http://www.apache.org/licenses/LICENSE-2.0
9 block search
10   include search
11 block content
12   .content
13     .container.container-custom
14           .carousel
15             a.carousel-item(href='#one!')
16               img(src='http://lorempixel.com/250/250/nature/1')
17             a.carousel-item(href='#two!')
18               img(src='http://lorempixel.com/250/250/nature/2')
19             a.carousel-item(href='#three!')
20               img(src='http://lorempixel.com/250/250/nature/3')
21             a.carousel-item(href='#four!')
22               img(src='http://lorempixel.com/250/250/nature/4')
23             a.carousel-item(href='#five!')
24               img(src='http://lorempixel.com/250/250/nature/5')
25             .card.card-shadow-custom.horizontal
26             .row.row-custom
27           .col.s5.card-title-div-custom
28             span.card-title.card-title-span-custom Card Title
29           .col.s5.card-title-div-custom
30             i.material-icons grade
31             span.card-title PenguinScore: 42
32           .col.s2.card-title-div-custom-right
33             form(action='#')
34               input#search_result_1(type='checkbox')
35               label(for='search_result_1') Compare
36           //
37             <div class="card-action">
38             <a href="#">This is a link</a>
39             </div>
40           .col.s4.card-image.card-image-custom
41             img.card-image-picture-custom(src='/images/logo.png')
42           .col.s8.card-stacked
43             .card-content
44               p
45                 .collection.collection-custom
46                   a.collection-item(href='#!')
47                     span
48                       i.material-icons code
49                       |                             Lines Of Code: 1.03M
50                   a.collection-item(href='#!')
51                     span
52                       i.material-icons code
53                       |                             Lines Of Code: 1.03M
54                   a.collection-item(href='#!')
55                     span
56                       i.material-icons code
57                       |                             Lines Of Code: 1.03M
58                   a.collection-item(href='#!')
59                     span
60                       i.material-icons code
61                       |                             Lines Of Code: 1.03M
62             .card-action
63               | Tags:
64               .chip
65                 a.a-custom(href='#!') Tag1
66               .chip
67                 a.a-custom(href='#!') Tag2
68               .chip
69                 a.a-custom(href='#!') Tag3
70               .chip
71                 a.a-custom(href='#!') Tag4
72               .chip
73                 a.a-custom(href='#!') Tag5
74               a.a-custom-more(href='#!') more
75           .divider
76           .card-action-custom.col.s12.card-action
77             | License:
78             a(href='#') MIT
79             |                     Complexity:
80             a(href='#') Atomic
81   footer
82     | © 2017 XYZ Company
83     link(rel='stylesheet', href='/stylesheets/search_projects.css')
84