Skip to content

Commit

Permalink
Merge pull request #2192 from bitfinity-network/Added-solidity-under-…
Browse files Browse the repository at this point in the history
…languages-docs

Added solidity under landings - DocsHome
  • Loading branch information
jessiemongeon1 authored Dec 15, 2023
2 parents 0079e4b + c5a6b18 commit a23100e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion src/components/DocsHome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const DocsHomePage: FC = () => {
grid
grid-cols-1
sm:grid-cols-2
md:grid-cols-[1.25fr_minmax(0,1fr)_minmax(0,1fr)_minmax(0,1fr)_minmax(0,1fr)]
md:grid-cols-6
px-0
pb-5 sm:pb-10
"
Expand Down Expand Up @@ -138,6 +138,34 @@ const DocsHomePage: FC = () => {
</p>
</div>
</div>
<div className="snap-center min-w-[80vw] sm:min-w-0 border-0 border-r sm:border-t md:border-t-0 border-solid border-black/10 px-6 sm:pl-0 sm:pr-8 md:px-6 pt-10 sm:pb-10 md:pb-0 md:pt-0 flex flex-col">
<div className="mb-16 md:mb-0 md:h-[200px]">
<img
src="/img/docs/solidity.png"
alt="Motoko docs"
className="w-10 h-10"
loading="lazy"
/>
</div>
<div className="flex-1 flex flex-col">
<h4 className="tw-heading-5 mb-6">Solidity</h4>
<p className="tw-paragraph text-black/80 mb-6 flex-1">
Bitfinity allows you to build Internet apps on the Internet
Computer with Solidity, a popular language for DeFi
applications.
</p>
<p className="mb-0">
<Link
href="https://bitfinity.network"
className="link-primary"
title="Go to Motoko docs"
>
<LinkArrowRight />
</Link>
</p>
</div>
</div>

<div className="snap-center min-w-[80vw] sm:min-w-0 border-0 border-r sm:border-r-0 md:border-r sm:border-t md:border-t-0 border-solid border-black/10 px-6 sm:pl-8 sm:pr-0 md:px-6 pt-10 sm:pb-10 md:pb-0 md:pt-0 flex flex-col">
<div className="mb-16 md:mb-0 md:h-[200px]">
<img
Expand Down
Binary file added static/img/docs/solidity.png
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 a23100e

Please sign in to comment.