bitwarden fdroid webpage

This commit is contained in:
Kyle Spearrin 2019-06-10 16:09:34 -04:00
parent a614d6634a
commit c4e64ae80a
4 changed files with 25 additions and 14 deletions

View File

@ -86,7 +86,8 @@ build_script:
cd ..
rm -rf temp/fdroid/archive
mv -v temp/fdroid ../dist
cp fdroid/index.html ../dist/fdroid
cd fdroid
cp index.html btn.png qr.png ../../dist/fdroid
cd $APPVEYOR_BUILD_FOLDER
#fi
- ps: |

BIN
store/fdroid/btn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -7,20 +7,30 @@
<title>Bitwarden on F-Droid</title>
<link rel="stylesheet" crossorigin="anonymous"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0= sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic"
rel="stylesheet" type="text/css">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
</head>
<body>
<p>F-Droid Repo</p>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" crossorigin="anonymous"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg=="></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" crossorigin="anonymous"
integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8= sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ=="></script>
<body style="text-align: center; padding: 20px;">
<h1>Bitwarden on F-Droid</h1>
<p>
<a href="https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C">
<img src="./qr.png" alt="" width="300" height="300" />
</a>
</p>
<p>
<a href="https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C">
<img src="./btn.png" alt="" width="323" height="125" />
</a>
</p>
<h3>Instructions</h3>
<ol>
<li>Install the <a href="https://f-droid.org" target="_blank">F-Droid</a> client app.</li>
<li>Click the button or scan the QR code above.</li>
<li>Add the Bitwarden repository to the F-Droid client app.</li>
<li>Refresh your F-Droid client app Categories tab.</li>
<li>Install Bitwarden from the F-Droid client app listing.</li>
</ol>
</body>
</html>

BIN
store/fdroid/qr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB