-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To help users new to the Linux world, and are not yet familiar with what their OS is based on.
- Loading branch information
Showing
14 changed files
with
151 additions
and
15 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="wrapper transition-fade"> | ||
|
||
<header> | ||
<h1 class="page-title">{{ page.title | escape }}</h1> | ||
</header> | ||
|
||
{{ content }} | ||
|
||
<div class="row"> | ||
<div class="col distros"> | ||
{% assign sorted_distros = page.distros | sort: 'name' %} | ||
{% for distro in sorted_distros %} | ||
<a id="{{ distro.name | replace: ' ','_' }}" class="distro {% if distro.community == true %}community{% endif %}" href="{{ distro.link }}" onclick="download_selected(this)" style="--distro-accent: rgb({{ distro.accent }})"> | ||
<img src="/assets/img/distros/{{ distro.icon }}" alt="{{ distro.name }} logo"/> | ||
<span>{{ distro.name }}</span> | ||
</a> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
|
||
<p class="center"> | ||
<a href="../" class="btn"> | ||
{% include svg/arrow-left.svg %} | ||
Back to Downloads | ||
</a> | ||
</p> | ||
|
||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
layout: derivatives | ||
title: Find Distro | ||
permalink: /download/derivatives/ | ||
class: download | ||
|
||
distros: | ||
- name: EndeavourOS | ||
link: /download/arch/ | ||
icon: endeavouros.svg | ||
accent: '102,50,153' | ||
|
||
- name: Manjaro | ||
link: /download/arch/ | ||
icon: manjaro.svg | ||
accent: '42,153,74' | ||
|
||
- name: Linux Mint | ||
link: /download/ubuntu/ | ||
icon: mint.svg | ||
accent: '135,207,62' | ||
|
||
- name: elementary OS | ||
link: /download/ubuntu/ | ||
icon: elementary.svg | ||
accent: '126,128,135' | ||
|
||
- name: KDE Neon | ||
link: /download/ubuntu/ | ||
icon: kde-neon.svg | ||
accent: '22,148,126' | ||
|
||
- name: Pop!_OS | ||
link: /download/ubuntu/ | ||
icon: pop_os.png | ||
accent: '58,148,159' | ||
|
||
- name: Zorin OS | ||
link: /download/ubuntu/ | ||
icon: zorin_os.png | ||
accent: '0,142,204' | ||
--- | ||
|
||
You might be running one of these. These links will take you to the page that your distro is based on. |