|
| 1 | +{{ define "head_extra" }} |
| 2 | +<link rel="stylesheet" href="/products/energy-id/css/main.css"> |
| 3 | +<link rel="stylesheet" href="/products/energy-id/css/index.css"> |
| 4 | +{{ end }} |
| 5 | + |
| 6 | +{{ define "main" }} |
| 7 | +<section class="single-page bg-one"> |
| 8 | + <div class="section-one"> |
| 9 | + <div class="item product-icon"> |
| 10 | + <a class="project-item-small wrapped"><i class="portrait huge icon project-item-white"></i></a> |
| 11 | + <div class="title-one">{{.Params.Title}}</div> |
| 12 | + </div> |
| 13 | + <div class="data-content-one"> |
| 14 | + |
| 15 | + <div id="energy-id-preamble"> |
| 16 | + {{ .Content }} |
| 17 | + </div> |
| 18 | + |
| 19 | + <div class="clear"></div> |
| 20 | + |
| 21 | + <h2>Software Database</h3> |
| 22 | + <hr> |
| 23 | + |
| 24 | + <div id="hero-filter"> |
| 25 | + <span class="ui olive label hero-filter-label"> |
| 26 | + <i class="tag icon"></i><span id="hero-category-name"></span> |
| 27 | + </span> |
| 28 | + <a href="./" class="hero-filter-clear"> |
| 29 | + <i class="times icon"></i> Clear filter |
| 30 | + </a> |
| 31 | + </div> |
| 32 | + |
| 33 | + <div id="loader-wrapper"> |
| 34 | + <div class="ui active centered inline large loader"></div> |
| 35 | + <p class="loader-text">Loading software products…</p> |
| 36 | + </div> |
| 37 | + |
| 38 | + <div id="error-message" class="ui icon error message"> |
| 39 | + <i class="exclamation triangle icon"></i> |
| 40 | + <div class="content"> |
| 41 | + <div class="header">Could not load data</div> |
| 42 | + <p id="error-detail">An error occurred while fetching software products from the API.</p> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + |
| 46 | + <div id="main-grid"> |
| 47 | + |
| 48 | + <div class="ui fluid icon input search-wrapper"> |
| 49 | + <input id="search-input" type="text" placeholder="Search by name or category…"> |
| 50 | + <i class="search icon"></i> |
| 51 | + </div> |
| 52 | + |
| 53 | + <div class="ui stackable grid"> |
| 54 | + |
| 55 | + <div class="twelve wide computer sixteen wide mobile column cards-column"> |
| 56 | + <div id="empty-message" class="ui icon info message"> |
| 57 | + <i class="info circle icon"></i> |
| 58 | + <div class="content"> |
| 59 | + <div class="header">No software products found</div> |
| 60 | + <p>The API returned an empty list.</p> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + <div id="cards-grid" class="ui four stackable cards"></div> |
| 64 | + <div id="no-results"><i class="search icon"></i> No matching software products.</div> |
| 65 | + <div id="pagination-wrapper"></div> |
| 66 | + </div> |
| 67 | + |
| 68 | + <div class="four wide computer sixteen wide mobile column"> |
| 69 | + <div id="sidebar-loader"> |
| 70 | + <div class="ui active centered inline small loader"></div> |
| 71 | + </div> |
| 72 | + <div id="category-sidebar"> |
| 73 | + <h4 class="ui dividing header sidebar-heading"> |
| 74 | + <i class="tag green icon"></i> Categories |
| 75 | + </h4> |
| 76 | + <div id="category-list"></div> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + <h4>Credit / Funding</h4> |
| 82 | + <div> |
| 83 | + <p>The Energy-ID Database frontend as well as supplementatry tools that have led to the creation of the |
| 84 | + database which was funded by the Deutsche Bundesstiftung Umwelt (DBU) under the number <a href="https://www.dbu.de/projektdatenbank/39703-01/">DBU Project 39703/01</a></p>. |
| 85 | + <p>After the creation of the Energy-ID Database also contributions from volunteers, own work without funding and other prior resarch work have been added to the dabase and go beyond the scope of the research project.</p> |
| 86 | + <p><img src="/img/funding/dbu_sponsor_badge.webp"></p> |
| 87 | + <p>We are super grateful for this funding and are blessed to have been granted the opportunity to create this data repository for the greater software community!</p> |
| 88 | + </div> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | +</section> |
| 92 | + |
| 93 | + |
| 94 | +<script src="/products/energy-id/js/main.js"></script> |
| 95 | +<script src="/products/energy-id/js/index.js"></script> |
| 96 | +{{ end }} |
0 commit comments