├── .gitignore ├── .gitmodules ├── COPYING.CC-BY-SA-4.0 ├── COPYING.CC0 ├── COPYING.MIT ├── LICENSE.md ├── README.md ├── archetypes └── default.md ├── assets └── sass │ ├── components │ ├── band.scss │ ├── bandheader.scss │ ├── card.scss │ ├── dynamictable.scss │ ├── group.scss │ ├── hero.scss │ ├── navigation.scss │ └── universalfooter.scss │ ├── extends │ ├── block.scss │ └── copy.scss │ ├── fonts │ └── fonts.scss │ ├── global.scss │ ├── main.scss │ ├── mixins │ └── global.scss │ ├── public │ ├── extends │ │ ├── block.scss │ │ └── copy.scss │ ├── fonts │ │ └── fonts.scss │ ├── global.scss │ ├── mixins │ │ └── global.scss │ └── variables │ │ ├── base.scss │ │ ├── breakpoints.scss │ │ └── colors.scss │ └── variables │ ├── base.scss │ ├── breakpoints.scss │ └── colors.scss ├── config.yaml ├── data ├── cta.yaml ├── footer_links.yaml ├── hero.yaml └── projects │ ├── ai-ml │ ├── fuseml.yaml │ └── phoebe.yaml │ ├── development │ ├── blue-horizon.yaml │ ├── cavil.yaml │ ├── epinio.yaml │ ├── img-proof.yaml │ ├── kanku.yaml │ ├── keg.yaml │ ├── kiwi.yaml │ ├── klp-ccp.yaml │ ├── libeconf.yaml │ ├── libpulp.yaml │ ├── libsolv.yaml │ ├── libyui.yaml │ ├── mash-client.yaml │ ├── mash.yaml │ ├── obsgit.yaml │ ├── open-build-service-connector.yaml │ ├── open-build-service.yaml │ ├── openqa.yaml │ ├── rio.yaml │ ├── sle-bci.yaml │ └── venvjail.yaml │ ├── education │ └── hobbyfarm.yaml │ ├── infrastructure │ ├── harvester.yaml │ ├── jangouts.yaml │ ├── mirrorcache.yaml │ ├── pint-server.yaml │ └── vhostmd.yaml │ ├── kubernetes │ ├── k3s.yaml │ ├── kim.yaml │ ├── rke.yaml │ ├── rke2.yaml │ └── wins.yaml │ ├── networking │ ├── prometheus-webhook-snmp.yaml │ ├── submariner.yaml │ └── wicked.yaml │ ├── operating-systems │ ├── jeos-firstboot.yaml │ ├── k3os.yaml │ ├── kubic.yaml │ ├── opensuse-leap.yaml │ ├── opensuse-microos.yaml │ └── opensuse-tumbleweed.yaml │ ├── operations │ ├── aliyun-img-utils.yaml │ ├── autok3s.yaml │ ├── azuremetadata.yaml │ ├── combustion.yaml │ ├── cscreen.yaml │ ├── ec2emetadata.yaml │ ├── ec2imgutils.yaml │ ├── fleet.yaml │ ├── gceemetadata.yaml │ ├── gceimgutils.yaml │ ├── gfxboot.yaml │ ├── hwinfo.yaml │ ├── hypper.yaml │ ├── opni.yaml │ ├── rancher-desktop.yaml │ ├── rancher.yaml │ ├── rmt.yaml │ ├── service-access-config.yaml │ ├── snapper.yaml │ ├── supportutils.yaml │ ├── transactional-update.yaml │ ├── trento.yaml │ ├── uyuni.yaml │ ├── vscode-rke-cluster-config.yaml │ ├── yast.yaml │ ├── yomi.yaml │ └── zypper.yaml │ ├── security │ ├── complianceascode.yaml │ ├── kubewarden.yaml │ └── kucero.yaml │ └── storage │ ├── aquarium.yaml │ ├── libstorage-ng.yaml │ └── longhorn.yaml ├── layouts ├── _default │ ├── baseof.html │ ├── list.html │ └── single.html ├── index.html └── partials │ ├── page-card.html │ ├── page-cta-item.html │ ├── page-cta.html │ ├── page-featured.html │ ├── page-hero.html │ ├── page-project-row.html │ ├── page-projects.html │ ├── site-footer-link.html │ ├── site-footer.html │ ├── site-head.html │ └── site-header.html └── static ├── css └── style.css ├── img ├── cta-cloud-native-transformation.svg ├── cta-hybrid-cloud-it.svg ├── cta-it-operations.svg ├── cta-run-sap.svg ├── hero.png └── suse-white-logo-green.svg ├── js ├── list.js └── tablesort.js └── logos ├── epinio.svg ├── fuseml.png ├── harvester.svg ├── hobbyfarm.svg ├── hypper.svg ├── k3os.svg ├── k3s.svg ├── kanku.png ├── kiwi.png ├── kubewarden.png ├── kubic.svg ├── kucero.png ├── longhorn.svg ├── mirrorcache.svg ├── open-build-service-connector.svg ├── open-build-service.svg ├── openqa.svg ├── opensuse-leap.svg ├── opensuse-microos.svg ├── opensuse-tumbleweed.svg ├── opni.svg ├── rancher-desktop.svg ├── rancher.svg ├── rio.svg ├── rke.svg ├── rke2.svg ├── sle-bci.png ├── submariner.svg ├── trento.svg ├── uyuni.svg └── yast.svg /.gitignore: -------------------------------------------------------------------------------- 1 | public/ 2 | resources/ 3 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/.gitmodules -------------------------------------------------------------------------------- /COPYING.CC0: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /COPYING.MIT: -------------------------------------------------------------------------------- 1 | Copyright 2021 SUSE LLC 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of 4 | this software and associated documentation files (the "Software"), to deal in 5 | the Software without restriction, including without limitation the rights to 6 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 7 | the Software, and to permit persons to whom the Software is furnished to do so, 8 | subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in all 11 | copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 16 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | # [Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) 2 | 3 | Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. 4 | 5 | ### Using Creative Commons Public Licenses 6 | 7 | Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. 8 | 9 | * __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). 10 | 11 | * __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). 12 | 13 | ## Creative Commons Attribution-ShareAlike 4.0 International Public License 14 | 15 | By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. 16 | 17 | ### Section 1 – Definitions. 18 | 19 | a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. 20 | 21 | b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. 22 | 23 | c. __BY-SA Compatible License__ means a license listed at [creativecommons.org/compatiblelicenses](http://creativecommons.org/compatiblelicenses), approved by Creative Commons as essentially the equivalent of this Public License. 24 | 25 | d. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. 26 | 27 | e. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. 28 | 29 | f. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. 30 | 31 | g. __License Elements__ means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. 32 | 33 | h. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. 34 | 35 | i. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. 36 | 37 | j. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. 38 | 39 | k. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. 40 | 41 | l. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. 42 | 43 | m. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. 44 | 45 | ### Section 2 – Scope. 46 | 47 | a. ___License grant.___ 48 | 49 | 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: 50 | 51 | A. reproduce and Share the Licensed Material, in whole or in part; and 52 | 53 | B. produce, reproduce, and Share Adapted Material. 54 | 55 | 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 56 | 57 | 3. __Term.__ The term of this Public License is specified in Section 6(a). 58 | 59 | 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. 60 | 61 | 5. __Downstream recipients.__ 62 | 63 | A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. 64 | 65 | B. __Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. 66 | 67 | C. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 68 | 69 | 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). 70 | 71 | b. ___Other rights.___ 72 | 73 | 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 74 | 75 | 2. Patent and trademark rights are not licensed under this Public License. 76 | 77 | 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. 78 | 79 | ### Section 3 – License Conditions. 80 | 81 | Your exercise of the Licensed Rights is expressly made subject to the following conditions. 82 | 83 | a. ___Attribution.___ 84 | 85 | 1. If You Share the Licensed Material (including in modified form), You must: 86 | 87 | A. retain the following if it is supplied by the Licensor with the Licensed Material: 88 | 89 | i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); 90 | 91 | ii. a copyright notice; 92 | 93 | iii. a notice that refers to this Public License; 94 | 95 | iv. a notice that refers to the disclaimer of warranties; 96 | 97 | v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; 98 | 99 | B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and 100 | 101 | C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 102 | 103 | 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 104 | 105 | 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. 106 | 107 | b. ___ShareAlike.___ 108 | 109 | In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. 110 | 111 | 1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. 112 | 113 | 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. 114 | 115 | 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. 116 | 117 | ### Section 4 – Sui Generis Database Rights. 118 | 119 | Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: 120 | 121 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; 122 | 123 | b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and 124 | 125 | c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. 126 | 127 | For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. 128 | 129 | ### Section 5 – Disclaimer of Warranties and Limitation of Liability. 130 | 131 | a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ 132 | 133 | b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ 134 | 135 | c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. 136 | 137 | ### Section 6 – Term and Termination. 138 | 139 | a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. 140 | 141 | b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 142 | 143 | 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 144 | 145 | 2. upon express reinstatement by the Licensor. 146 | 147 | For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. 148 | 149 | c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. 150 | 151 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. 152 | 153 | ### Section 7 – Other Terms and Conditions. 154 | 155 | a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. 156 | 157 | b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.t stated herein are separate from and independent of the terms and conditions of this Public License. 158 | 159 | ### Section 8 – Interpretation. 160 | 161 | a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. 162 | 163 | b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. 164 | 165 | c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. 166 | 167 | d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. 168 | 169 | > Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. 170 | > 171 | > Creative Commons may be contacted at creativecommons.org 172 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SUSE Projects 2 | 3 | This is the source repo for the [SUSE Projects](https://suse-projects.github.io) page. 4 | 5 | This page is a compilation of open source software that SUSE has created. 6 | 7 | ## Contributing 8 | 9 | If you would like to submit a project for inclusion, please fork the repository, make changes as outlined below, and submit a pull request. 10 | 11 | ### Adding A Project 12 | 13 | To add a project, please create a YAML file in `data/projects/{category}` with the name of your project, normalized in lowercase, with `-` in place of whitespace. 14 | 15 | For example, a project named "Rancher Desktop" in the Development category would be saved in `data/projects/development/rancher-desktop.yaml`. 16 | 17 | ```yaml 18 | --- 19 | name: Rancher Desktop 20 | repository: https://github.com/rancher-sandbox/rd 21 | twitter: 22 | website: 23 | description: Kubernetes on your desktop. 24 | ``` 25 | 26 | The project must have, at the minimum, the following fields: 27 | 28 | - name 29 | - repository 30 | 31 | For it to be a Featured project it also needs the description field and a logo (see below). If it does not have a website, the repository URL will be used instead. If it does not have a Twitter handle, it will be dynamically excluded from the card if the project is Featured. 32 | 33 | If the project does not have a value for a key, it is not necessary to include the key for any reason other than clarity. Missing keys and keys with no value are ignored. 34 | 35 | ### Project Logos 36 | 37 | If your project has a logo, please upload it in SVG (preferred) or PNG to `static/logos` and name it the same as the project's YAML file (e.g. lowercase, with space replaced by `-`). 38 | 39 | A logo is not required, but only projects with logos can be Featured. 40 | 41 | ### Featuring a Project 42 | 43 | **NOTE: The list of featured projects is maintained by the PM Team. Please do not set your own project to be Featured.** 44 | 45 | If the project is to be featured, add it to the `featured` key in `config.yaml`. The number of featured projects is set in the `featuredLimit` variable in `config.yaml`. Only the first projects up to that limit will appear as featured projects in the cards at the top of the page. 46 | 47 | Featured projects must have a logo (see above). 48 | 49 | ### Project Categories 50 | 51 | Please place your project in one of the existing category directories. If it fits into more than one category, place it in the one where you think it fits **the best**. Categories should be broad and inclusive. For example, Operations is better than Package Managers because a package manager is part of an operations workflow. 52 | 53 | Try to fit entries into a noun for what the software enables. Kubewarden enables Security for Kubernetes, so although it could go into Kubernetes, it fits better in Security. 54 | 55 | If your project doesn't fit into an existing category, please create a new directory and explain your reasons for the new category in your pull request. 56 | 57 | Some categories will have characters that won't encode into a directory, such as "AI/ML." In this case, use a `-` for the special characters. This creates a directory `ai-ml`. This, however, when sent through humanization, becomes "Ai Ml," which is not what we want. 58 | 59 | In this situation, set an override in `categoryMap` in `config.yaml` that sets the category key (the directory name) to the name that you would like. If a category exists in the override map, it will not go through humanization and will instead show the map value. 60 | 61 | ## Disabling a Project 62 | 63 | Any project can be disabled by adding `disabled: true` to the YAML. This allows projects to be temporarily removed without having to delete their content entirely. 64 | 65 | ## Previewing Your Changes 66 | 67 | If you would like to preview your changes before committing, you can do so by installing [Hugo](https://gohugo.io/) in your local environment. Once installed, run `hugo server -D` from the root of the repository. This will [open a development server](https://localhost:1313) on your machine. As you make changes, they will reload live in the browser. 68 | 69 | ## Deployment 70 | 71 | Once a PR is merged, the site is built by GitHub Actions and then pushed to the [organizational repo](https://github.com/suse-projects.github.io). From there GitHub publishes it to [the final destination](https://suse-projects.github.io). 72 | 73 | ## Built with 74 | 75 | This site was created using [Hugo](https://gohugo.io/). 76 | 77 | ## Licensing 78 | 79 | - [CC BY-SA 4.0](COPYING.CC-BY-SA-4.0) for the displayed page and primary license for this repository. 80 | - [MIT](COPYING.MIT) for the JavaScript 81 | - [CC0](COPYING.CC0) for the HTML and CSS 82 | 83 | SUSE trademarks and individual project logos are not subject to the above license grants. Usage of these items is restricted by their individual license grants. 84 | 85 | This repository is based on [RedHatOfficial/RedHatOfficial.github.io](https://github.com/RedHatOfficial/RedHatOfficial.github.io). 86 | -------------------------------------------------------------------------------- /archetypes/default.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "{{ replace .Name "-" " " | title }}" 3 | date: {{ .Date }} 4 | draft: true 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /assets/sass/components/band.scss: -------------------------------------------------------------------------------- 1 | @import "../public/global"; 2 | 3 | .band { 4 | 5 | &--layout { 6 | @extend %default--band; 7 | } 8 | 9 | &-container { 10 | @extend %default-container; 11 | 12 | &[data-layout="stack"] { 13 | > *:not(:last-child) { 14 | display: block; 15 | padding-bottom: 30px; 16 | } 17 | } 18 | 19 | &[data-layout="3-up"] { 20 | display: grid; 21 | grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); 22 | grid-auto-rows: 1fr; 23 | grid-gap: 15px; 24 | > * { 25 | display: grid; 26 | } 27 | } 28 | 29 | &[data-layout="2-up"] { 30 | display: grid; 31 | grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); 32 | grid-gap: 30px; 33 | } 34 | } 35 | } -------------------------------------------------------------------------------- /assets/sass/components/bandheader.scss: -------------------------------------------------------------------------------- 1 | @import "../public/global"; 2 | 3 | .band-header { 4 | &-title { 5 | @extend %band-title; 6 | } 7 | 8 | &-heading { 9 | @extend %band-heading; 10 | } 11 | 12 | &-heading-center { 13 | @extend %band-heading; 14 | text-align: center; 15 | } 16 | 17 | &-summary { 18 | @extend %band-summary; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /assets/sass/components/card.scss: -------------------------------------------------------------------------------- 1 | @import "../public/global"; 2 | 3 | .card { 4 | &--component { 5 | @extend %default--card; 6 | } 7 | &-header { 8 | display: flex; 9 | justify-content: center; 10 | flex-flow: column nowrap; 11 | height: 50px; 12 | &-img { 13 | display: block; 14 | margin: 0 auto; 15 | padding: 0 10px; 16 | max-width: 80%; 17 | max-height: 50px; 18 | } 19 | } 20 | &-body { 21 | flex-grow: 1; 22 | > *:not(:last-child) { 23 | padding-bottom: 10px; 24 | } 25 | &-headline { 26 | @extend %card-heading; 27 | } 28 | &-copy { 29 | @extend %card-copy; 30 | } 31 | } 32 | &-footer { 33 | padding: 0 20px; 34 | &[data-layout="3-up"] { 35 | display: grid; 36 | grid-template-columns: repeat(3, 36.156%); 37 | grid-auto-rows: 1fr; 38 | > * { 39 | padding: 0 10px; 40 | } 41 | } 42 | &[data-layout="2-up"] { 43 | display: grid; 44 | grid-template-columns: repeat(2, 50%); 45 | grid-auto-rows: 1fr; 46 | > * { 47 | padding: 0 10px; 48 | } 49 | } 50 | &[data-layout="1-up"] { 51 | display: grid; 52 | justify-content: center; 53 | grid-auto-rows: 1fr; 54 | > * { 55 | padding: 0 10px; 56 | } 57 | } 58 | 59 | [data-layout="3-up"] &-content:last-child { 60 | border-left: 2px solid $iron; 61 | } 62 | [data-layout="3-up"] &-content:nth-child(2) { 63 | border-left: 2px solid $iron; 64 | } 65 | [data-layout="1-up"] &-content:last-child { 66 | border-left: none; 67 | } 68 | &-link { 69 | @extend %subtle-link; 70 | } 71 | &-icon { 72 | @extend %link-icon; 73 | } 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /assets/sass/components/dynamictable.scss: -------------------------------------------------------------------------------- 1 | @import '../public/global'; 2 | 3 | .table { 4 | &--component { 5 | > *:not(:last-child) { 6 | padding-bottom: 30px; 7 | } 8 | } 9 | 10 | &-filters { 11 | display: grid; 12 | grid-template-columns: 1fr; 13 | grid-gap: 10px; 14 | @media screen and (min-width: $breakpoint-sm-min) { 15 | grid-auto-rows: 1fr; 16 | grid-gap: 30px; 17 | grid-template-columns: 8fr 4fr; 18 | } 19 | } 20 | 21 | &-search { 22 | display: grid; 23 | grid-auto-rows: 1fr; 24 | grid-gap: 0; 25 | grid-template-columns: 7fr 1fr; 26 | 27 | &-input { 28 | @include make-input(); 29 | } 30 | 31 | &-button { 32 | @include make-button($btn-color: $brand-primary); 33 | 34 | @media all and (max-width: $breakpoint-sm-max) { 35 | padding-left: 20px; 36 | padding-right: 20px; 37 | } 38 | } 39 | } 40 | 41 | &-dropdown { 42 | font-family: $base-font-family; 43 | align-items: center; 44 | display: grid; 45 | grid-auto-rows: 1fr; 46 | grid-gap: 10px; 47 | grid-template-columns: 1fr 3fr; 48 | position: relative; 49 | 50 | &-label { 51 | @extend %dropdown-label; 52 | } 53 | 54 | &-select { 55 | background-color: $white; 56 | color: $stone; 57 | height: 100%; 58 | -webkit-appearance: none; 59 | border-radius: 0; 60 | padding: 5px 30px 5px 10px; 61 | 62 | + i { 63 | color: $stone; 64 | position: absolute; 65 | top: calc(50% - .55em); 66 | right: 10px; 67 | } 68 | 69 | &:hover { 70 | cursor: pointer; 71 | } 72 | } 73 | } 74 | 75 | &-main { 76 | border-collapse: collapse; 77 | width: 100%; 78 | table-layout: fixed; 79 | 80 | @media all and (max-width: $breakpoint-sm-max) { 81 | table-layout: fixed; 82 | } 83 | 84 | thead { 85 | @media screen and (max-width: $breakpoint-xs-max) { 86 | display: none; 87 | } 88 | } 89 | 90 | thead tr { 91 | background-color: $iron; 92 | } 93 | 94 | th { 95 | @extend %table-head; 96 | padding: 10px; 97 | } 98 | 99 | th:nth-child(3) { 100 | padding-left: 13%; 101 | } 102 | 103 | th:nth-child(4) { 104 | padding-left: 13%; 105 | } 106 | 107 | tbody tr:nth-child(even) { 108 | background-color: $mercury; 109 | } 110 | 111 | tbody tr:nth-child(odd) { 112 | background-color: $white; 113 | } 114 | 115 | td { 116 | @extend %table-row; 117 | padding: 10px; 118 | overflow: hidden; 119 | text-overflow: ellipsis; 120 | @media screen and (max-width: $breakpoint-xs-max) { 121 | display: block; 122 | } 123 | &:first-child { 124 | @media screen and (max-width: $breakpoint-xs-max) { 125 | font-weight: 600; 126 | } 127 | } 128 | } 129 | td:nth-child(3) { 130 | padding-left: 13%; 131 | } 132 | td:nth-child(4) { 133 | padding-left: 13%; 134 | } 135 | 136 | td a { 137 | text-decoration: none; 138 | } 139 | } 140 | 141 | &-no-results { 142 | @extend %group-copy; 143 | a { 144 | @extend %secondary-link; 145 | } 146 | } 147 | } 148 | -------------------------------------------------------------------------------- /assets/sass/components/group.scss: -------------------------------------------------------------------------------- 1 | @import "../public/global"; 2 | 3 | .group { 4 | &-container { 5 | > *:not(:last-child) { 6 | padding-bottom: 15px; 7 | } 8 | } 9 | 10 | &-heading { 11 | @extend %group-heading; 12 | } 13 | 14 | &-copy { 15 | @extend %group-copy; 16 | } 17 | 18 | &-heading-center { 19 | @extend %group-heading; 20 | text-align: center; 21 | } 22 | 23 | &-cta-anchor { 24 | @extend %secondary-link; 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /assets/sass/components/hero.scss: -------------------------------------------------------------------------------- 1 | @import "../public/global"; 2 | 3 | .hero { 4 | &--component { 5 | @extend %default--band; 6 | align-items: center; 7 | background-color: $white; 8 | // background-image: url("/img/hero.png"); 9 | background-position: center center; 10 | background-repeat: no-repeat; 11 | background-size: cover; 12 | display: flex; 13 | min-height: 25vh; 14 | justify-content: center; 15 | } 16 | 17 | &-container { 18 | @extend %default-container; 19 | } 20 | 21 | &-heading { 22 | @extend %hero-heading; 23 | color: $cloud; 24 | } 25 | 26 | &-copy { 27 | @extend %hero-copy; 28 | color: white; 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /assets/sass/components/navigation.scss: -------------------------------------------------------------------------------- 1 | @import "../public/global"; 2 | 3 | .navigation { 4 | &--component { 5 | @extend %default--band; 6 | [data-visibility="hidden"] { 7 | //scss-lint:disable ImportantRule 8 | position: absolute !important; 9 | left: -1000px; 10 | clip: rect(1px, 1px, 1px, 1px); 11 | } 12 | background-color: $pine-green; 13 | } 14 | &-container { 15 | @extend %default-container; 16 | display: flex; 17 | flex-flow: row nowrap; 18 | align-items: center; 19 | justify-content: space-between; 20 | } 21 | &-group:first-child { 22 | flex-grow: 1; 23 | display: flex; 24 | flex-flow: row nowrap; 25 | align-items: center; 26 | justify-content: flex-start; 27 | margin-right: 20px; 28 | } 29 | &-label { 30 | @extend %nav-label; 31 | } 32 | &-links { 33 | flex-grow: 1; 34 | } 35 | &-link { 36 | display: inline-block; 37 | padding: 10px 15px; 38 | &-anchor { 39 | @extend %nav-link; 40 | } 41 | &-icon { 42 | @extend %nav-icon; 43 | } 44 | } 45 | &-logo { 46 | @extend %logo-link; 47 | max-height: 2em; 48 | 49 | @media screen and (min-width: $breakpoint-lg-min) { 50 | max-height: 3em; 51 | } 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /assets/sass/components/universalfooter.scss: -------------------------------------------------------------------------------- 1 | @import "../public/global"; 2 | 3 | .footer { 4 | &--component { 5 | @extend %default--band; 6 | background-color: $pine-green; 7 | } 8 | &-container { 9 | @extend %default-container; 10 | display: grid; 11 | grid-template-columns: 1fr auto 1fr; 12 | grid-gap: 10px; 13 | padding: 0 1em; 14 | 15 | @media screen and (min-width: $breakpoint-sm-min) { 16 | align-items: center; 17 | grid-auto-rows: 1fr; 18 | grid-gap: 30px; 19 | } 20 | } 21 | &-logo { 22 | img { 23 | @extend %logo-link-dark; 24 | height: 34px; 25 | @media screen and (min-width: $breakpoint-sm-min) { 26 | height: 44px; 27 | min-width: 138px; 28 | } 29 | } 30 | &:last-child { 31 | @media screen and (max-width: $breakpoint-xs-max) { 32 | display: flex; 33 | justify-content: flex-end; 34 | } 35 | img { 36 | height: 35px; 37 | min-width: 74px; 38 | } 39 | } 40 | } 41 | &-copyright { 42 | @extend %footer-text; 43 | margin-bottom: 0; 44 | font-size: .8em; 45 | text-align: right; 46 | } 47 | 48 | &-privacy { 49 | @extend %footer-text; 50 | margin-bottom: 0; 51 | } 52 | &-links { 53 | > *:not(:last-child) { 54 | border-right: 1px solid $stone; 55 | } 56 | } 57 | 58 | &-link { 59 | padding: 0 5px; 60 | &-anchor { 61 | @extend %footer-link; 62 | } 63 | } 64 | } 65 | -------------------------------------------------------------------------------- /assets/sass/extends/block.scss: -------------------------------------------------------------------------------- 1 | %default--band { 2 | padding-bottom: $band-padding; 3 | padding-top: $band-padding; 4 | position: relative; 5 | 6 | &[data-background="gray"] { 7 | background-color: $gallery; 8 | } 9 | 10 | &[data-collapse="top"] { 11 | padding-top: $band-padding / 2; 12 | } 13 | 14 | &[data-collapse="bottom"] { 15 | padding-bottom: $band-padding / 2; 16 | } 17 | 18 | &[data-collapse="both"] { 19 | padding-top: $band-padding / 6; 20 | padding-bottom: $band-padding / 6; 21 | } 22 | } 23 | 24 | %default-container { 25 | padding: 0 $mobile-edge; 26 | margin-right: auto; 27 | margin-left: auto; 28 | 29 | &[data-align="left"] { 30 | text-align: left; 31 | } 32 | 33 | &[data-align="center"] { 34 | text-align: center; 35 | } 36 | 37 | &[data-align="right"] { 38 | text-align: right; 39 | } 40 | 41 | @media screen and (min-width: $breakpoint-sm-min) { 42 | width: 750px; 43 | padding: 0; 44 | } 45 | 46 | @media screen and (min-width: $breakpoint-md-min) { 47 | width: 970px; 48 | } 49 | 50 | @media screen and (min-width: $breakpoint-lg-min) { 51 | width: 1170px; 52 | } 53 | } 54 | 55 | %default--card { 56 | border-top: 5px solid $green; 57 | display: flex; 58 | flex-flow: column nowrap; 59 | padding: $box-padding; 60 | 61 | &[data-background="white"] { 62 | background-color: $white; 63 | } 64 | > *:not(:last-child) { 65 | padding-bottom: 30px; 66 | } 67 | [data-align="left"] { 68 | text-align: left; 69 | } 70 | [data-align="center"] { 71 | text-align: center; 72 | } 73 | [data-align="right"] { 74 | text-align: right; 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /assets/sass/extends/copy.scss: -------------------------------------------------------------------------------- 1 | %nav-label { 2 | color: $black; 3 | font-family: $base-font-family; 4 | font-size: 20px; 5 | font-weight: 400; 6 | line-height: 1.18; 7 | 8 | @media screen and (min-width: $breakpoint-md-min) { 9 | font-size: 30px; 10 | } 11 | 12 | @media screen and (min-width: $breakpoint-lg-min) { 13 | font-size: 34px; 14 | } 15 | 16 | /* &:not(:only-child) { 17 | border-right: 3px solid $fog; 18 | margin-right: 5px; 19 | padding-right: 20px; 20 | } */ 21 | } 22 | 23 | %hero-heading { 24 | color: $fog; 25 | font-family: $base-font-family--heading; 26 | font-size: 35px; 27 | font-weight: 600; 28 | line-height: 1.18; 29 | 30 | &:not(:last-child) { 31 | padding-bottom: 20px; 32 | } 33 | 34 | @media screen and (min-width: $breakpoint-md-min) { 35 | font-size: 36px; 36 | } 37 | 38 | @media screen and (min-width: $breakpoint-lg-min) { 39 | font-size: 38px; 40 | } 41 | } 42 | 43 | %hero-copy { 44 | color: $black; 45 | font-family: $base-font-family; 46 | font-size: 20px; 47 | font-weight: 100; 48 | line-height: 1.44; 49 | margin: auto; 50 | max-width: 75%; 51 | 52 | &:not(:last-child) { 53 | padding-bottom: 15px; 54 | } 55 | 56 | a { 57 | color: $midnight-blue; 58 | text-decoration: none; 59 | 60 | &:active, 61 | &:hover { 62 | color: $unc-blue; 63 | } 64 | } 65 | } 66 | 67 | %band-title { 68 | color: $black; 69 | font-family: $base-font-family; 70 | font-size: 22px; 71 | font-weight: 800; 72 | line-height: 1.18; 73 | text-transform: uppercase; 74 | } 75 | 76 | %band-heading { 77 | color: $black; 78 | font-family: $base-font-family--heading; 79 | font-size: 32px; 80 | font-weight: 400; 81 | line-height: 1.1; 82 | 83 | @media screen and (min-width: $breakpoint-md-min) { 84 | font-size: 36px; 85 | } 86 | 87 | @media screen and (min-width: $breakpoint-lg-min) { 88 | font-size: 38px; 89 | } 90 | } 91 | 92 | %band-summary { 93 | color: $stone; 94 | font-family: $base-font-family; 95 | font-size: 22px; 96 | font-weight: 400; 97 | line-height: 1.44; 98 | } 99 | 100 | %card-heading { 101 | color: $black; 102 | font-family: $base-font-family; 103 | font-size: 22px; 104 | font-weight: 400; 105 | line-height: 1.18; 106 | a { 107 | color: $black; 108 | text-decoration: none; 109 | &:active, 110 | &:hover { 111 | color: $steel-blue; 112 | } 113 | } 114 | } 115 | 116 | %card-copy { 117 | color: $stone; 118 | font-family: $base-font-family; 119 | font-size: 16px; 120 | font-weight: 100; 121 | line-height: 1.44; 122 | } 123 | 124 | %group-heading { 125 | color: $black; 126 | font-family: $base-font-family--heading; 127 | font-size: 22px; 128 | font-weight: 600; 129 | line-height: 1.18; 130 | } 131 | 132 | %group-copy { 133 | color: $stone; 134 | font-family: $base-font-family; 135 | font-size: 18px; 136 | font-weight: 100; 137 | line-height: 1.44; 138 | a { 139 | color: $denim-blue; 140 | 141 | &:active, 142 | &:hover { 143 | color: $steel-blue; 144 | } 145 | 146 | &:focus { 147 | @include accessibility-focus(); 148 | } 149 | } 150 | } 151 | 152 | %table-head { 153 | color: $black; 154 | font-family: $base-font-family; 155 | font-size: 18px; 156 | font-weight: 600; 157 | line-height: 1.44; 158 | text-align: left; 159 | a { 160 | color: $denim-blue; 161 | 162 | &:active, 163 | &:hover { 164 | color: $steel-blue; 165 | } 166 | 167 | &:focus { 168 | @include accessibility-focus(); 169 | } 170 | } 171 | } 172 | 173 | %table-row { 174 | color: $coal; 175 | font-family: $base-font-family; 176 | font-size: 18px; 177 | font-weight: 100; 178 | line-height: 1.44; 179 | text-align: left; 180 | a { 181 | color: $coal; 182 | 183 | &:active, 184 | &:hover { 185 | color: $steel-blue; 186 | } 187 | 188 | &:focus { 189 | @include accessibility-focus(); 190 | } 191 | } 192 | } 193 | 194 | %link { 195 | color: $denim-blue; 196 | font-family: $base-font-family; 197 | text-decoration: none; 198 | 199 | &:active, 200 | &:hover { 201 | color: $steel-blue; 202 | } 203 | 204 | &:focus { 205 | @include accessibility-focus(); 206 | } 207 | } 208 | 209 | %subtle-link { 210 | color: $stone; 211 | font-family: $base-font-family; 212 | text-decoration: none; 213 | 214 | &:active, 215 | &:hover { 216 | color: $steel-blue; 217 | } 218 | 219 | &:focus { 220 | @include accessibility-focus(); 221 | } 222 | } 223 | 224 | %link-underline { 225 | color: $denim-blue; 226 | font-family: $base-font-family; 227 | 228 | &:active, 229 | &:hover { 230 | color: $steel-blue; 231 | } 232 | 233 | &:focus { 234 | @include accessibility-focus(); 235 | } 236 | } 237 | 238 | %secondary-link { 239 | color: $denim-blue; 240 | font-family: $base-font-family; 241 | font-size: 16px; 242 | text-decoration: none; 243 | 244 | &::after { 245 | content: ">"; 246 | font-size: .7em; 247 | padding-left: 5px; 248 | vertical-align: baseline; 249 | } 250 | 251 | &:active, 252 | &:hover { 253 | color: $steel-blue; 254 | } 255 | 256 | &:focus { 257 | @include accessibility-focus(); 258 | } 259 | } 260 | 261 | %link-icon { 262 | vertical-align: baseline; 263 | } 264 | 265 | %nav-link { 266 | color: $black; 267 | font-family: $base-font-family; 268 | font-size: 24px; 269 | font-weight: 600; 270 | line-height: 1.18; 271 | position: relative; 272 | text-decoration: none; 273 | 274 | &:hover::after, 275 | &:active::after { 276 | background: $jungle-green; 277 | bottom: -8px; 278 | content: " "; 279 | height: 4px; 280 | left: 0; 281 | position: absolute; 282 | width: 30px; 283 | } 284 | 285 | &:focus { 286 | @include accessibility-focus(); 287 | } 288 | } 289 | 290 | %nav-icon { 291 | color: $stone; 292 | font-size: .7em; 293 | vertical-align: text-top; 294 | } 295 | 296 | %dropdown-label { 297 | color: $black; 298 | font-family: $base-font-family; 299 | font-size: 18px; 300 | font-weight: 600; 301 | line-height: 1.18; 302 | } 303 | 304 | %footer-text { 305 | color: $fog; 306 | font-family: $base-font-family; 307 | font-size: 14px; 308 | line-height: 1.18; 309 | } 310 | 311 | %footer-link { 312 | color: $fog; 313 | font-family: $base-font-family; 314 | font-size: 14px; 315 | line-height: 1.18; 316 | 317 | &:active, 318 | &:hover { 319 | color: $white; 320 | } 321 | 322 | &:focus { 323 | @include accessibility-focus(); 324 | } 325 | } 326 | 327 | %logo-link { 328 | &:active, 329 | &:hover { 330 | //filter: drop-shadow(0 2px 3px $gallery); 331 | } 332 | 333 | &:focus { 334 | @include accessibility-focus(); 335 | } 336 | } 337 | 338 | %logo-link-dark { 339 | &:active, 340 | &:hover { 341 | //filter: drop-shadow(0 2px 3px darken($black, 10%)); 342 | } 343 | 344 | &:focus { 345 | @include accessibility-focus(); 346 | } 347 | } 348 | -------------------------------------------------------------------------------- /assets/sass/fonts/fonts.scss: -------------------------------------------------------------------------------- 1 | @import "../variables/base"; 2 | 3 | @import url("https://fonts.googleapis.com/css?family=Overpass:300,400,800"); 4 | @import url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/red-hat-font.css"); 5 | -------------------------------------------------------------------------------- /assets/sass/global.scss: -------------------------------------------------------------------------------- 1 | h1, h2, h3, h4 { 2 | margin: 0; 3 | } 4 | 5 | p { 6 | margin: 0; 7 | 8 | &:not(:last-child) { 9 | margin-bottom: 10px; 10 | } 11 | } 12 | 13 | @import "fonts/fonts"; 14 | 15 | @import "variables/base"; 16 | @import "variables/colors"; 17 | @import "variables/breakpoints"; 18 | 19 | @import "mixins/global"; 20 | 21 | @import "extends/copy"; 22 | @import "extends/block"; 23 | 24 | @import "components/navigation"; 25 | @import "components/hero"; 26 | @import "components/band"; 27 | @import "components/card"; 28 | @import "components/dynamictable"; 29 | @import "components/bandheader"; 30 | @import "components/group"; 31 | @import "components/universalfooter"; 32 | -------------------------------------------------------------------------------- /assets/sass/main.scss: -------------------------------------------------------------------------------- 1 | @import "global"; 2 | 3 | .band { 4 | 5 | &--layout { 6 | @extend %default--band; 7 | } 8 | 9 | &-container { 10 | @extend %default-container; 11 | 12 | &[data-layout="stack"] { 13 | > *:not(:last-child) { 14 | display: block; 15 | padding-bottom: 30px; 16 | } 17 | } 18 | 19 | &[data-layout="3-up"] { 20 | display: grid; 21 | grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); 22 | grid-auto-rows: 1fr; 23 | grid-gap: 15px; 24 | > * { 25 | display: grid; 26 | } 27 | } 28 | 29 | &[data-layout="2-up"] { 30 | display: grid; 31 | grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 32 | grid-gap: 30px; 33 | } 34 | 35 | &[data-layout="4-up"] { 36 | display: grid; 37 | grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 38 | grid-gap: 30px; 39 | } 40 | 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /assets/sass/mixins/global.scss: -------------------------------------------------------------------------------- 1 | @mixin accessibility-focus($color: $denim-blue) { 2 | outline-offset: 1px; 3 | outline-style: dotted; 4 | outline-width: 1px; 5 | //scss-lint:disable ImportantRule 6 | text-decoration: none !important; 7 | outline-color: $color; 8 | } 9 | 10 | @mixin make-button( 11 | $btn-color, 12 | $btn-text-color: $white, 13 | $border-color: $btn-color, 14 | $disabled: false, 15 | $btn-color-hover: null, 16 | $btn-text-color-hover: null, 17 | $border-color-hover: null, 18 | $padding: 8px 40px, 19 | $text-size: 16px, 20 | $text-weight: bold 21 | ) { 22 | 23 | display: block; 24 | font-family: $base-font-family; 25 | border-width: 1px; 26 | border-style: solid; 27 | font-size: $text-size; 28 | line-height: 1.44; 29 | padding: $padding; 30 | font-weight: $text-weight; 31 | text-decoration: none; 32 | text-transform: uppercase; 33 | text-align: center; 34 | border-radius: 0; 35 | background-color: $btn-color; 36 | border-color: $border-color; 37 | color: $btn-text-color; 38 | @if $disabled { 39 | cursor: default; 40 | 41 | &:hover { 42 | text-decoration: none; 43 | } 44 | } 45 | @else { 46 | cursor: pointer; 47 | transition: background .3s ease-in; 48 | 49 | &:hover { 50 | text-decoration: none; 51 | // Set hover background color for the button 52 | @if $btn-color-hover == null { 53 | background-color: darken($btn-color, 6%); 54 | } 55 | @else { 56 | background-color: $btn-color-hover; 57 | } 58 | // Set hover border color for the button 59 | @if $border-color-hover != null { 60 | border-color: $border-color-hover; 61 | } 62 | // Set hover text color for the button 63 | @if $btn-text-color-hover != null { 64 | color: $btn-text-color-hover; 65 | } 66 | @else { 67 | color: $btn-text-color; 68 | } 69 | } 70 | } 71 | } 72 | 73 | @mixin make-input() { 74 | font-family: $base-font-family; 75 | border-radius: 0; 76 | padding: 5px; 77 | } 78 | -------------------------------------------------------------------------------- /assets/sass/public/extends/block.scss: -------------------------------------------------------------------------------- 1 | %default--band { 2 | padding-bottom: $band-padding; 3 | padding-top: $band-padding; 4 | position: relative; 5 | 6 | &[data-background="gray"] { 7 | background-color: $gallery; 8 | } 9 | 10 | &[data-collapse="top"] { 11 | padding-top: $band-padding / 2; 12 | } 13 | 14 | &[data-collapse="bottom"] { 15 | padding-bottom: $band-padding / 2; 16 | } 17 | 18 | &[data-collapse="both"] { 19 | padding-top: $band-padding / 6; 20 | padding-bottom: $band-padding / 6; 21 | } 22 | } 23 | 24 | %default-container { 25 | padding: 0 $mobile-edge; 26 | margin-right: auto; 27 | margin-left: auto; 28 | 29 | &[data-align="left"] { 30 | text-align: left; 31 | } 32 | 33 | &[data-align="center"] { 34 | text-align: center; 35 | } 36 | 37 | &[data-align="right"] { 38 | text-align: right; 39 | } 40 | 41 | @media screen and (min-width: $breakpoint-sm-min) { 42 | width: 750px; 43 | padding: 0; 44 | } 45 | 46 | @media screen and (min-width: $breakpoint-md-min) { 47 | width: 970px; 48 | } 49 | 50 | @media screen and (min-width: $breakpoint-lg-min) { 51 | width: 1170px; 52 | } 53 | } 54 | 55 | %default--card { 56 | border-top: 5px solid $green; 57 | display: flex; 58 | flex-flow: column nowrap; 59 | padding: $box-padding; 60 | 61 | &[data-background="white"] { 62 | background-color: $white; 63 | } 64 | > *:not(:last-child) { 65 | padding-bottom: 30px; 66 | } 67 | [data-align="left"] { 68 | text-align: left; 69 | } 70 | [data-align="center"] { 71 | text-align: center; 72 | } 73 | [data-align="right"] { 74 | text-align: right; 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /assets/sass/public/extends/copy.scss: -------------------------------------------------------------------------------- 1 | %nav-label { 2 | color: $white; 3 | font-family: $base-font-family; 4 | font-size: 20px; 5 | font-weight: 400; 6 | line-height: 1.18; 7 | // text-transform: uppercase; 8 | 9 | @media screen and (min-width: $breakpoint-md-min) { 10 | font-size: 30px; 11 | } 12 | 13 | @media screen and (min-width: $breakpoint-lg-min) { 14 | font-size: 34px; 15 | } 16 | 17 | /* &:not(:only-child) { 18 | border-right: 3px solid $fog; 19 | margin-right: 5px; 20 | padding-right: 20px; 21 | } */ 22 | } 23 | 24 | %hero-heading { 25 | color: $black; 26 | font-family: $base-font-family--heading; 27 | font-size: 35px; 28 | font-weight: 600; 29 | line-height: 1.18; 30 | 31 | &:not(:last-child) { 32 | padding-bottom: 20px; 33 | } 34 | 35 | @media screen and (min-width: $breakpoint-md-min) { 36 | font-size: 36px; 37 | } 38 | 39 | @media screen and (min-width: $breakpoint-lg-min) { 40 | font-size: 38px; 41 | } 42 | } 43 | 44 | %hero-copy { 45 | color: $black; 46 | font-family: $base-font-family; 47 | font-size: 20px; 48 | font-weight: 200; 49 | line-height: 1.44; 50 | margin: auto; 51 | max-width: 75%; 52 | 53 | &:not(:last-child) { 54 | padding-bottom: 15px; 55 | } 56 | 57 | a { 58 | color: $midnight-blue; 59 | text-decoration: none; 60 | 61 | &:active, 62 | &:hover { 63 | color: $unc-blue; 64 | } 65 | } 66 | } 67 | 68 | %band-title { 69 | color: $black; 70 | font-family: $base-font-family; 71 | font-size: 22px; 72 | font-weight: 800; 73 | line-height: 1.18; 74 | text-transform: uppercase; 75 | } 76 | 77 | %band-heading { 78 | color: $black; 79 | font-family: $base-font-family--heading; 80 | font-size: 32px; 81 | font-weight: 400; 82 | line-height: 1.1; 83 | text-transform: none; 84 | 85 | @media screen and (min-width: $breakpoint-md-min) { 86 | font-size: 36px; 87 | } 88 | 89 | @media screen and (min-width: $breakpoint-lg-min) { 90 | font-size: 38px; 91 | } 92 | } 93 | 94 | %band-summary { 95 | color: $stone; 96 | font-family: $base-font-family; 97 | font-size: 22px; 98 | font-weight: 400; 99 | line-height: 1.44; 100 | } 101 | 102 | %card-heading { 103 | color: $black; 104 | font-family: $base-font-family; 105 | font-size: 22px; 106 | font-weight: 400; 107 | line-height: 1.18; 108 | a { 109 | color: $black; 110 | text-decoration: none; 111 | &:active, 112 | &:hover { 113 | color: $steel-blue; 114 | } 115 | } 116 | } 117 | 118 | %card-copy { 119 | color: $stone; 120 | font-family: $base-font-family; 121 | font-size: 16px; 122 | font-weight: 275; 123 | line-height: 1.44; 124 | } 125 | 126 | %group-heading { 127 | color: $black; 128 | font-family: $base-font-family--heading; 129 | font-size: 22px; 130 | font-weight: 600; 131 | line-height: 1.18; 132 | } 133 | 134 | %group-copy { 135 | color: $stone; 136 | font-family: $base-font-family; 137 | font-size: 18px; 138 | font-weight: 100; 139 | line-height: 1.44; 140 | a { 141 | color: $denim-blue; 142 | 143 | &:active, 144 | &:hover { 145 | color: $steel-blue; 146 | } 147 | 148 | &:focus { 149 | @include accessibility-focus(); 150 | } 151 | } 152 | margin: 2em; 153 | } 154 | 155 | %table-head { 156 | color: $black; 157 | font-family: $base-font-family; 158 | font-size: 18px; 159 | font-weight: 600; 160 | line-height: 1.44; 161 | text-align: left; 162 | a { 163 | color: $denim-blue; 164 | 165 | &:active, 166 | &:hover { 167 | color: $steel-blue; 168 | } 169 | 170 | &:focus { 171 | @include accessibility-focus(); 172 | } 173 | } 174 | } 175 | 176 | %table-row { 177 | color: $coal; 178 | font-family: $base-font-family; 179 | font-size: 18px; 180 | font-weight: 250; 181 | line-height: 1.44; 182 | text-align: left; 183 | a { 184 | color: $coal; 185 | 186 | &:active, 187 | &:hover { 188 | color: $steel-blue; 189 | } 190 | 191 | &:focus { 192 | @include accessibility-focus(); 193 | } 194 | } 195 | } 196 | 197 | %link { 198 | color: $denim-blue; 199 | font-family: $base-font-family; 200 | text-decoration: none; 201 | 202 | &:active, 203 | &:hover { 204 | color: $steel-blue; 205 | } 206 | 207 | &:focus { 208 | @include accessibility-focus(); 209 | } 210 | } 211 | 212 | %subtle-link { 213 | color: $stone; 214 | font-family: $base-font-family; 215 | text-decoration: none; 216 | 217 | &:visited { 218 | color: $stone; 219 | } 220 | 221 | &:active, 222 | &:hover { 223 | color: $steel-blue; 224 | } 225 | 226 | &:focus { 227 | @include accessibility-focus(); 228 | } 229 | } 230 | 231 | %link-underline { 232 | color: $denim-blue; 233 | font-family: $base-font-family; 234 | 235 | &:active, 236 | &:hover { 237 | color: $steel-blue; 238 | } 239 | 240 | &:focus { 241 | @include accessibility-focus(); 242 | } 243 | } 244 | 245 | %secondary-link { 246 | color: $denim-blue; 247 | font-family: $base-font-family; 248 | font-size: 16px; 249 | text-decoration: none; 250 | 251 | &::after { 252 | content: ">"; 253 | font-size: .7em; 254 | padding-left: 5px; 255 | vertical-align: baseline; 256 | } 257 | 258 | &:active, 259 | &:hover { 260 | color: $steel-blue; 261 | } 262 | 263 | &:focus { 264 | @include accessibility-focus(); 265 | } 266 | } 267 | 268 | %link-icon { 269 | vertical-align: baseline; 270 | } 271 | 272 | %nav-link { 273 | color: $black; 274 | font-family: $base-font-family; 275 | font-size: 24px; 276 | font-weight: 600; 277 | line-height: 1.18; 278 | position: relative; 279 | text-decoration: none; 280 | 281 | &:hover::after, 282 | &:active::after { 283 | background: $jungle-green; 284 | bottom: -8px; 285 | content: " "; 286 | height: 4px; 287 | left: 0; 288 | position: absolute; 289 | width: 30px; 290 | } 291 | 292 | &:focus { 293 | @include accessibility-focus(); 294 | } 295 | } 296 | 297 | %nav-icon { 298 | color: $stone; 299 | font-size: .7em; 300 | vertical-align: text-top; 301 | } 302 | 303 | %dropdown-label { 304 | color: $black; 305 | font-family: $base-font-family; 306 | font-size: 18px; 307 | font-weight: 600; 308 | line-height: 1.18; 309 | } 310 | 311 | %footer-text { 312 | color: $fog; 313 | font-family: $base-font-family; 314 | font-size: 14px; 315 | line-height: 1.18; 316 | } 317 | 318 | %footer-link { 319 | color: $fog; 320 | font-family: $base-font-family; 321 | font-size: 14px; 322 | line-height: 1.18; 323 | 324 | &:active, 325 | &:hover { 326 | color: $white; 327 | } 328 | 329 | &:focus { 330 | @include accessibility-focus(); 331 | } 332 | } 333 | 334 | %logo-link { 335 | &:active, 336 | &:hover { 337 | //filter: drop-shadow(0 2px 3px $gallery); 338 | } 339 | 340 | &:focus { 341 | @include accessibility-focus(); 342 | } 343 | } 344 | 345 | %logo-link-dark { 346 | &:active, 347 | &:hover { 348 | //filter: drop-shadow(0 2px 3px darken($black, 10%)); 349 | } 350 | 351 | &:focus { 352 | @include accessibility-focus(); 353 | } 354 | } 355 | -------------------------------------------------------------------------------- /assets/sass/public/fonts/fonts.scss: -------------------------------------------------------------------------------- 1 | @import "../variables/base"; 2 | 3 | @import url("https://fonts.googleapis.com/css?family=Overpass:300,400,800"); 4 | @import url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/red-hat-font.css"); 5 | -------------------------------------------------------------------------------- /assets/sass/public/global.scss: -------------------------------------------------------------------------------- 1 | h1, h2, h3, h4 { 2 | margin: 0; 3 | } 4 | 5 | p { 6 | margin: 0; 7 | 8 | &:not(:last-child) { 9 | margin-bottom: 10px; 10 | } 11 | } 12 | 13 | @import "fonts/fonts"; 14 | 15 | @import "variables/base"; 16 | @import "variables/colors"; 17 | @import "variables/breakpoints"; 18 | 19 | @import "mixins/global"; 20 | 21 | @import "extends/copy"; 22 | @import "extends/block"; 23 | -------------------------------------------------------------------------------- /assets/sass/public/mixins/global.scss: -------------------------------------------------------------------------------- 1 | @mixin accessibility-focus($color: $denim-blue) { 2 | outline-offset: 1px; 3 | outline-style: dotted; 4 | outline-width: 1px; 5 | //scss-lint:disable ImportantRule 6 | text-decoration: none !important; 7 | outline-color: $color; 8 | } 9 | 10 | @mixin make-button( 11 | $btn-color, 12 | $btn-text-color: $white, 13 | $border-color: $btn-color, 14 | $disabled: false, 15 | $btn-color-hover: null, 16 | $btn-text-color-hover: null, 17 | $border-color-hover: null, 18 | $padding: 8px 40px, 19 | $text-size: 16px, 20 | $text-weight: bold 21 | ) { 22 | 23 | display: block; 24 | font-family: $base-font-family; 25 | border-width: 1px; 26 | border-style: solid; 27 | font-size: $text-size; 28 | line-height: 1.44; 29 | padding: $padding; 30 | font-weight: $text-weight; 31 | text-decoration: none; 32 | text-transform: uppercase; 33 | text-align: center; 34 | border-radius: 0; 35 | background-color: $btn-color; 36 | border-color: $border-color; 37 | color: $btn-text-color; 38 | @if $disabled { 39 | cursor: default; 40 | 41 | &:hover { 42 | text-decoration: none; 43 | } 44 | } 45 | @else { 46 | cursor: pointer; 47 | transition: background .3s ease-in; 48 | 49 | &:hover { 50 | text-decoration: none; 51 | // Set hover background color for the button 52 | @if $btn-color-hover == null { 53 | background-color: darken($btn-color, 6%); 54 | } 55 | @else { 56 | background-color: $btn-color-hover; 57 | } 58 | // Set hover border color for the button 59 | @if $border-color-hover != null { 60 | border-color: $border-color-hover; 61 | } 62 | // Set hover text color for the button 63 | @if $btn-text-color-hover != null { 64 | color: $btn-text-color-hover; 65 | } 66 | @else { 67 | color: $btn-text-color; 68 | } 69 | } 70 | } 71 | } 72 | 73 | @mixin make-input() { 74 | font-family: $base-font-family; 75 | border-radius: 0; 76 | padding: 5px; 77 | } 78 | -------------------------------------------------------------------------------- /assets/sass/public/variables/base.scss: -------------------------------------------------------------------------------- 1 | // Base Font Size 2 | $base-font-px: 18; 3 | 4 | // Base Font Family 5 | $base-font-family: "poppins", "Verdana", sans-serif; 6 | $base-font-family--heading: $base-font-family; 7 | 8 | // Margin Padding 9 | $band-padding: 60px; 10 | $box-padding: 30px; 11 | $mobile-edge: 9px; 12 | -------------------------------------------------------------------------------- /assets/sass/public/variables/breakpoints.scss: -------------------------------------------------------------------------------- 1 | /*doc 2 | --- 3 | title: Breakpoints 4 | 5 | */ 6 | 7 | $breakpoint-zero: 0; 8 | $breakpoint-xs-min: 480px; 9 | $breakpoint-sm-min: 768px; 10 | $breakpoint-md-min: 992px; 11 | $breakpoint-lg-min: 1200px; 12 | 13 | $breakpoint-xxs-max: $breakpoint-xs-min - 1; 14 | $breakpoint-xs-max: $breakpoint-sm-min - 1; 15 | $breakpoint-sm-max: $breakpoint-md-min - 1; 16 | $breakpoint-md-max: $breakpoint-lg-min - 1; 17 | -------------------------------------------------------------------------------- /assets/sass/public/variables/colors.scss: -------------------------------------------------------------------------------- 1 | /*doc 2 | --- 3 | title: Colors 4 | 5 | Name that color tool: http://chir.ag/projects/name-that-color/#F0F0F0 6 | Use this tool to determine the name of your new color. 7 | */ 8 | 9 | // PRIMARY COLORS 10 | $white: #fff; 11 | $black: #252527; 12 | $rich-black: #1a1a1a; 13 | $pine-green: #0c322c; 14 | $jungle-green: #30ba78; 15 | $midnight-blue: #192072; 16 | $waterhole-blue: #2453ff; 17 | $mint: #90ebcd; 18 | $persimmon: #fe7c3f; 19 | $brand-primary: $pine-green; // "Pine Green" 20 | $green: $pine-green; 21 | $blue: $waterhole-blue; 22 | 23 | 24 | // GRAY: lightest to darkest 25 | $gallery: #f0f0f0; // mainly used as band background 26 | $cloud: #eee; // mainly used for colorful backgrounds where white has too much contrast 27 | $mercury: #e2e2e2; // gray card background (visible on $gallery) 28 | $iron: #d2d3d5; // mainly used as disabled buttons 29 | $misty: #ccc; // WAS #dcdcdc; suggested update in styleguide for link underlines 30 | $silver: #aaa; // visible against white, black, & mercury, used for icon hover 31 | $fog: #efefef; // mainly used as lighter gray on dark bg 32 | $stone: #646464; // mainly used as copy 33 | $coal: #424242; // mainly used as copy heading 34 | 35 | //NEW TEALS 36 | $teal: #004153; 37 | $accent-teal-medium: #10565c; 38 | $accent-teal-dark: #033d43; 39 | $accent-teal: #007a87; 40 | 41 | // NEW BLUES 42 | $denim-blue: #06c; // link on light background 43 | $steel-blue: #004080; // Link Hover state on light background 44 | // $midnight-blue: #73bcf7; // link on dark background 45 | $unc-blue: #2b9af3; // link hover on dark background 46 | $medium-blue: #497cb7; // Background color for cards and bands 47 | -------------------------------------------------------------------------------- /assets/sass/variables/base.scss: -------------------------------------------------------------------------------- 1 | // Base Font Size 2 | $base-font-px: 18; 3 | 4 | // Base Font Family 5 | $base-font-family: "RedHatText", "Overpass", Overpass, Helvetica, helvetica, arial, sans-serif; 6 | $base-font-family--heading: "RedHatDisplay", "Overpass", Overpass, Helvetica, helvetica, arial, sans-serif; 7 | 8 | // Margin Padding 9 | $band-padding: 60px; 10 | $box-padding: 30px; 11 | $mobile-edge: 9px; 12 | -------------------------------------------------------------------------------- /assets/sass/variables/breakpoints.scss: -------------------------------------------------------------------------------- 1 | /*doc 2 | --- 3 | title: Breakpoints 4 | 5 | */ 6 | 7 | $breakpoint-zero: 0; 8 | $breakpoint-xs-min: 480px; 9 | $breakpoint-sm-min: 768px; 10 | $breakpoint-md-min: 992px; 11 | $breakpoint-lg-min: 1200px; 12 | 13 | $breakpoint-xxs-max: $breakpoint-xs-min - 1; 14 | $breakpoint-xs-max: $breakpoint-sm-min - 1; 15 | $breakpoint-sm-max: $breakpoint-md-min - 1; 16 | $breakpoint-md-max: $breakpoint-lg-min - 1; 17 | -------------------------------------------------------------------------------- /assets/sass/variables/colors.scss: -------------------------------------------------------------------------------- 1 | /*doc 2 | --- 3 | title: Colors 4 | 5 | Name that color tool: http://chir.ag/projects/name-that-color/#F0F0F0 6 | Use this tool to determine the name of your new color. 7 | */ 8 | 9 | // PRIMARY COLORS 10 | $white: #fff; 11 | $black: #252527; 12 | $rich-black: #1a1a1a; 13 | $pine-green: #0c322c; 14 | $jungle-green: #30ba78; 15 | $midnight-blue: #192072; 16 | $waterhole-blue: #2453ff; 17 | $mint: #90ebcd; 18 | $persimmon: #fe7c3f; 19 | $brand-primary: $pine-green; // "Pine Green" 20 | $green: $pine-green; 21 | $blue: $waterhole-blue; 22 | 23 | 24 | // GRAY: lightest to darkest 25 | $gallery: #f0f0f0; // mainly used as band background 26 | $cloud: #eee; // mainly used for colorful backgrounds where white has too much contrast 27 | $mercury: #e2e2e2; // gray card background (visible on $gallery) 28 | $iron: #d2d3d5; // mainly used as disabled buttons 29 | $misty: #ccc; // WAS #dcdcdc; suggested update in styleguide for link underlines 30 | $silver: #aaa; // visible against white, black, & mercury, used for icon hover 31 | $fog: #efefef; // mainly used as lighter gray on dark bg 32 | $stone: #646464; // mainly used as copy 33 | $coal: #424242; // mainly used as copy heading 34 | 35 | //NEW TEALS 36 | $teal: #004153; 37 | $accent-teal-medium: #10565c; 38 | $accent-teal-dark: #033d43; 39 | $accent-teal: #007a87; 40 | 41 | // NEW BLUES 42 | $denim-blue: #06c; // link on light background 43 | $steel-blue: #004080; // Link Hover state on light background 44 | // $midnight-blue: #73bcf7; // link on dark background 45 | $unc-blue: #2b9af3; // link hover on dark background 46 | $medium-blue: #497cb7; // Background color for cards and bands 47 | -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- 1 | baseURL: https://suse-projects.github.io 2 | languageCode: en-us 3 | title: SUSE Open Source Projects 4 | disableKinds: 5 | - taxonomy 6 | - term 7 | markup.goldmark.renderer: 8 | hardWraps: true 9 | params: 10 | featuredLimit: 9 11 | featured: 12 | - Rancher Desktop 13 | - Harvester 14 | - Kubewarden 15 | - Hypper 16 | - Epinio 17 | - Opni 18 | - Uyuni 19 | - Trento 20 | - Longhorn 21 | 22 | categoryMap: 23 | ai-ml: AI/ML 24 | -------------------------------------------------------------------------------- /data/cta.yaml: -------------------------------------------------------------------------------- 1 | - title: Hybrid Cloud IT 2 | image: cta-hybrid-cloud-it.svg 3 | link: https://suse.com/solutions/managing-hybrid-clouds/ 4 | - title: Run SAP 5 | image: cta-run-sap.svg 6 | link: https://suse.com/solutions/run-sap-solutions/ 7 | - title: Cloud-native Transformation 8 | image: cta-cloud-native-transformation.svg 9 | link: https://suse.com/solutions/cloud-native-transformation/ 10 | - title: IT Operations at the Edge 11 | image: cta-it-operations.svg 12 | link: https://suse.com/solutions/edge-computing/ 13 | -------------------------------------------------------------------------------- /data/footer_links.yaml: -------------------------------------------------------------------------------- 1 | - text: Careers 2 | link: https://www.suse.com/company/careers/ 3 | - text: Legal 4 | link: https://www.suse.com/company/legal/ 5 | - text: Feedback 6 | link: https://www.suse.com/# 7 | - text: About 8 | link: https://www.suse.com/company/about/ 9 | - text: Communications Preferences 10 | link: https://www.suse.com/company/subscribe/ 11 | - text: Contact Us 12 | link: https://www.suse.com/contact/ 13 | - text: Let's Chat 14 | link: https://www.suse.com/# 15 | -------------------------------------------------------------------------------- /data/hero.yaml: -------------------------------------------------------------------------------- 1 | heading: Innovate Everywhere. SUSE style. 2 | copy: > 3 | SUSE engineers work closely with open source community members to build and refine the technologies that enable you to innovate everywhere. 4 | 5 | 6 | From operating systems to developer automation tooling, from container runtimes to Kubernetes management platforms, we leverage these projects to create fully supported, open solutions that address the challenges of today’s hybrid cloud, cloud-native, and edge environments. 7 | -------------------------------------------------------------------------------- /data/projects/ai-ml/fuseml.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: FuseML 3 | repository: https://github.com/fuseml/fuseml 4 | twitter: 5 | website: https://fuseml.github.io 6 | description: 7 | -------------------------------------------------------------------------------- /data/projects/ai-ml/phoebe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Phoebe 3 | repository: https://github.com/SUSE/phoebe 4 | twitter: 5 | website: https://github.com/SUSE/phoebe/wiki 6 | description: Phoeβe (/ˈfiːbi/) adds basic artificial intelligence capabilities to the Linux OS. 7 | -------------------------------------------------------------------------------- /data/projects/development/blue-horizon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: blue-horizon 3 | repository: https://github.com/SUSE-Enceladus/blue-horizon 4 | twitter: 5 | website: 6 | description: Web UI generation from Terraform script 7 | -------------------------------------------------------------------------------- /data/projects/development/cavil.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Cavil 3 | repository: https://github.com/openSUSE/cavil 4 | twitter: 5 | website: 6 | description: The legal review app used by SUSE Lawyers 7 | 8 | -------------------------------------------------------------------------------- /data/projects/development/epinio.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Epinio 3 | repository: https://github.com/epinio 4 | twitter: 5 | website: https://epinio.io/ 6 | description: An opinionated platform that runs on Kubernetes and takes you from code to URL in one step. 7 | 8 | -------------------------------------------------------------------------------- /data/projects/development/img-proof.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: img-proof 3 | repository: https://github.com/SUSE-Enceladus/img-proof 4 | twitter: 5 | website: 6 | description: Test framework for VMs 7 | -------------------------------------------------------------------------------- /data/projects/development/kanku.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: kanku 3 | repository: https://github.com/M0ses/kanku 4 | twitter: 5 | website: https://m0ses.github.io/kanku/ 6 | description: Seamless integration of OBS built VM images into your daily workflow. 7 | -------------------------------------------------------------------------------- /data/projects/development/keg.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: keg 3 | repository: https://github.com/SUSE-Enceladus/keg 4 | twitter: 5 | website: 6 | description: kiwi image description composition tool 7 | -------------------------------------------------------------------------------- /data/projects/development/kiwi.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: kiwi 3 | repository: https://github.com/OSInside/kiwi 4 | twitter: 5 | website: 6 | description: OS and Appliance image builder 7 | -------------------------------------------------------------------------------- /data/projects/development/klp-ccp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: klp-ccp 3 | repository: https://github.com/SUSE/klp-ccp 4 | website: 5 | description: Automate large parts of source based kernel livepatch creation. 6 | -------------------------------------------------------------------------------- /data/projects/development/libeconf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libeconf 3 | repository: https://github.com/openSUSE/libeconf 4 | twitter: 5 | website: 6 | description: Enhanced config file parser, which merges config files placed in several locations into one. 7 | 8 | -------------------------------------------------------------------------------- /data/projects/development/libpulp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libpulp 3 | repository: https://github.com/SUSE/libpulp 4 | website: 5 | description: libpulp enables live patching in user space applications. 6 | -------------------------------------------------------------------------------- /data/projects/development/libsolv.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libsolv 3 | repository: https://github.com/openSUSE/libsolv 4 | website: http://en.opensuse.org/openSUSE:Libzypp_satsolver 5 | description: Library for solving packages and reading repositories 6 | -------------------------------------------------------------------------------- /data/projects/development/libyui.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: LibYUI 3 | repository: https://github.com/libyui/libyui 4 | website: https://github.com/libyui/libyui#readme 5 | description: Libyui is a widget abstraction library providing graphical (Qt) and text-based (NCurses) front-ends. 6 | -------------------------------------------------------------------------------- /data/projects/development/mash-client.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: mash-client 3 | repository: https://github.com/SUSE-Enceladus/mash-client 4 | twitter: 5 | website: 6 | description: Command line tool for mash access 7 | -------------------------------------------------------------------------------- /data/projects/development/mash.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: mash 3 | repository: https://github.com/SUSE-Enceladus/mash 4 | twitter: 5 | website: 6 | description: CI/CD piepeline for VM images 7 | -------------------------------------------------------------------------------- /data/projects/development/obsgit.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: obsgit 3 | repository: https://github.com/openSUSE/obsgit 4 | twitter: 5 | website: 6 | description: Simple bridge between Open Build Server and git 7 | -------------------------------------------------------------------------------- /data/projects/development/open-build-service-connector.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Open Build Service Connector 3 | repository: https://github.com/SUSE/open-build-service-connector 4 | twitter: 5 | website: https://marketplace.visualstudio.com/items?itemName=SUSE.open-build-service-connector 6 | description: Visual Studio Code extension for integration with the Open Build Service. 7 | 8 | -------------------------------------------------------------------------------- /data/projects/development/open-build-service.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Open Build Service 3 | repository: https://github.com/openSUSE/open-build-service 4 | twitter: 5 | website: https://www.openbuildservice.org 6 | description: Distribution, package, appliance and container build infrastructure and collaboration 7 | -------------------------------------------------------------------------------- /data/projects/development/openqa.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: openQA 3 | repository: https://github.com/os-autoinst/openQA 4 | twitter: https://twitter.com/openQAhq 5 | website: http://open.qa 6 | description: openQA, automated tests for operating systems 7 | -------------------------------------------------------------------------------- /data/projects/development/rio.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Rio 3 | repository: https://github.com/rancher/rio 4 | twitter: 5 | website: https://rio.io 6 | description: The application deployment engine for Kubernetes. 7 | -------------------------------------------------------------------------------- /data/projects/development/sle-bci.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SLE BCI 3 | repository: 4 | twitter: 5 | website: 6 | description: |- 7 | A flexible developer environment tailored for modern 8 | containerized application development and CI/CD. 9 | disabled: true 10 | -------------------------------------------------------------------------------- /data/projects/development/venvjail.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: venvjail 3 | repository: https://github.com/openSUSE/venvjail 4 | twitter: 5 | website: 6 | description: Create Python virtualenvs in OBS 7 | -------------------------------------------------------------------------------- /data/projects/education/hobbyfarm.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: HobbyFarm 3 | repository: https://github.com/hobbyfarm 4 | website: 5 | twitter: 6 | description: Browser-based cloud-native learning tool, powered by Kubernetes. 7 | -------------------------------------------------------------------------------- /data/projects/infrastructure/harvester.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Harvester 3 | repository: https://github.com/rancher/harvester 4 | twitter: 5 | website: https://harvesterhci.io/ 6 | description: Open source hyperconverged infrastructure (HCI) software. 7 | -------------------------------------------------------------------------------- /data/projects/infrastructure/jangouts.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Jangouts 3 | repository: https://github.com/jangouts/jangouts 4 | twitter: 5 | website: https://github.com/jangouts/jangouts#readme 6 | description: Self-hosted video conferencing solution supporting video, chat and screen sharing. 7 | -------------------------------------------------------------------------------- /data/projects/infrastructure/mirrorcache.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: MirrorCache 3 | repository: https://github.com/openSUSE/MirrorCache 4 | description: Download redirector to find a suitable mirror from the client's geographic location. 5 | -------------------------------------------------------------------------------- /data/projects/infrastructure/pint-server.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: public-cloud-info-service 3 | repository: https://github.com/SUSE-Enceladus/public-cloud-info-service 4 | twitter: 5 | website: 6 | description: Information server for Cloud images and Servers 7 | -------------------------------------------------------------------------------- /data/projects/infrastructure/vhostmd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: vhostmd 3 | repository: https://github.com/vhostmd/vhostmd 4 | twitter: 5 | website: 6 | description: Hypervisor service providing metrics/diagnostics information from hosted virtual machines. 7 | -------------------------------------------------------------------------------- /data/projects/kubernetes/k3s.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: K3S 3 | repository: https://github.com/k3s-io/k3s 4 | twitter: 5 | website: https://k3s.io/ 6 | description: Lightweight Kubernetes built for resource-constrained environments like IoT and Edge. 7 | -------------------------------------------------------------------------------- /data/projects/kubernetes/kim.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: kim 3 | repository: https://github.com/rancher/kim 4 | twitter: 5 | website: 6 | description: A Kubernetes image manager. 7 | -------------------------------------------------------------------------------- /data/projects/kubernetes/rke.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: RKE 3 | repository: https://github.com/rancher/rke 4 | twitter: 5 | website: https://rancher.com/products/rke 6 | description: Kubernetes simplified. Runs in Docker containers. 7 | -------------------------------------------------------------------------------- /data/projects/kubernetes/rke2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: RKE2 3 | repository: https://github.com/rancher/rke2 4 | twitter: 5 | website: https://docs.rke2.io/ 6 | description: Kubernetes built for security and compliance. 7 | -------------------------------------------------------------------------------- /data/projects/kubernetes/wins.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wins 3 | repository: https://github.com/rancher/wins 4 | twitter: 5 | website: 6 | description: Operate the Windows host inside a Windows container. 7 | -------------------------------------------------------------------------------- /data/projects/networking/prometheus-webhook-snmp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Prometheus Webhook SNMP 3 | repository: https://github.com/SUSE/prometheus-webhook-snmp 4 | description: An Alertmanager receiver that translates incoming notifications into SNMP traps. 5 | -------------------------------------------------------------------------------- /data/projects/networking/submariner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Submariner 3 | repository: https://github.com/submariner-io/submariner 4 | twitter: https://twitter.com/submarinerio 5 | website: https://submariner.io 6 | description: Connect all your Kubernetes clusters, no matter where they are in the world. 7 | -------------------------------------------------------------------------------- /data/projects/networking/wicked.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wicked 3 | repository: https://github.com/openSUSE/wicked 4 | twitter: 5 | website: https://en.opensuse.org/Portal:Wicked 6 | description: Framework for network configuration 7 | -------------------------------------------------------------------------------- /data/projects/operating-systems/jeos-firstboot.yaml: -------------------------------------------------------------------------------- 1 | name: jeos-firstboot 2 | repository: https://github.com/openSUSE/jeos-firstboot 3 | twitter: 4 | website: https://github.com/openSUSE/jeos-firstboot 5 | description: Lightweight firstboot wizard service for SLE and openSUSE JeOS images 6 | -------------------------------------------------------------------------------- /data/projects/operating-systems/k3os.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: K3OS 3 | repository: https://github.com/rancher/k3os 4 | twitter: 5 | website: https://k3os.io/ 6 | description: Purpose-built OS for Kubernetes, fully managed by Kubernetes. 7 | -------------------------------------------------------------------------------- /data/projects/operating-systems/kubic.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Kubic 3 | repository: https://github.com/kubic-project 4 | twitter: https://twitter.com/KubicProject 5 | website: https://kubic.opensuse.org 6 | description: Certified Kubernetes distribution & container-related technologies built by the openSUSE community. 7 | -------------------------------------------------------------------------------- /data/projects/operating-systems/opensuse-leap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: openSUSE Leap 3 | repository: https://build.opensuse.org/project/subprojects/openSUSE:Leap 4 | twitter: https://twitter.com/openSUSE 5 | website: https://en.opensuse.org/Portal:Distribution 6 | description: Get the most complete Linux distribution with openSUSE’s latest regular-release version! 7 | -------------------------------------------------------------------------------- /data/projects/operating-systems/opensuse-microos.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: openSUSE MicroOS 3 | repository: https://build.opensuse.org/project/show/devel:kubic 4 | twitter: https://twitter.com/OMicroOS 5 | website: https://microos.opensuse.org 6 | description: Edge & Micro Service OS built by the openSUSE community. 7 | -------------------------------------------------------------------------------- /data/projects/operating-systems/opensuse-tumbleweed.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: openSUSE Tumbleweed 3 | repository: https://build.opensuse.org/project/show/openSUSE:Factory 4 | twitter: https://twitter.com/openSUSE 5 | website: https://en.opensuse.org/Portal:Tumbleweed 6 | description: Get the newest Linux packages with our rolling release. 7 | -------------------------------------------------------------------------------- /data/projects/operations/aliyun-img-utils.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: aliyun-img-utils 3 | repository: https://github.com/SUSE-Enceladus/aliyun-img-utils 4 | twitter: 5 | website: 6 | description: Tools to manage images in Alibaba ECS 7 | -------------------------------------------------------------------------------- /data/projects/operations/autok3s.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: AutoK3s 3 | repository: https://github.com/cnrancher/autok3s 4 | twitter: 5 | website: 6 | description: Run K3s Everywhere. 7 | -------------------------------------------------------------------------------- /data/projects/operations/azuremetadata.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: azuremetadata 3 | repository: https://github.com/SUSE-Enceladus/azuremetadata 4 | twitter: 5 | website: 6 | description: Metadata query tool for Azure instances 7 | -------------------------------------------------------------------------------- /data/projects/operations/combustion.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Combustion 3 | repository: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion 4 | website: https://en.opensuse.org/Portal:MicroOS/Combustion 5 | description: Fully set up your MicroOS installation on the first boot 6 | -------------------------------------------------------------------------------- /data/projects/operations/cscreen.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cscreen 3 | repository: https://github.com/openSUSE/cscreen 4 | twitter: 5 | website: 6 | description: Allows to run multiple consoles in one screen session. Perfect for monitoring and logging all serial consoles in your data center in one screen instance 7 | -------------------------------------------------------------------------------- /data/projects/operations/ec2emetadata.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ec2metadata 3 | repository: https://github.com/SUSE-Enceladus/ec2metadata 4 | twitter: 5 | website: 6 | description: Metadata query tool for EC2 instances 7 | -------------------------------------------------------------------------------- /data/projects/operations/ec2imgutils.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ec2imgutils 3 | repository: https://github.com/SUSE-Enceladus/ec2imgutils 4 | twitter: 5 | website: 6 | description: Tools to manage images in AWS EC2 7 | -------------------------------------------------------------------------------- /data/projects/operations/fleet.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Fleet 3 | repository: https://github.com/rancher/fleet/ 4 | twitter: https://twitter.com/Rancher_Labs 5 | website: https://fleet.rancher.io 6 | description: GitOps at scale. 7 | -------------------------------------------------------------------------------- /data/projects/operations/gceemetadata.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gcemetadata 3 | repository: https://github.com/SUSE-Enceladus/gcemetadata 4 | twitter: 5 | website: 6 | description: Metadata query tool for GCE instances 7 | -------------------------------------------------------------------------------- /data/projects/operations/gceimgutils.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gceimgutils 3 | repository: https://github.com/SUSE-Enceladus/gceimgutils 4 | twitter: 5 | website: 6 | description: Tools to manage images in GCE 7 | -------------------------------------------------------------------------------- /data/projects/operations/gfxboot.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gfxboot 3 | repository: https://github.com/openSUSE/gfxboot 4 | website: 5 | description: Graphical boot screen for GRUB, LILO, and SYSLINUX 6 | -------------------------------------------------------------------------------- /data/projects/operations/hwinfo.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hwinfo 3 | repository: https://github.com/openSUSE/hwinfo 4 | website: 5 | description: Hardware information tool 6 | -------------------------------------------------------------------------------- /data/projects/operations/hypper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Hypper 3 | repository: https://github.com/rancher-sandbox/hypper 4 | twitter: 5 | website: https://hypper.io 6 | description: A dependency-aware package manager built on Helm. 7 | -------------------------------------------------------------------------------- /data/projects/operations/opni.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Opni 3 | repository: http://github.com/rancher/opni 4 | twitter: 5 | website: https://opni.io 6 | description: AI/ML-driven anomaly detection for Kubernetes. 7 | -------------------------------------------------------------------------------- /data/projects/operations/rancher-desktop.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Rancher Desktop 3 | repository: https://github.com/rancher-sandbox/rd 4 | website: https://rancherdesktop.io/ 5 | description: Kubernetes on your desktop. 6 | -------------------------------------------------------------------------------- /data/projects/operations/rancher.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Rancher 3 | repository: https://github.com/rancher 4 | twitter: https://twitter.com/Rancher_Labs 5 | website: https://rancher.com 6 | description: Deploy and manage Kubernetes anywhere. 7 | -------------------------------------------------------------------------------- /data/projects/operations/rmt.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Repository Mirroring Tool (RMT) 3 | repository: https://github.com/SUSE/rmt 4 | website: https://github.com/SUSE/rmt 5 | description: Mirror RPM repositories in your own private network. 6 | 7 | -------------------------------------------------------------------------------- /data/projects/operations/service-access-config.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: service-access-config 3 | repository: https://github.com/SUSE-Enceladus/service-access-config 4 | twitter: 5 | website: 6 | description: ACL generator for services 7 | -------------------------------------------------------------------------------- /data/projects/operations/snapper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Snapper 3 | repository: https://github.com/openSUSE/snapper 4 | website: https://snapper.io 5 | description: The ultimate snapshot tool for Linux 6 | -------------------------------------------------------------------------------- /data/projects/operations/supportutils.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: supportutils 3 | repository: https://github.com/openSUSE/supportutils 4 | twitter: 5 | website: 6 | description: SUSE Linux Enterprise support utilities. Gathers system information 7 | -------------------------------------------------------------------------------- /data/projects/operations/transactional-update.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: transactional-update 3 | repository: https://github.com/openSUSE/transactional-update 4 | website: https://microos.opensuse.org 5 | description: Use zypper, btrfs and snapshots to atomically update a system. 6 | -------------------------------------------------------------------------------- /data/projects/operations/trento.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Trento 3 | repository: https://github.com/trento-project/trento 4 | twitter: 5 | website: https://www.trento-project.io 6 | description: An open cloud-native web console to manage OS-related tasks for SAP applications. 7 | -------------------------------------------------------------------------------- /data/projects/operations/uyuni.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Uyuni 3 | repository: https://github.com/uyuni-project/uyuni 4 | twitter: https://twitter.com/UyuniProject 5 | website: https://uyuni-project.org 6 | description: The best tool to deploy and manage your enterprise Linux infrastructure, powered by Salt and Ansible 7 | -------------------------------------------------------------------------------- /data/projects/operations/vscode-rke-cluster-config.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: RKE Cluster Linter for VS Code 3 | repository: https://github.com/dcermak/vscode-rke-cluster-config 4 | website: | 5 | https://marketplace.visualstudio.com/items?itemName=dancermak.vscode-rke-cluster-config 6 | description: | 7 | VS Code extension for linting and validation of RKE's cluster.yml. 8 | -------------------------------------------------------------------------------- /data/projects/operations/yast.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: YaST 3 | repository: https://github.com/yast 4 | website: https://yast.opensuse.org 5 | description: Installation and configuration tool for openSUSE and the SUSE Linux Enterprise distributions. It features an easy-to-use interface and powerful configuration capabilities. 6 | -------------------------------------------------------------------------------- /data/projects/operations/yomi.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Yomi 3 | repository: https://github.com/openSUSE/yomi 4 | twitter: 5 | website: 6 | description: Installing openSUSE and SLE via Salt 7 | -------------------------------------------------------------------------------- /data/projects/operations/zypper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Zypper 3 | repository: https://github.com/openSUSE/zypper 4 | website: https://en.opensuse.org/Portal:Zypper 5 | description: Program and library for package, patch, pattern and product management. 6 | -------------------------------------------------------------------------------- /data/projects/security/complianceascode.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ComplianceAsCode 3 | repository: https://github.com/openSUSE/ComplianceAsCode-content 4 | twitter: 5 | website: 6 | description: Creation of security policy content for various platforms. 7 | -------------------------------------------------------------------------------- /data/projects/security/kubewarden.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Kubewarden 3 | repository: https://github.com/kubewarden 4 | twitter: https://twitter.com/kubewarden 5 | website: https://kubewarden.io 6 | description: Kubernetes admission control using WebAssembly (WASM). 7 | -------------------------------------------------------------------------------- /data/projects/security/kucero.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: kucero 3 | repository: https://github.com/SUSE/kucero 4 | twitter: 5 | website: 6 | description: Kubernetes certificate rotation. 7 | -------------------------------------------------------------------------------- /data/projects/storage/aquarium.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Aquarium 3 | repository: https://github.com/aquarist-labs/aquarium 4 | twitter: 5 | website: 6 | description: Easy to deploy, Ceph-based storage appliance, centered around declarative objectives. 7 | -------------------------------------------------------------------------------- /data/projects/storage/libstorage-ng.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libstorage-ng 3 | repository: https://github.com/openSUSE/libstorage-ng 4 | twitter: 5 | website: https://yast.opensuse.org/ 6 | description: Linux storage management library. 7 | -------------------------------------------------------------------------------- /data/projects/storage/longhorn.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Longhorn 3 | repository: https://github.com/longhorn/longhorn 4 | twitter: 5 | website: https://longhorn.io/ 6 | description: Cloud-Native distributed block storage built on and for Kubernetes. 7 | -------------------------------------------------------------------------------- /layouts/_default/baseof.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{- partial "site-head.html" . -}} 4 | 5 | {{ block "header" . }}{{- partial "site-header.html" . }}{{ end }} 6 |
7 | {{- block "main" . }}{{- end }} 8 |
9 | {{ block "footer" . }}{{- partialCached "site-footer.html" . }}{{ end }} 10 | 11 | 12 | -------------------------------------------------------------------------------- /layouts/_default/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/layouts/_default/list.html -------------------------------------------------------------------------------- /layouts/_default/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/layouts/_default/single.html -------------------------------------------------------------------------------- /layouts/index.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | {{- range $category, $project := $.Site.Data.projects }} 3 | {{/* Flattens our projects dir into a map of projects and a list of categories */}} 4 | {{- range $k, $v := . }} 5 | {{/* check if we have a special name in the categoryMap */}} 6 | {{ with index $.Site.Params.categoryMap $category }} 7 | {{ $v = merge $v (dict "category" . "categoryOverride" true) }} 8 | {{ else }} 9 | {{ $v = merge $v (dict "category" $category) }} 10 | {{ end }} 11 | {{- $.Scratch.SetInMap "projects" $k $v }} 12 | {{- end }} 13 | {{- end }} 14 | {{ partial "page-hero.html" . }} 15 | {{ partial "page-featured.html" . }} 16 | {{ partial "page-projects.html" . }} 17 | {{ partial "page-cta.html" . }} 18 | {{ end }} -------------------------------------------------------------------------------- /layouts/partials/page-card.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | {{ $image := print (replace (.name | lower) " " "-") }} 5 | {{ if (fileExists ( print "static/logos/" $image ".svg")) }} 6 | {{ $image = print $image ".svg" }} 7 | {{ else }} 8 | {{ $image = print $image ".png" }} 9 | {{ end }} 10 | {{ .name }} logo 11 |
12 |
13 | 14 |

