Skip to content

Commit

Permalink
Merge pull request #184 from consensusnetworks/feature/whitepaper
Browse files Browse the repository at this point in the history
Feature/whitepaper
  • Loading branch information
DemogorGod authored Nov 15, 2022
2 parents 167cd23 + b64cc42 commit f96bf3d
Show file tree
Hide file tree
Showing 24 changed files with 1,038 additions and 1,784 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ cdk.out
*.js

# Temporarily ignore
services/crawler
services/crawler
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# if: ${{ !contains(github.event.head_commit.message, '(skip deploy)') }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: master
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set the stage for testing
if: ${{ github.actor == 'nektos/act' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get the tag name
run: |
Expand Down
1 change: 0 additions & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"tailwindcss": "^3.2.0",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-pages": "^0.23.0",
"vue-tsc": "^0.34.7"
}
}
4 changes: 2 additions & 2 deletions apps/landing/src/components/nav/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>
</RouterLink>
<!-- Will add these links once the pages get added as well -->
<!-- <RouterLink
<RouterLink
to="/why-casimir"
class="my-auto"
>
Expand All @@ -22,7 +22,7 @@
>
Why Casimir?
</h6>
</RouterLink> -->
</RouterLink>

<!-- <RouterLink
to="community"
Expand Down
3 changes: 2 additions & 1 deletion apps/landing/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
transition: width 1s ease-in-out;
}
.social-button:hover {
box-shadow: 0px 0px 50px 10px rgba(204, 206, 210, 0.366);
/* box-shadow: 0px 0px 50px 10px rgba(204, 206, 210, 0.366);s */
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
Expand All @@ -100,6 +100,7 @@

@layer utilities {
/* Utilities Styling */

.text-body {
/* h7 */
font-family: 'OpenSauceOneRegular';
Expand Down
298 changes: 0 additions & 298 deletions apps/landing/src/pages/index/index.vue

This file was deleted.

Loading

0 comments on commit f96bf3d

Please sign in to comment.