Skip to content

Commit c5c487f

Browse files
authored
Merge branch 'main' into feat-image-sizing
2 parents ac3f047 + 10139f2 commit c5c487f

7 files changed

Lines changed: 205 additions & 63 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
## [0.5.1](https://github.com/web3community/devprotocol.xyz/compare/v0.5.0...v0.5.1) (2021-10-07)
1+
# [0.8.0](https://github.com/web3community/devprotocol.xyz/compare/v0.7.0...v0.8.0) (2021-10-08)
22

33

4-
### Bug Fixes
4+
### Features
55

6-
* Buy Dev URL ([21093eb](https://github.com/web3community/devprotocol.xyz/commit/21093eb764c0f49cadb4d620702f3e2a6b8c0b7a))
6+
* custom fonts ([40ae1c1](https://github.com/web3community/devprotocol.xyz/commit/40ae1c1d7ec09931d4632e6d1f7301b1a2e1e183))
77

88

99

10-
# [0.5.0](https://github.com/web3community/devprotocol.xyz/compare/v0.4.0...v0.5.0) (2021-10-07)
10+
# [0.7.0](https://github.com/web3community/devprotocol.xyz/compare/v0.6.0...v0.7.0) (2021-10-08)
1111

1212

1313
### Features
1414

15-
* delete imperfect favicon ([624ff85](https://github.com/web3community/devprotocol.xyz/commit/624ff859b221240a9f6990abd40ae19922ffe973))
16-
* new favicon ([9592386](https://github.com/web3community/devprotocol.xyz/commit/959238670460bf206ebe89d9080722b49095ba27))
15+
* Update the contributing guidelines ([0983929](https://github.com/web3community/devprotocol.xyz/commit/098392919f7e9304422609c6a8ba3d7ed1d79d35))
1716

1817

1918

20-
# [0.4.0](https://github.com/web3community/devprotocol.xyz/compare/v0.3.0...v0.4.0) (2021-10-07)
19+
# [0.6.0](https://github.com/web3community/devprotocol.xyz/compare/v0.5.1...v0.6.0) (2021-10-08)
2120

2221

2322
### Features
2423

25-
* Add Contributor Covenant Code of Conduct v2.1 ([46cd874](https://github.com/web3community/devprotocol.xyz/commit/46cd8741a271279239c07d4eb18e58a5285af666))
24+
* `og` property in meta tags ([#33](https://github.com/web3community/devprotocol.xyz/issues/33)) ([eb166f5](https://github.com/web3community/devprotocol.xyz/commit/eb166f5944fed2eb0338ed0f9468024daa1db89d))
2625

2726

2827

29-
# [0.3.0](https://github.com/web3community/devprotocol.xyz/compare/v0.2.0...v0.3.0) (2021-10-07)
28+
## [0.5.1](https://github.com/web3community/devprotocol.xyz/compare/v0.5.0...v0.5.1) (2021-10-07)
3029

3130

32-
### Features
31+
### Bug Fixes
3332

34-
* add favicon ([803fe0b](https://github.com/web3community/devprotocol.xyz/commit/803fe0b6a372d3afc322bbd2b3e52889ebd422bd))
33+
* Buy Dev URL ([21093eb](https://github.com/web3community/devprotocol.xyz/commit/21093eb764c0f49cadb4d620702f3e2a6b8c0b7a))
3534

3635

3736

38-
# [0.2.0](https://github.com/web3community/devprotocol.xyz/compare/v0.1.0...v0.2.0) (2021-10-06)
37+
# [0.5.0](https://github.com/web3community/devprotocol.xyz/compare/v0.4.0...v0.5.0) (2021-10-07)
3938

4039

4140
### Features
4241

43-
* Use the latest version for GitHub actions ([#16](https://github.com/web3community/devprotocol.xyz/issues/16)) ([325d4d3](https://github.com/web3community/devprotocol.xyz/commit/325d4d3d9919ed339c75f6f64bcd1a85e39b61d8))
42+
* delete imperfect favicon ([624ff85](https://github.com/web3community/devprotocol.xyz/commit/624ff859b221240a9f6990abd40ae19922ffe973))
43+
* new favicon ([9592386](https://github.com/web3community/devprotocol.xyz/commit/959238670460bf206ebe89d9080722b49095ba27))
4444

4545

4646

CONTRIBUTING.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CONTRIBUTING OVERVIEW
1+
# Contributing guidelines ⚡️
22

33
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) [![License](https://img.shields.io/github/license/web3community/devprotocol.xyz)](https://github.com/web3community/devprotocol.xyz/blob/main/LICENSE)
44

@@ -9,65 +9,72 @@
99
The following is a set of guidelines for contributing to this repository. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
1010

1111

12-
## 🚀 How to Contribute:
12+
## 🚀 How to Contribute
1313

14-
- Please create an [issue](https://github.com/web3community/devprotocol.xyz/issues) first before creating a Pull request.
14+
- Please create an [issue](https://github.com/web3community/devprotocol.xyz/issues) before creating a pull request.
1515

16-
- Fork the Repo and create a Branch for any Issue that you are working upon.
16+
- Fork the repository and create a branch for any issue that you are working on.
1717

18-
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
18+
- Create a pull request which will be promptly reviewed and suggestions would be added to improve it.
1919

2020
- Add Screenshots to help us know what changes you have done.
2121

22-
## 🤔 How to make a Pull Request:
22+
## 🤔 How to make a pull request
2323

2424
**1.** Fork [this](https://github.com/web3community/devprotocol.xyz) repository. Click on the <a href="https://github.com/web3community/devprotocol.xyz"><img src="https://img.icons8.com/fluency/30/000000/code-fork.png"/></a> symbol at the top right corner.
2525

2626
**2.** Clone the forked repository.
27+
2728
```bash
2829
git clone https://github.com/<your-username>/devprotocol.xyz.git
2930
```
3031

3132
**3.** Navigate to the project directory.
33+
3234
```bash
3335
cd devprotocol.xyz
3436
```
3537

3638
**4.** Create a new branch:
39+
3740
```bash
3841
git checkout -b your-branch-name
3942
```
4043

41-
**5.** Make the necessary changes in source code.
44+
**5.** Make the necessary changes in the source code.
4245

4346
**6.** Stage your changes and commit
47+
4448
```bash
4549
git add .
4650
git commit -m "<your_commit_message>"
4751
```
4852
*You can use appropriate emojis for your commit messages from [Gitmoji](https://gitmoji.dev/)*
4953

5054
**7.** Push your local commits to the remote repo.
55+
5156
```bash
5257
git push origin your-branch-name
5358
```
5459

5560
**8.** Create a new [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) from ```your-branch-name```
5661

57-
**9.** 🎉 Congratulations! You've made your contribution.
62+
**9.** 🎉 Congratulations! You've made your first pull request! Now, you should just wait until the maintainers review your pull request.
5863

59-
## Hacktoberfest Guidelines:
64+
## Hacktoberfest Guidelines 🌳
6065

6166
#### Good Practice
67+
6268
- Comment on the issue to get assigned
6369
- Create an issue before you make a Pull Request
6470

6571
#### Bad Practice
66-
- Creating Pull Requests without Issue assignment will not be accepted and will be closed
6772

68-
After this, project maintainers will review the changes and will merge your PR if they found it good, otherwise we will suggest the required changes.
73+
- Creating pull requests without issue assignment will not be accepted and will be closed.
74+
75+
After this, the project maintainers will review the changes and will merge your PR if they found it good, otherwise we will suggest the required changes.
6976

7077
## Web3Community
7178

7279
😕 Not sure where to start? Join our community on [Discord](https://discord.gg/37QFQ7J78B)
73-
✨ You can also take part in [Community Discussion](https://github.com/web3community/devprotocol.xyz/discussions)
80+
✨ You can also take part in [Community Discussion](https://github.com/web3community/devprotocol.xyz/discussions)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devprotocol",
3-
"version": "0.5.1",
3+
"version": "0.8.0",
44
"private": true,
55
"scripts": {
66
"dev": "astro dev",

src/layouts/Default.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ let { metaTitle } = Astro.props;
1414
href={Astro.resolve("../styles/global.css")}
1515
>
1616
<meta name="description" content="Dev Protocol lets GitHub users tokenize their OSS projects in a few clicks. Creating an OSS token allows projects to access sustainable funding, create underlying economic models for their project, and distribute incentives at scale. For the first time, OSS projects have a scalable solution to unlock their value.">
17+
<meta property="og:title" content={metaTitle} />
18+
<meta property="og:type" content="website" />
19+
<meta property="og:url" content="https://devprotocol.netlify.app/" />
20+
<!-- TODO: <meta property="og:image" content="" /> -->
1721
</head>
1822

19-
<body class="text-gray-900">
23+
<body class="text-gray-900 font-body">
2024
<nav class="bg-white flex items-center justify-evenly w-screen h-20 fixed">
2125
<a href="https://devprotocol.xyz" class="text-gray-900">
2226
<img src="/assets/logo.png" alt="DevProtocol" class="max-h-8">

src/pages/index.astro

Lines changed: 120 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,60 +3,143 @@ import Layout from '../layouts/Default.astro';
33
---
44

55
<Layout metaTitle="Home | DevProtocol">
6-
<header class="flex flex-col items-center justify-center text-center text-lg pt-24 pb-20">
6+
<header
7+
class="
8+
flex flex-col
9+
items-center
10+
justify-center
11+
text-center text-lg
12+
pt-24
13+
pb-20
14+
"
15+
>
716
<a href="http://stakes.social/" class="mt-2">
8-
<button class="bg-pink-500 text-white py-2 px-4 rounded">Join now!</button>
9-
<img src="/assets/hand.png" alt="" class="ml-20 -mt-6 max-h-32">
17+
<button class="text-white py-2 px-4 rounded" style="background:#D500E6;">
18+
Join now!
19+
</button>
20+
<img src="/assets/hand.png" alt="" class="ml-20 -mt-6 max-h-32" />
1021
</a>
11-
<h2 class="font-black text-6xl my-6">Decentralized Creator Economy</h2>
12-
<p class="max-w-prose my-6">Everything Creators need to grow their business: monetization, governance, and community is right here. Dev Protocol is easy to start with no knowledge of blockchain. Welcome to the new ecosystem for Creators and for Patrons!</p>
22+
<h2 class="font-black font-display text-6xl my-6">
23+
Decentralized Creator Economy
24+
</h2>
25+
<p class="max-w-prose my-6">
26+
Everything creators need to grow their business: monetization, governance,
27+
and community is right here. Dev Protocol is easy to start with no
28+
knowledge of blockchain. Welcome to the new ecosystem for creators and
29+
patrons!
30+
</p>
1331
</header>
14-
<section class="flex flex-col items-center justify-center text-center text-lg pb-20">
32+
<section
33+
class="flex flex-col items-center justify-center text-center text-lg pb-20"
34+
>
1535
<a class="flex w-auto items-center">
16-
<img src="/assets/creator.png" alt="" class="max-h-56 ml-52">
17-
<p class="text-gray-400 ml-4 font-mono">Creative space by <br> White Russian Studio</p>
36+
<img src="/assets/creator.png" alt="" class="max-h-56 ml-52" />
37+
<p class="text-gray-400 ml-4 font-mono">
38+
Creative space by <br />
39+
White Russian Studio
40+
</p>
1841
</a>
19-
<h3 class="font-black text-3xl mt-4">Decentralized Creator Economy</h3>
20-
<p class="max-w-prose my-6">Dev Protocol offers a revolutionary and powerful solutions to grow and manage your business with blockchain. You can prove the ownership of your works and raise its revenue through support from the community. Let's start your creator economy today.</p>
21-
<a href="https://docs.devprotocol.xyz/en/stakes-social/onboard-guide/" class="underline font-bold">Know More</a>
42+
<h3 class="font-black font-display text-3xl mt-4">
43+
Decentralized Creator Economy
44+
</h3>
45+
<p class="max-w-prose my-6">
46+
Dev Protocol offers a revolutionary and powerful solution to grow and
47+
manage your business with blockchain. You can prove the ownership of your
48+
works and raise its revenue through support from the community. Let's start
49+
your creator economy today.
50+
</p>
51+
<a
52+
href="https://docs.devprotocol.xyz/en/stakes-social/onboard-guide/"
53+
class="underline font-bold"
54+
>Know More</a
55+
>
2256
<a href="https://stakes.social/create" class="mt-6">
23-
<button class="bg-black text-white py-2 px-6 rounded">Submit a project</button>
57+
<button class="bg-black text-white py-2 px-6 rounded">
58+
Submit a project
59+
</button>
2460
</a>
2561
</section>
2662
<hr class="mx-auto bg-gray-300 rounded h-1 mb-16" />
2763
<!-- TODO: Convert the below code to a slider of success stories -->
28-
<section class="flex flex-col items-center justify-center text-center text-lg pb-20">
29-
<p class="font-mono text-base mb-4 text-gray-400">Creator Success Stories</p>
30-
<h3 class="font-black text-3xl my-8">Staking is Stronger Than Donation</h3>
31-
<img src="/assets/vyper.png" alt="" class="max-h-56">
64+
<section
65+
class="flex flex-col items-center justify-center text-center text-lg pb-20"
66+
>
67+
<p class="font-mono text-base mb-4 text-gray-400">
68+
Creator Success Stories
69+
</p>
70+
<h3 class="font-black font-display text-3xl my-8">
71+
Staking is Stronger Than Donation
72+
</h3>
73+
<img src="/assets/vyper.png" alt="" class="max-h-56" />
3274
<p class="underline font-bold mt-6 font-mono">Vyper</p>
33-
<p class="max-w-prose my-6">Vyper is a Python-like language for writing EVM smart contracts. Vyper is used in Uniswap v1 and CurveFinance contracts. They had trouble collecting donations even though they were bringing in a lot of revenue for many blockchain projects. They raised $44,000 in donations in two years with GitCoin, and received $125,000 in compensation in one year with Dev Protocol.</p>
75+
<p class="max-w-prose my-6">
76+
Vyper is a Python-like language for writing EVM smart contracts. Vyper is
77+
used in Uniswap v1 and CurveFinance contracts. They had trouble collecting
78+
donations even though they were bringing in a lot of revenue for many
79+
blockchain projects. They raised $44,000 in donations in two years with
80+
GitCoin, and received $125,000 in compensation in one year with Dev
81+
Protocol.
82+
</p>
3483
<p class="font-mono text-base text-gray-400">1/10</p>
3584
</section>
36-
<section class="flex flex-col items-center justify-center text-center text-lg pb-20">
85+
<section
86+
class="flex flex-col items-center justify-center text-center text-lg pb-20"
87+
>
3788
<a class="flex w-auto items-center">
38-
<img src="/assets/patron.png" alt="" class="max-h-56 ml-52">
39-
<p class="text-gray-400 ml-4 font-mono">Creative space by <br> White Russian Studio</p>
89+
<img src="/assets/patron.png" alt="" class="max-h-56 ml-52" />
90+
<p class="text-gray-400 ml-4 font-mono">
91+
Creative space by <br />
92+
White Russian Studio
93+
</p>
4094
</a>
41-
<h3 class="font-black text-3xl my-4">Hi, Patron!</h3>
42-
<p class="max-w-prose my-6">Ever given up buying the work of your favorite creators for financial reasons? The Dev Protocol has made possible the opportunity for you to earn cryptos while supporting the creators. Welcome to the new Symbiotic Economy with creators!</p>
43-
<a href="https://docs.devprotocol.xyz/en/stakes-social/how-to-stake/" class="underline font-bold">Know More</a>
95+
<h3 class="font-black font-display text-3xl my-4">Hi, Patron!</h3>
96+
<p class="max-w-prose my-6">
97+
Ever given up buying the work of your favorite creators for financial
98+
reasons? The Dev Protocol has made possible the opportunity for you to
99+
earn cryptos while supporting the creators. Welcome to the new Symbiotic
100+
Economy with creators!
101+
</p>
102+
<a
103+
href="https://docs.devprotocol.xyz/en/stakes-social/how-to-stake/"
104+
class="underline font-bold"
105+
>Know More</a
106+
>
44107
<a href="https://stakes.social/" class="mt-6">
45-
<button class="bg-black text-white py-2 px-6 rounded">Start Staking</button>
108+
<button class="bg-black text-white py-2 px-6 rounded">
109+
Start Staking
110+
</button>
46111
</a>
47112
</section>
48113
<hr class="mx-auto bg-gray-300 rounded h-1 mb-16" />
49-
<section class="flex flex-col items-center justify-center text-center text-lg pb-20">
114+
<section
115+
class="flex flex-col items-center justify-center text-center text-lg pb-20"
116+
>
50117
<p class="text-gray-400 ml-4 font-mono">Seleted Projects</p>
51118
<!-- TODO: Add the selected projects cards, dynamically -->
52119
</section>
53-
<section class="flex flex-col items-center justify-center text-center text-lg pb-20">
54-
<p class="font-mono text-base mb-4 text-gray-400">Creator Success Stories</p>
55-
<h3 class="font-black text-3xl my-8">DEV Token</h3>
56-
<img src="/assets/devtoken.png" alt="" class="max-h-56">
57-
<a href="https://etherscan.io/token/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26"><p class="underline font-bold mt-6 font-mono">View on Etherscan</p></a>
58-
<p class="max-w-prose my-6">DEV is an inflationary token that is rewarded to patrons and OSS projects for being active participants in the Dev Protocol ecosystem. The Dev Protocol inflation rate for minting is determined by the total amount of DEV staked versus OSS projects onboarded. The result is a sustainable counter-balance system.</p>
59-
<a href="https://app.uniswap.org/#/swap?outputCurrency=0x5caf454ba92e6f2c929df14667ee360ed9fd5b26&use=V2" class="mt-6">
120+
<section
121+
class="flex flex-col items-center justify-center text-center text-lg pb-20"
122+
>
123+
<p class="font-mono text-base mb-4 text-gray-400">
124+
Creator Success Stories
125+
</p>
126+
<h3 class="font-black font-display text-3xl my-8">DEV Token</h3>
127+
<img src="/assets/devtoken.png" alt="" class="max-h-56" />
128+
<a
129+
href="https://etherscan.io/token/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26"
130+
><p class="underline font-bold mt-6 font-mono">View on Etherscan</p></a
131+
>
132+
<p class="max-w-prose my-6">
133+
DEV is an inflationary token that is rewarded to patrons and OSS projects
134+
for being active participants in the Dev Protocol ecosystem. The Dev
135+
Protocol inflation rate for minting is determined by the total amount of
136+
DEV staked versus OSS projects onboarded. The result is a sustainable
137+
counter-balance system.
138+
</p>
139+
<a
140+
href="https://app.uniswap.org/#/swap?outputCurrency=0x5caf454ba92e6f2c929df14667ee360ed9fd5b26&use=V2"
141+
class="mt-6"
142+
>
60143
<button class="bg-black text-white py-2 px-6 rounded">Buy Dev</button>
61144
</a>
62145
</section>
@@ -68,11 +151,13 @@ import Layout from '../layouts/Default.astro';
68151
<a href="#"><img src="/assets/monexventures.png" alt="Monex Ventures" class="w-40 h-auto"></a>
69152
</section>
70153
<section class="bg-blue-500 px-20 py-28">
71-
<p class="font-base text-gray-100">Latest on Medium</p>
154+
<p class="font-display text-3xl text-gray-100">Latest on Medium</p>
72155
<!-- TODO: Find a way to add medium articles dynamically -->
73156
<a href="/devtokens" class="mt-6 mx-auto block">
74-
<button class="bg-white text-gray-900 py-2 px-6">See more on Medium</button>
75-
</a>
157+
<button class="bg-white font-display text-gray-900 py-2 px-6">
158+
See more on Medium
159+
</button>
160+
</a>
76161
</section>
77162
<footer class="flex bg-black text-white">
78163
<!-- TODO: Get the links for the socials from @vinzvinci and add them -->

0 commit comments

Comments
 (0)