summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/VNF_Catalogue/views/search_projects.jade
blob: 6670d212c87f251e10e5cfe892ea2abcf474c169 (plain)
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
extends layout

//
  Copyright (c) 2017 Kumar Rishabh and others.
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Apache License, Version 2.0
  which accompanies this distribution, and is available at
  http://www.apache.org/licenses/LICENSE-2.0
block content
  .search-box
    .form-group-custom.form-group.has-feedback
      input.search-input-rest.form-control(type='text', placeholder='Search...', id='Tags')
      i.material-icons search
  .content
    .container
      .card.card-shadow-custom.horizontal
        .row.row-custom
          .col.s5.card-title-div-custom
            span.card-title.card-title-span-custom Card Title
          .col.s5.card-title-div-custom
            i.material-icons grade
            span.card-title PenguinScore: 42
          .col.s2.card-title-div-custom-right
            form(action='#')
              input#search_result_1(type='checkbox')
              label(for='search_result_1') Compare
          //
            <div class="card-action">
            <a href="#">This is a link</a>
            </div>
          .col.s4.card-image
            img.card-image-picture-custom(src='/images/logo.png')
          .col.s8.card-stacked
            .card-content
              p
                .collection.collection-custom
                  a.collection-item(href='#!')
                    span
                      i.material-icons code
                      |                             Lines Of Code: 1.03M
                  a.collection-item(href='#!')
                    span
                      i.material-icons code
                      |                             Lines Of Code: 1.03M
                  a.collection-item(href='#!')
                    span
                      i.material-icons code
                      |                             Lines Of Code: 1.03M
                  a.collection-item(href='#!')
                    span
                      i.material-icons code
                      |                             Lines Of Code: 1.03M
            .card-action
              | Tags: 
              .chip
                a.a-custom(href='#!') Tag1
              .chip
                a.a-custom(href='#!') Tag2
              .chip
                a.a-custom(href='#!') Tag3
              .chip
                a.a-custom(href='#!') Tag4
              .chip
                a.a-custom(href='#!') Tag5
              a.a-custom-more(href='#!') more
          .divider
          .card-action-custom.col.s12.card-action
            | License: 
            a(href='#') MIT
            |                     Complexity: 
            a(href='#') Atomic
  footer
    | © 2017 XYZ Company
    link(rel='stylesheet', href='/stylesheets/search_projects.css')