{{ .description }}

15 |
16 | {{ $uplevel := 0 }} 17 | {{ if .website }} 18 | {{ $uplevel = (add $uplevel 1 )}} 19 | {{ end }} 20 | {{ if .repository }} 21 | {{ $uplevel = (add $uplevel 1 )}} 22 | {{ end }} 23 | {{ if .twitter }} 24 | {{ $uplevel = (add $uplevel 1 )}} 25 | {{ end }} 26 | 55 |
56 |
57 | -------------------------------------------------------------------------------- /layouts/partials/page-cta-item.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 11 |
12 |
-------------------------------------------------------------------------------- /layouts/partials/page-cta.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 |

Explore SUSE Solutions

5 |
6 |
7 |
8 | {{ range $.Site.Data.cta }} 9 | {{ partial "page-cta-item.html" . }} 10 | {{ end }} 11 |
12 |
-------------------------------------------------------------------------------- /layouts/partials/page-featured.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 4 |
5 |

Featured Projects

6 |
7 |
8 |
9 | {{/* Flatten our data into a map of projects */}} 10 | {{/* Pull out the first X featured projects */}} 11 | {{ $projects := $.Scratch.Get "projects" }} 12 | {{ range first $.Site.Params.featuredLimit $.Site.Params.featured }} 13 | {{ $project := index $projects (replace (lower .) " " "-" )}} 14 | {{ with $project }} 15 | {{ if not .disabled }} 16 | {{ partial "page-card.html" $project }} 17 | {{ end }} 18 | {{ end }} 19 | {{ end }} 20 |
21 |
22 |
-------------------------------------------------------------------------------- /layouts/partials/page-hero.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |

