Enable the local cache mac address
[samplevnf.git] / VNF_Catalogue / views / index_back.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 content
10   link(rel='stylesheet', href='/stylesheets/3rd_party/bootstrap.css')
11   .search-box
12     h1 VNF Catalogue
13     form.search-form
14       input.search-input(type='search', placeholder='Search...', id='Tags')
15       .space-10
16       button.search-button(type='submit', value='Search', id='Search') Search
17   .content.content-height-overwrite
18     nav.z-depth-0.transparent
19       .nav-wrapper
20         ul#nav-mobile.float-center-magic.hide-on-med-and-down.most-menu
21           li.items
22             a(href='#') Most Lines of Code
23           li.items
24             a(href='#') Most Active
25           li.items
26             a(href='#') Most Active Contributions
27   .content
28     .container
29       .row
30         each key, index in json
31           .box-container
32             .col-md-3
33               .content-box
34                 .content-data
35                   h1.content-title Beacon
36                   .box
37                     img.commit-icon(src='/images/3rd_party/commits.png')
38                     h3.commits
39                       | 4,845
40                       br
41                       | commits
42         //
43           .box-container
44             .col-md-3
45               .content-box
46                 .content-data
47                   h1.content-title Beacon
48                   .box
49                     img.commit-icon(src='/images/3rd_party/commits.png')
50                     h3.commits
51                       | 4,845
52                       br
53                       | commits
54           .col-md-3
55             .content-box
56               .content-data
57                 h1.content-title Beacon
58                 .box
59                   img.commit-icon(src='/images/3rd_party/commits.png')
60                   h3.commits
61                     | 4,845
62                     br
63                     | commits
64           .col-md-3
65             .content-box
66               .content-data
67                 h1.content-title Beacon
68                 .box
69                   img.commit-icon(src='/images/3rd_party/commits.png')
70                   h3.commits
71                     | 4,845
72                     br
73                     | commits
74           .col-md-3
75             .content-box
76               .content-data
77                 h1.content-title Beacon
78                 .box
79                   img.commit-icon(src='/images/3rd_party/commits.png')
80                   h3.commits
81                     | 4,845
82                     br
83                     | commits
84           .col-md-3
85             .content-box
86               .content-data
87                 h1.content-title Beacon
88                 .box
89                   img.commit-icon(src='/images/3rd_party/commits.png')
90                   h3.commits
91                     | 4,845
92                     br
93                     | commits
94           .col-md-3
95             .content-box
96               .content-data
97                 h1.content-title Beacon
98                 .box
99                   img.commit-icon(src='/images/3rd_party/commits.png')
100                   h3.commits
101                     | 4,845
102                     br
103                     | commits
104           .col-md-3
105             .content-box
106               .content-data
107                 h1.content-title Beacon
108                 .box
109                   img.commit-icon(src='/images/3rd_party/commits.png')
110                   h3.commits
111                     | 4,845
112                     br
113                     | commits
114           .col-md-3
115             .content-box
116               .content-data
117                 h1.content-title Beacon
118                 .box
119                   img.commit-icon(src='/images/3rd_party/commits.png')
120                   h3.commits
121                     | 4,845
122                     br
123                     | commits
124     footer
125       | © 2017 XYZ Company
126   style(type='text/css').
127     input[type="text"]:focus:not([readonly]) {
128       transition: all 0s !important;
129       border-radius: 5px;
130       border: 2px solid #333333;
131       box-shadow: 0 0 15px 1px rgba(0,0,0,0.50);
132       color: #333333;
133     }
134     .gray {
135       background: rgb(249,249,249);
136     }