Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Mar 1, 2024
1 parent 8ad8fe4 commit 78acd65
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 162 deletions.
5 changes: 1 addition & 4 deletions src/Angor.Website/Layout/Footer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@
Policy
</a>
</li>
<li>
<a href="/faq"
class="inline-block transition hover:scale-110 hover:text-secondary">FAQs</a>
</li>

</ul>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/Angor.Website/Layout/Header.razor
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</li>

<li>
<NavLink href="/about">
About
<NavLink href="/faq">
FAQ
</NavLink>
</li>

Expand Down
146 changes: 0 additions & 146 deletions src/Angor.Website/Pages/About.razor

This file was deleted.

2 changes: 1 addition & 1 deletion src/Angor.Website/Pages/FAQ.razor
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<section data-aos="fade-bottom" data-aos-duration="1000" class="bg-gradient-to-t from-white to-transparent py-14 dark:bg-none lg:py-[100px]">
<div class="container">
<div class="heading text-center">
<p class="mt-5 text-lg font-bold">Have questions? We’re help you.</p>
<p class="mt-5 text-lg font-bold">Have questions? We'll help you.</p>
</div>

<div class="grid gap-6 sm:grid-cols-2 lg:grid-cols-2">
Expand Down
39 changes: 32 additions & 7 deletions src/Angor.Website/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div class="heading text-center">

<h6>Behind the Tech</h6>
<h4>Angor is a decentralized crowdfunding platform built on Bitcoin and Nostr</h4>
<h4>Angor has no backend and is fully open source. It relies on Bitcoin explorers and Nostr relays, which users can run on their own</h4>
</div>
<div class="grid gap-6 sm:grid-cols-2 lg:grid-cols-2">

Expand Down Expand Up @@ -223,7 +223,7 @@
<div class="heading text-center">
<h6>FAQs</h6>
<h4>Frequently Asked Questions</h4>
<p class="mt-5 text-lg font-bold">Have questions? We’re help you.</p>
<p class="mt-5 text-lg font-bold">Have questions? We'll help you.</p>
</div>

<div class="grid gap-6 sm:grid-cols-2 lg:grid-cols-2">
Expand Down Expand Up @@ -375,6 +375,17 @@
</div>

</div>
<div class="text-center">
<a class="mt-5 inline-block" target="_blank" href="/faq">
<div class="heading text-center rounded-3xl border-2 border-white bg-white p-6 shadow-[-20px_30px_70px_rgba(219,222,225,0.4)] transition duration-500 hover:border-secondary hover:bg-secondary/20 dark:border-white/10 dark:bg-transparent dark:bg-gradient-to-b dark:from-white/[0.04] dark:to-transparent dark:!shadow-none dark:hover:bg-secondary">

<p class="inline-block text-[22px] font-extrabold text-black dark:text-white dark:group-hover:text-black">
More ...
</p>

</div>
</a>
</div>

</div>
</section>
Expand Down Expand Up @@ -582,11 +593,25 @@
</svg>
</div>
<div class="container" data-aos="fade-bottom" data-aos-duration="1000">
<div class="heading text-center">
<a class="inline-block" href="https://www.blockcore.net/discord">
<img width="60" height="60" src="/assets/images/discord-icon.svg" alt="Discord" />
</a>
<h4>Discord Server</h4>
<div class="items-center justify-center lg:flex heading text-center">
<div>
<a class="inline-block" href="https://www.blockcore.net/discord">
<img width="60" height="60" src="/assets/images/discord-icon.svg" alt="Discord" />
</a>
<h4>Discord</h4>
</div>
<div class="mr-2 ml-2">
<a class="inline-block" href="https://t.me/angor_io">
<img width="60" height="60" src="/assets/images/telegram-icon.svg" alt="Discord" />
</a>
<h4>Telegram</h4>
</div>
<div>
<a class="inline-block" href="https://instagram.com/angor.io">
<img width="60" height="60" src="/assets/images/instagram-icon.svg" alt="Discord" />
</a>
<h4>Instagram</h4>
</div>
</div>
</div>
</section>
Expand Down
4 changes: 3 additions & 1 deletion src/Angor.Website/wwwroot/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@
.ml-2 {
margin-left: 2rem;
}

.mr-2 {
margin-right: 2rem;
}
.direction-ltr {
display: flex;
margin-top: 15px;
Expand Down
2 changes: 1 addition & 1 deletion src/Angor.Website/wwwroot/assets/images/discord-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/Angor.Website/wwwroot/assets/images/instagram-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/Angor.Website/wwwroot/assets/images/telegram-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78acd65

Please sign in to comment.