{{.Site.Data.hero.heading}}

5 |
{{index .Site.Data.hero "copy" | 6 | markdownify }}
7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /layouts/partials/page-project-row.html: -------------------------------------------------------------------------------- 1 | 2 | {{ .name }} 3 | 4 | {{ with .website }} 5 | {{ . | replaceRE "^https?://" "" | replaceRE "/$" "" }} 6 | {{ else }} 7 | {{ .repository | replaceRE "^https?://" "" | replaceRE "/$" "" }} 8 | {{ end }} 9 | 10 | {{ if .categoryOverride }}{{ .category }}{{ else }}{{ humanize .category | title }}{{ end }} 11 | -------------------------------------------------------------------------------- /layouts/partials/page-projects.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 4 |
5 |

All Projects

6 |
7 |
8 | 9 |
10 | 11 |
12 | 16 |
17 | 18 | 30 | 31 |
32 |
33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | {{ range $.Scratch.GetSortedMapValues "projects" }} 44 | {{ if not .disabled }} 45 | {{ partial "page-project-row.html" . }} 46 | {{ end }} 47 | {{ end }} 48 | 49 |
Project nameProject websiteCategory
50 |
51 |
52 |
53 | 74 |
75 | -------------------------------------------------------------------------------- /layouts/partials/site-footer-link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{ .text }} 4 | 5 | -------------------------------------------------------------------------------- /layouts/partials/site-footer.html: -------------------------------------------------------------------------------- 1 | 2 | 13 | -------------------------------------------------------------------------------- /layouts/partials/site-head.html: -------------------------------------------------------------------------------- 1 | 2 | 27 | 28 | 29 | SUSE Projects 30 | 31 | 33 | 35 | 36 | 37 | {{- $scssFile := "sass/main.scss" }} 38 | {{- $cssTarget := "css/main.css" }} 39 | {{- $cssOpts := cond (.Site.IsServer) (dict "targetPath" $cssTarget 40 | "enableSourceMap" true) (dict "targetPath" $cssTarget "outputStyle" "compressed") }} 41 | {{- if .Site.IsServer }} 42 | {{- $style := resources.Get $scssFile | toCSS $cssOpts }} 43 | 44 | {{- else }} 45 | {{- $style := resources.Get $scssFile | toCSS $cssOpts | minify | fingerprint }} 46 | 48 | {{- end }} 49 | 50 | 51 | -------------------------------------------------------------------------------- /layouts/partials/site-header.html: -------------------------------------------------------------------------------- 1 | 2 | 15 | 16 | -------------------------------------------------------------------------------- /static/img/cta-cloud-native-transformation.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /static/img/cta-hybrid-cloud-it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /static/img/cta-it-operations.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /static/img/cta-run-sap.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /static/img/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/static/img/hero.png -------------------------------------------------------------------------------- /static/img/suse-white-logo-green.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /static/js/tablesort.js: -------------------------------------------------------------------------------- 1 | var options = { 2 | valueNames: ['projectName', 'projectRepository', 'projectCategory'] 3 | }; 4 | 5 | var projectList = new List('project-table', options); 6 | -------------------------------------------------------------------------------- /static/logos/epinio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /static/logos/fuseml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/static/logos/fuseml.png -------------------------------------------------------------------------------- /static/logos/harvester.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /static/logos/hobbyfarm.svg: -------------------------------------------------------------------------------- 1 | hobbyfarm_logo -------------------------------------------------------------------------------- /static/logos/hypper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /static/logos/k3os.svg: -------------------------------------------------------------------------------- 1 | sub-project-brand-logo-variants -------------------------------------------------------------------------------- /static/logos/k3s.svg: -------------------------------------------------------------------------------- 1 | sub-project-brand-logo-variants -------------------------------------------------------------------------------- /static/logos/kanku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/static/logos/kanku.png -------------------------------------------------------------------------------- /static/logos/kiwi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/static/logos/kiwi.png -------------------------------------------------------------------------------- /static/logos/kubewarden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/static/logos/kubewarden.png -------------------------------------------------------------------------------- /static/logos/kubic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Kubic 31 | -------------------------------------------------------------------------------- /static/logos/kucero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/static/logos/kucero.png -------------------------------------------------------------------------------- /static/logos/longhorn.svg: -------------------------------------------------------------------------------- 1 | sub-project-brand-logo-variants -------------------------------------------------------------------------------- /static/logos/mirrorcache.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layer 1 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /static/logos/open-build-service-connector.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/logos/open-build-service.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | Open Build Service logo 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 | -------------------------------------------------------------------------------- /static/logos/opensuse-leap.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /static/logos/opensuse-microos.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /static/logos/opensuse-tumbleweed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /static/logos/opni.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /static/logos/rancher-desktop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 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 | -------------------------------------------------------------------------------- /static/logos/rancher.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | 14 | 16 | 22 | 23 | 24 | 25 | 28 | 30 | 32 | 35 | 37 | 39 | 42 | 43 | 44 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /static/logos/rio.svg: -------------------------------------------------------------------------------- 1 | sub-project-brand-logo-variants -------------------------------------------------------------------------------- /static/logos/rke.svg: -------------------------------------------------------------------------------- 1 | sub-project-brand-logo-variants -------------------------------------------------------------------------------- /static/logos/rke2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /static/logos/sle-bci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suse-projects/source/f2726c32e5e387cbb83553de82ca8156fb10eb18/static/logos/sle-bci.png -------------------------------------------------------------------------------- /static/logos/submariner.svg: -------------------------------------------------------------------------------- 1 | sub-project-brand-logo-variants -------------------------------------------------------------------------------- /static/logos/uyuni.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/logos/yast.svg: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------