Files
fx_cast/docs/index.html
2019-01-13 09:47:19 +00:00

68 lines
3.1 KiB
HTML
Executable File

<html class="theme-dark">
<head>
<meta charset="utf-8">
<title>fx_cast</title>
<link rel="stylesheet" href="fonts/stylesheet.css">
<link rel="stylesheet" href="photon-colors.css">
<link rel="stylesheet" href="photon.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<div class="main">
<header class="main-header">
<h1 class="main-title">fx_cast</h1>
<h2 class="main-subtitle">chromecast for firefox</h2>
</header>
<main class="main-content">
<section class="description">
<p>
Enables Chromecast support for casting web apps (like Netflix, YouTube or BBC iPlayer), HTML5 video and screen/tab sharing.
</p>
<p class="discription__disclaimer">
Requires a native bridge app to connect with receiver devices. Currently supported on Windows, macOS and Linux.
<br><br>
<strong>No public full release yet!</strong>
</p>
</section>
<section class="download">
<a class="download__ext btn btn--puffy btn--primary" href="#" disabled>
<img class="btn__icon" src="icons/extension_light.svg" alt="">
Firefox Extension
</a>
<div class="download__app">
<div class="app-list">
<div class="app-list__label">Bridge:</div>
<a class="app-list__app btn btn--puffy" href="#" disabled>
macOS
</a>
<a class="app-list__app btn btn--puffy" href="#" disabled>
Linux
</a>
<a class="app-list__app btn btn--puffy" href="#" disabled>
Windows
</a>
</div>
</div>
</section>
</main>
</div>
<img width="884" height="684" src="images/preview_bg_dark_unfocused_wide.png" class="preview preview--bg dark">
<img width="462" height="281" src="images/preview_fg.png" class="preview preview--fg dark">
<footer class="footer">
<div class="links">
<a class="links__github" href="https://github.com/hensm/fx_cast">
<img src="icons/GitHub-Mark-32px.png"
srcset="icons/GitHub-Mark-32px.png,
icons/GitHub-Mark-64px.png 2x,
icons/GitHub-Mark-120px-plus.png 3x">
</a>
</div>
</footer>
</div>
</body>
</html>