Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Oct 12, 2023
2 parents 27f4b4e + f6c8157 commit 656dc33
Show file tree
Hide file tree
Showing 59 changed files with 3,554 additions and 2,854 deletions.
13 changes: 12 additions & 1 deletion apps/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@

<!-- Font -->
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/open-sauce-one" type="text/css"/>


<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&family=IBM+Plex+Sans:wght@200;300;400;500&display=swap"
rel="stylesheet"
/>
<!-- Icon Library -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lucaburgio/iconoir@main/css/iconoir.css">

Expand All @@ -16,5 +26,6 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="https://cdn.usefathom.com/script.js" data-site="FZREKLVM" defer></script>
</body>
</html>
2 changes: 2 additions & 0 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"dependencies": {
"@heroicons/vue": "^1.0.6",
"iconoir": "^5.3.2",
"sass": "^1.69.1",
"snarkdown": "^2.0.0",
"vue": "^3.2.25",
"vue-router": "^4.0.15"
},
Expand Down
Binary file added apps/landing/public/action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions apps/landing/public/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/landing/public/credit-card.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
504 changes: 0 additions & 504 deletions apps/landing/public/decentralized_nodes.svg

This file was deleted.

1 change: 1 addition & 0 deletions apps/landing/public/disc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/landing/public/discord.svg

This file was deleted.

3 changes: 3 additions & 0 deletions apps/landing/public/flash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 0 additions & 88 deletions apps/landing/public/future_casimir.svg

This file was deleted.

374 changes: 374 additions & 0 deletions apps/landing/public/gg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/landing/public/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/landing/public/key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/landing/public/lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/landing/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions apps/landing/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions apps/landing/public/metamask.svg

This file was deleted.

10 changes: 0 additions & 10 deletions apps/landing/public/minimal_trust.svg

This file was deleted.

Binary file added apps/landing/public/stake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/landing/public/staking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/landing/public/twitter_x_logo.png
Binary file not shown.
Binary file added apps/landing/public/tx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/landing/public/txx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/landing/public/txx2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/landing/public/users.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions apps/landing/public/walletIcon.svg

This file was deleted.

35 changes: 10 additions & 25 deletions apps/landing/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,34 +1,19 @@
<script lang="ts" setup>
import NavBar from '@/components/NavBar.vue'
import Footer from '@/components/Footer.vue'
// Initalize blogs here for least amount of fetch calls
import useBlogs from '@/composables/blogs.ts'
const {
activeBlog,
allBlogs,
loadingBlogs,
} = useBlogs()
</script>

<template>
<div class="w-full h-screen overflow-y-auto min-w-[360px]">
<div
class="absolute top-0 left-0 w-full"
style="z-index: 2;"
>
<NavBar
class="sticky top-0 left-0 w-full px-[60px] 800s:px-[5%] z-[999]"
/>
<RouterView
class="w-full px-[60px] 800s:px-[5%]"
/>
<Footer
class="px-[60px] 800s:px-[5%] "
/>
</div>


<div
class="absolute w-full h-[700px] bg-black top-0 left-0"
style="z-index: 0;"
/>
<div>
<router-view />
</div>
</template>


<style scoped>
</style>
<style scoped></style>
11 changes: 11 additions & 0 deletions apps/landing/src/blogs/blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Casimir is Live on Goerli!

10/2/2023

We're proud to announce that our distributed, self custody ETH staking platform, Casimir, is live on the ETH Goerli Testnet. Casimir is powered by distributed key generation and distributed validator technology. The Casimir SelfStake manager offers an approach where stakers can directly deposit any amount of ETH to high-performing Ethereum operators. This approach minimizes counterparty risk for users and enhances the decentralization of Ethereum staking:
* Validators duties are performed by openly registered (and collateralized) operators running distributed validator technology (DVT)
* Keys are trustlessly managed using zero-coordination distributed key generation (DKG)
* Automated actions (like compounding stake or handling a slash) are carried out by a decentralized oracle network (DON)
* The staking user experience is improved by wrapping staking contract actions using account abstraction.

By creating a smart contract primitive that trustlessly connects stakers and node operators, we create a customizable staking process that allows users to access new staking features, such as restaking. Over the next few weeks we'll be introducing some of these additional features, such as restaking, to our platform.
38 changes: 0 additions & 38 deletions apps/landing/src/components/Footer.vue

This file was deleted.

Loading

0 comments on commit 656dc33

Please sign in to comment.