Add website files

Update build.yml

Update build.yml

Update build.yml

Update build.yml

Update build.yml

Update build.yml

Update build.yml

test

Remove setup git token

fix

again trial

Fix

trial

testing again

Revert some things

Hope it works now :)

Update build.yml

revert changes
This commit is contained in:
Agampreet Singh
2021-11-08 08:49:34 +05:30
parent 0f4b117575
commit 3835c51384
40 changed files with 15939 additions and 16 deletions

103
docs/index.html Normal file
View File

@@ -0,0 +1,103 @@
<!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 Office - Electron</strong><br />
Free Office Online Desktop Client
</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>
An Unofficial Microsoft Office Online Desktop Client made with Electron. Free of Cost.
</h2>
</header>
<p>
<img
src="images/Mac_Screenshot.png"
alt=""
width="500"
height="auto"
class="floatright"
/>
MS Office - Electron is an app in which the Web Version of
MS Office is wrapped into a Cross-Platform App with Electron.
And all the Services of Microsoft Office will work for free. It 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>&copy; 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>