- Rewrote the description - Updated branding, including name, logo, etc - Use new screenshot and device mockup - Use new background image
114 lines
3.3 KiB
HTML
114 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Strata by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>MS-Office-Electron</title>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, user-scalable=no"
|
|
/>
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
</head>
|
|
<body class="is-preload">
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<div class="inner">
|
|
<a href="#" class="image avatar"
|
|
><img src="images/logo.png" alt=""
|
|
/></a>
|
|
<h1>
|
|
<strong>MS-365-Electron</strong><br />
|
|
Microsoft 365 Web Desktop Wrapper
|
|
</h1>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- Main -->
|
|
<div id="main">
|
|
<!-- One -->
|
|
<section id="one">
|
|
<header class="major">
|
|
<h2>
|
|
Unofficial Microsoft 365 Web Desktop Wrapper made with Electron
|
|
</h2>
|
|
</header>
|
|
<p>
|
|
<img
|
|
src="images/mac.png"
|
|
alt=""
|
|
width="500"
|
|
height="auto"
|
|
class="floatright"
|
|
/>
|
|
MS-365-Electron is a dsktop wrapper for the web version of Microsoft
|
|
365, which is free but with some basic limits. It is made with
|
|
Electron and is available for Windows, Mac OS, and Linux! If you like
|
|
the project, do not forget to give a "<i class="far fa-star"></i>
|
|
Star" to the project :D
|
|
</p>
|
|
<h2>Download Now:</h2>
|
|
<ul class="actions">
|
|
<li>
|
|
<a
|
|
href="https://github.com/agam778/MS-Office-Electron#-windows-installation"
|
|
class="button"
|
|
><i class="fab fa-windows"></i> Windows</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a
|
|
href="https://github.com/agam778/MS-Office-Electron#-macos-installation"
|
|
class="button"
|
|
><i class="fab fa-apple"></i> Mac OS</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a
|
|
href="https://github.com/agam778/MS-Office-Electron#-linux-installation"
|
|
class="button"
|
|
><i class="fab fa-linux"></i> Linux</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<div class="inner">
|
|
<ul class="icons">
|
|
<li>
|
|
<a
|
|
href="https://github.com/agam778/MS-Office-Electron"
|
|
class="icon brands fa-github"
|
|
><span class="label">Github</span></a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a href="mailto:agam778@zohomail.in" class="icon solid fa-envelope"
|
|
><span class="label">Email</span></a
|
|
>
|
|
</li>
|
|
</ul>
|
|
<ul class="copyright">
|
|
<li>© Agampreet Singh</li>
|
|
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Scripts -->
|
|
<script src="assets/js/jquery.min.js"></script>
|
|
<script src="assets/js/jquery.poptrox.min.js"></script>
|
|
<script src="assets/js/browser.min.js"></script>
|
|
<script src="assets/js/breakpoints.min.js"></script>
|
|
<script src="assets/js/util.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
</body>
|
|
</html>
|