Skip to content

Commit

Permalink
Add links to client for Windows ARM and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jornane committed Jan 12, 2025
1 parent dfd39c3 commit 2cde620
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 9 deletions.
37 changes: 34 additions & 3 deletions assets/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,47 @@ ul.download-buttons {
margin-top: .6rem;
}
.download-button-windows {
background: black url('download/win.svg') no-repeat;
background-position: .4rem .4rem;
}
.download-button-linux {
background: black url('download/lin.svg') no-repeat;
background-position: .4rem .6rem;
}
.download-button-windows, .download-button-linux {
margin: .6rem;
margin-right: 0;
height: 2.5rem;
background: black url('download/win.svg') no-repeat;
background-size: 1.5rem;
background-position: .4rem 50%;
color: white;
border-radius: .4rem;
border: 1px solid gray;
padding: .5rem 1.5rem .1rem 2.5rem;
font-weight: bold;;
font-weight: bold;
}
details.download-button-windows, details.download-button-linux {
padding: 0;
height: auto;
min-height: 2.5rem;
text-align: center;

summary {
padding: .7rem 1.5rem .6rem 2.5rem;
margin: 0;
}
::marker {
content: '';
}
ul {
padding: 0;
display: flex;
list-style: none;
justify-content: space-around;

a {
color: white;
}
}
}
}

Expand Down
14 changes: 12 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ description: geteduroam is a project to simplify the process of connecting to ed

<ul class="download-buttons">
<li><a class="download-button-android" href="https://play.google.com/store/apps/details?id=app.eduroam.geteduroam"><img src="download/google-play-badge-2.png" alt="Android"></a>
<li><a class="download-button-ios" href="https://apps.apple.com/no/app/geteduroam/id1504076137"><img src="download/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" alt="iOS"></a>
<li><a class="download-button-windows" href="https://dl.eduroam.app/windows/x86_64/geteduroam.exe">Windows</a>
<li><a class="download-button-ios" href="https://apps.apple.com/app/geteduroam/id1504076137"><img src="download/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" alt="iOS"></a>
<li><details class="download-button-windows"><summary>Windows</summary>
<ul>
<li><a href="https://dl.eduroam.app/windows/amd64/geteduroam.exe">Intel/AMD</a>
<li><a href="https://dl.eduroam.app/windows/arm64/geteduroam.exe">ARM</a>
</ul>
</details>
<li><details class="download-button-linux"><summary>Linux</summary>
<ul>
<li><a href="https://github.com/geteduroam/linux-app/releases">⎋ GitHub</a>
</ul>
</details>
</ul>

geteduroam is a project to **[simplify the process of connecting to eduroam](about/goals/)** for end users
Expand Down
14 changes: 12 additions & 2 deletions content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ bookHidden: true

<ul class="download-buttons">
<li><a class="download-button-android" href="https://play.google.com/store/apps/details?id=app.eduroam.geteduroam"><img src="google-play-badge-2.png" alt="Android"></a>
<li><a class="download-button-ios" href="https://apps.apple.com/no/app/geteduroam/id1504076137"><img src="Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" alt="iOS"></a>
<li><a class="download-button-windows" href="https://dl.eduroam.app/windows/x86_64/geteduroam.exe">Windows</a>
<li><a class="download-button-ios" href="https://apps.apple.com/app/geteduroam/id1504076137"><img src="Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" alt="iOS"></a>
<li><details class="download-button-windows"><summary>Windows</summary>
<ul>
<li><a href="https://dl.eduroam.app/windows/amd64/geteduroam.exe">Intel/AMD</a>
<li><a href="https://dl.eduroam.app/windows/arm64/geteduroam.exe">ARM</a>
</ul>
</details>
<li><details class="download-button-linux"><summary>Linux</summary>
<ul>
<li><a href="https://github.com/geteduroam/linux-app/releases">⎋ GitHub</a>
</ul>
</details>
</ul>

Solutions for **macOS** and the <strong><abbr title="Linux, *BSDs">*NIX</abbr></strong>es are still being developed, please stay tuned
8 changes: 6 additions & 2 deletions content/enduser/connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ These instructions apply for users in institutions that are eduroam IdPs and use

1. Download the geteduroam app for your platform
* [Android](https://play.google.com/store/apps/details?id=app.eduroam.geteduroam)
* [iOS/iPadOS](https://apps.apple.com/no/app/geteduroam/id1504076137)
* [Windows](https://dl.eduroam.app/windows/x86_64/geteduroam.exe)
* [iOS/iPadOS](https://apps.apple.com/app/geteduroam/id1504076137)
* Windows
* [AMD/Intel (amd64)](https://dl.eduroam.app/windows/amd64/geteduroam.exe)
* [ARM (arm64)](https://dl.eduroam.app/windows/arm64/geteduroam.exe)
* Linux
* [GitHub](https://github.com/geteduroam/linux-app/releases)
2. Start the app and select your institution
3. Depending on whether your institution has enrolled in geteduroam, you will either
* Be sent to a website where you log in with your institution credentials (eduGAIN)
Expand Down
11 changes: 11 additions & 0 deletions static/download/lin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cde620

Please sign in to comment.