Skip to content

Commit

Permalink
[CU-86dtt1e73] General updates (#3)
Browse files Browse the repository at this point in the history
* remove johnny from about page

* remove audit reports

* center appex group

* Create dev.yml GH action

* Update dev.yml

* Update dev.yml

* Switch to checkout v4

* change from inputs. to vars.

* mark as safe

* use v2 sync?

* try master branch sync

* update ci to run on push, add prod version

* [CU-86dtt1e73] More website updates (#2)

* remove 3 links related to open audit

* remove openaudit homepage button

* update openaudit links
  • Loading branch information
zacharycoulter authored Jun 14, 2024
1 parent 0d0206f commit 8c59742
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 40 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: sync to dev codecommit

on:
push:
branches:
- master

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ vars.DEV_AWS_REGION }}
- name: Sync up to CodeCommit
uses: hectorcoy/aws-codecommit-syncv2@master
with:
repository_name: ${{ vars.DEV_REPO }}
aws_region: ${{ vars.DEV_AWS_REGION }}
branch: master
27 changes: 27 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: sync to prod codecommit

on:
push:
branches:
- prod

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.PROD_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ vars.PROD_AWS_REGION }}
- name: Sync up to CodeCommit
uses: hectorcoy/aws-codecommit-syncv2@master
with:
repository_name: ${{ vars.PROD_REPO }}
aws_region: ${{ vars.PROD_AWS_REGION }}
branch: master
19 changes: 2 additions & 17 deletions code/views/about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</p>
</div>

<div class="col-lg-6 text-center mt-5 mb-4">
<div class="mx-auto col-lg-6 text-center mt-5 mb-4">
<img src="/images/appexlogo.png"
style="max-height: 100px;">
<h5 class="mt-3"><strong>Appex Group</strong></h5>
Expand All @@ -69,21 +69,6 @@
</span>
</div>

<div class="col-lg-6 text-center mt-5 mb-4">
<img src="{{S3_BUCKET}}/images/johnny.jpg"
style="max-height: 100px; border-radius: 50px;">
<h5 class="mt-3"><strong>Johnny Lin</strong></h5>
<h5>Strategic Advisor</h5>
<span>
<a href="https://github.com/confirmedcode" target=_blank>
<i class="fa fa-github fa-2x px-1"></i>
</a>
<a href="https://www.linkedin.com/in/hijohnnylin/" target=_blank>
<i class="fa fa-linkedin fa-2x px-1"></i>
</a>
</span>
</div>

<div class="col-lg-12 my-2 mt-5">
<p></p>
</div>
Expand Down Expand Up @@ -124,4 +109,4 @@

</body>

{{> bootstrapjs}}
{{> bootstrapjs}}
4 changes: 1 addition & 3 deletions code/views/firewall.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@
a
way to force companies to provide *proof* of their transparency, rather than just asserting them. You can
read about why we launched Openly Operated <a href="https://openlyoperated.org/"
target="_blank">here</a>,
and you can see Lockdown's full transparency report <a
href="https://openaudit.com/lockdownprivacy" target="_blank">here</a>.
target="_blank">here</a>.
</p>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions code/views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@
full clarity into exactly what it does with user data, and more importantly, what it doesn't do with user
data. You won't see transparency like this in most other privacy products.<br /><br />
</div>
<a href="https://openaudit.com/lockdownprivacy" target="_blank"
class="btn confirmed-blue-btn-lg mx-auto mt-0" style="width: 250px;">
View OpenAudit Report
</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion code/views/privacy.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="col-lg-10 offset-lg-1 mb-5 pb-5 mt-4 pt-5 text-left" id="vpn" name="vpn">
<h4 class="text-center"><strong>Lockdown VPN Privacy Policy</strong></h4>
<p class="mt-4">Lockdown VPN is powered by our Confirmed VPN, the Openly Operated and fully audited VPN that proves its no-log, no-tracking policies.</p>
<p>Confirmed VPN is certified as Openly Operated, so it is able to provide proof of the privacy claims in this Privacy Policy by using references from its <a href="https://openaudit.com/lockdownprivacy" target="_blank">OpenAudit</a>. Learn more about the <a href="https://openlyoperated.org" target="_blank">Openly Operated Certification</a>, and read Confirmed VPN's full <a href="https://confirmedvpn.com/privacy">Privacy Policy<a>.</p>
<p>Confirmed VPN is certified as Openly Operated, so it is able to provide proof of the privacy claims in this Privacy Policy by using references from its <a href="https://openaudit.com" target="_blank">OpenAudit</a>. Learn more about the <a href="https://openlyoperated.org" target="_blank">Openly Operated Certification</a>, and read Confirmed VPN's full <a href="https://confirmedvpn.com/privacy">Privacy Policy<a>.</p>
</div>

</div>
Expand Down
17 changes: 2 additions & 15 deletions code/views/securetunnel.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -219,20 +219,7 @@
style="text-align: left; font-size: 16px; font-weight: 400; line-height: 1.5; font-family: 'Avenir Next', Montserrat;">
Lockdown's Secure Tunnel is the most transparent VPN in the world. It makes three main privacy claims that
are backed by direct proof from its open source code, and it's the only service in the world that allows
anyone to examine and verify them. This proof is also independently audited by multiple third parties:
<ol>
<li><a href="https://openaudit.com/lockdownprivacy" >No
Logging User Traffic</a></li>
<li><a href="https://openaudit.com/lockdownprivacy" >No
Access To User Data</a></li>
<li><a href="https://openaudit.com/lockdownprivacy"
>Uses Modern Security & Encryption</a></li>
</ol>
Read the comprehensive OpenAudit report below:<br />
<a href="https://openaudit.com/lockdownprivacy"
class="btn confirmed-blue-btn-lg mx-auto mt-2" style="width: 250px;">
Openly Operated Report
</a>
anyone to examine and verify them.
</p>
</div>
</div>
Expand Down Expand Up @@ -298,7 +285,7 @@
<ul class="text-left list-unstyled mt-0">
<li class="ml-5 pt-2">
<h5>
&#8226; <a href="https://openaudit.com/lockdownprivacy"
&#8226; <a href="https://openaudit.com"
class="confirmed-blue"><strong>See Proof</strong></a> Of Our Privacy Policy
</h5>
</li>
Expand Down

0 comments on commit 8c59742

Please sign in to comment.