Skip to content

Commit

Permalink
Add notices due to project ending
Browse files Browse the repository at this point in the history
  • Loading branch information
PixelyIon committed May 7, 2023
1 parent 43657ff commit ddcf21a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 30 deletions.
3 changes: 0 additions & 3 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ const Navbar = () => {
<CustomLink href="https://discord.gg/XnbXNQM" className="p-1 text-gray-500 text-4xl transition-colors duration-200 rounded-full focus:outline-none hover:text-gray-800 dark:hover:text-blue-500 dark:text-white md:ml-2">
<FaDiscord />
</CustomLink>
<CustomLink href="https://www.patreon.com/skyline_emu" className="p-1 text-gray-500 text-3xl transition-colors duration-200 rounded-full focus:outline-none hover:text-gray-800 dark:hover:text-blue-500 dark:text-white md:ml-2">
<FaPatreon />
</CustomLink>
</div>
</div>
<div className="flex md:hidden">
Expand Down
2 changes: 1 addition & 1 deletion src/config/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const community_managers = [
github: "https://github.com/EZonTheEyes",
},
{
name: "King",
name: "Ray",
avatar: "https://avatars.githubusercontent.com/u/73195869",
github: "https://github.com/MrKing202981",
},
Expand Down
26 changes: 8 additions & 18 deletions src/sections/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,28 @@ const About = () => {
<img className="w-10 h-10 ml-3 rounded-full" src={logo} alt="" />
</h2>
<div className="mb-16 dark:text-white md:pr-16 pt-3 md:text-left text-center">
<p>Skyline is designed to provide an accurate, performant, and user-friendly emulation experience through an ARM Compatibility Layer and System Emulation.</p>
<p>Skyline was designed to provide an accurate, performant, and user-friendly emulation experience through an ARM Compatibility Layer and System Emulation.</p>
</div>
</div>
<div className="w-full md:w-2/3 md:text-left text-center">
<div className="mb-4">
<h3 className="text-xl font-semibold text-darkPrimary">What is Skyline Edge?</h3>
<h3 className="text-xl font-semibold text-darkPrimary">Is Skyline coming back?</h3>
</div>
<div className="mb-8 dark:text-white">
<p>Skyline Edge is an early-access build of Skyline with all the latest features that we're working on, as a perk for subscribing to our <CustomLink className="font-bold text-primary underline" href="https://www.patreon.com/skyline_emu">Patreon</CustomLink>. Learn more by reading the <CustomLink className="font-bold text-primary underline" href="https://www.patreon.com/posts/introducing-edge-74229204">introductory blog post</CustomLink>.
<br/><br/>
It should be noted that all Skyline features (even Edge) are open-source, we're committed to being FOSS even with monetization.</p>
<p>We have no plans to continue Skyline for the foreseeable future.</p>
</div>
<div className="mb-4">
<h3 className="text-xl font-semibold text-darkPrimary">How does Skyline differ from Skyline Edge?</h3>
<h3 className="text-xl font-semibold text-darkPrimary">Can someone else fork Skyline?</h3>
</div>
<div className="mb-8 dark:text-white">
<p>While Skyline Edge is subscription-only, Skyline will forever remain free. We provide <CustomLink className="font-bold text-primary underline" href="#download">free builds</CustomLink> without Edge-exclusive features, these builds are generally two weeks behind Edge in terms of features.</p>
<p>Yes, all Skyline code is completely open-source and licensed under MPL-2.0. The source code has been made available for anyone who wants to continue Skyline including the incomplete code for <code>texman</code> and <code>nnvk</code> which were still being worked on.</p>
</div>
<div className="mb-4">
<h3 className="text-xl font-semibold text-darkPrimary">Who develops Skyline?</h3>
<h3 className="text-xl font-semibold text-darkPrimary">Who developed Skyline?</h3>
</div>
<div className="mb-8 dark:text-white">
<p>
The Skyline Project, while currently led by Mark, is composed of a team of open-source developers. See the&nbsp;
The Skyline Project, while being led by Mark, was composed of a team of open-source developers. See the&nbsp;
<CustomLink className="font-bold text-primary underline" href="#team">
Team
</CustomLink>
Expand All @@ -60,15 +58,7 @@ const About = () => {
</div>
<div className="mb-8 dark:text-white">
<p>
As an open source project, the Skyline team greatly encourages contributions of any kind. If you'd like to contribute, join the{" "}
<CustomLink className="font-bold text-primary underline" href="https://discord.gg/XnbXNQM">
Discord
</CustomLink>{" "}
and read the{" "}
<CustomLink className="font-bold text-primary underline" href="https://github.com/skyline-emu/skyline/blob/master/CONTRIBUTING.md">
Contributing Guide
</CustomLink>
.
As Skyline development has been discontinued, we are no longer accepting contributions. Nothing prevents anyone from forking Skyline as long as they follow our MPL-2.0 license.
</p>
</div>
</div>
Expand Down
11 changes: 4 additions & 7 deletions src/sections/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import vulkan from "../images/vk.svg";
import vulkan_white from "../images/vk_light.svg";
import logo from "../images/logo.png";
import Button from "../components/Button";
import CustomLink from "../components/CustomLink";
import { FaDownload, FaSearch, FaStar } from "react-icons/fa";
import DeviceMockup from "../components/DeviceMockup";

Expand All @@ -17,22 +18,19 @@ const Landing = () => {
<div className="w-full md:h-full dark:bg-darkBackground">
<div className="px-5 py-24 mx-auto md:py-36 max-w-page">
<div className="flex flex-row">
<div className="w-full px-4 md:py-10 lg:w-6/12">
<div className="w-full px-4 md:py-10">
<h2 className="md:hidden text-3xl font-extrabold leading-9 dark:text-white mb-5 flex flex-row md:justify-start justify-center">
<img className="w-24 h-24 bg-black rounded-full dark:border-white" src={logo} alt="" />
</h2>
<div className="mb-10 lg:mt-6 font-inter">
<h2 className="mb-6 text-3xl font-bold leading-8 tracking-tight text-center dark:text-white sm:text-4xl md:text-left">
Skyline
<br />
<span className="inline-block pt-3 text-2xl text-blue-500">Nintendo Switch™ Emulator for Android™</span>
<span className="inline-block pt-3 text-2xl text-blue-500">Nintendo Switch™ Emulator for Android™<br/>(No longer in active development)</span>
</h2>
<p className="text-base text-center dark:text-white md:text-lg md:text-left">Skyline is an open source and experimental emulator that runs on ARMv8 Android™ devices and emulates the functionality of a Nintendo Switch™ system.</p>
<p className="text-base text-center dark:text-white md:text-lg md:text-left">Skyline <b>was</b> an open source and experimental emulator that runs on ARMv8 Android™ devices and emulates the functionality of a Nintendo Switch™ system.<br/><br/>All development on Skyline has been ceased due to the potential legal risks involved, this website will remain up for the time being but may be taken down in the future. <CustomLink className="font-bold text-primary underline" href="https://discord.gg/XnbXNQM">Our Discord Server</CustomLink> will still be active for the foreseeable future but will be transitioned into being for our upcoming project at some point. We want to thank everyone who enjoyed Skyline in the past few years ❤️.</p>
</div>
<ul className="flex flex-wrap items-center justify-center md:justify-start font-roboto">
<span className="flex space-x-2 justify-center m-2">
<Button className="!text-[#A88C5C] !dark:text-[#BBA171]" href="https://www.patreon.com/skyline_emu" icon={<FaStar />} text="Get Skyline Edge" />
</span>
<span className="flex space-x-2 justify-center m-2">
<Button href="/download" icon={<FaDownload />} text="Get Skyline" />
</span>
Expand All @@ -50,7 +48,6 @@ const Landing = () => {
</div>
</div>
</div>
<DeviceMockup />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Team = () => {
<div className="mb-20">
<div className="mx-auto text-center md:max-w-xl lg:max-w-3xl">
<h3 className="mb-6 text-3xl font-bold text-black dark:text-white">Our Team</h3>
<p className="pb-2 mb-6 font-semibold text-blue-500 md:mb-12 md:pb-0">The Skyline Team is composed of passionate individuals from all around the world 🌐</p>
<p className="pb-2 mb-6 font-semibold text-blue-500 md:mb-12 md:pb-0">The Skyline Team was composed of passionate individuals from all around the world 🌐</p>
</div>
{Object.entries(config.team).map(([name, members]) => (
<TeamCategory name={name} members={members} />
Expand Down

0 comments on commit ddcf21a

Please sign in to comment.