Skip to content

Commit

Permalink
🚀 RELEASE: v0.1.0
Browse files Browse the repository at this point in the history
Merge pull request #9 from web3phl/dev
  • Loading branch information
warengonzaga committed Jun 26, 2023
2 parents 0513ad2 + 850a0c4 commit aeda568
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 11 deletions.
Binary file added .github/assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 📖 Matuto [![by](https://img.shields.io/badge/by-Web3%20Philippines-7b3fe4.svg?longCache=true&style=flat-square)](https://web3philippines.org)

> **Note**: This project is still under development. Please wait for the official release.
[![maintainer](https://img.shields.io/badge/maintainer-OSS%20Philippines-blue.svg?logo=github&labelColor=181717&longCache=true&style=flat-square)](https://ossph.org) [![release](https://img.shields.io/github/release/web3phl/matuto.svg?logo=github&labelColor=181717&color=green&style=flat-square)](https://github.com/web3phl/matuto/releases) [![star](https://img.shields.io/github/stars/web3phl/matuto.svg?&logo=github&labelColor=181717&color=yellow&style=flat-square)](https://github.com/web3phl/matuto/stargazers) [![license](https://img.shields.io/github/license/web3phl/matuto.svg?&logo=github&labelColor=181717&style=flat-square)](https://github.com/web3phl/matuto/blob/main/license)

![screenshot](src/assets/screenshot.png)
Expand All @@ -10,6 +8,10 @@ Matuto is a simple chromium-based browser extension that provides a glossary of

It's a Filipino word which means "to learn". Which is the goal of this project, to help people learn more about web3, blockchain and cryptocurrencies. 💜💙📖

## ⚡ Demo

![demo](.github/assets/demo.gif)

## 💻 Development

1. Install the packages:
Expand All @@ -36,6 +38,16 @@ It's a Filipino word which means "to learn". Which is the goal of this project,

Right now, some of the terms and definitions are taken from [Blocknative's Glossary](https://www.blocknative.com/glossary) with modifications. We'll add more terms and definitions in the future. Please consider contributing to this project. Thanks! 🙏✨

## 🎯 Contributing

Contributions are welcome, create a pull request to this repo and we will review your code. Please consider to submit your pull request to the `dev` branch. Thank you!

Read the project's [contributing guide](./contributing.md) for more info.

## 💬 Discussions

For any questions, suggestions, ideas, or simply you want to share your experience in using this project, feel free to share and discuss it with the [community](https://github.com/web3phl/matuto/discussions)!

## 🐛 Issues

Please report any issues or bugs by [creating a new issue here](https://github.com/web3phl/matuto/issues/new/choose), also make sure you're reporting an issue that doesn't exist. Any help to improve the project would be appreciated. Thanks! 🙏✨
Expand All @@ -47,3 +59,13 @@ Read the project's [code of conduct](./code_of_conduct.md).
## 📃 License

This project is licensed under [GNU General Public License v3](https://opensource.org/licenses/GPL-3.0).

## 📝 Author

This project is developed and maintained by [Web3 Philippines](https://web3philippines.org) and [Open Source Software Philippines](https://ossph.org) with the help of awesome [contributors](https://github.com/web3phl/matuto/graphs/contributors).

[![contributors](https://contrib.rocks/image?repo=web3phl/matuto)](https://github.com/web3phl/matuto/graphs/contributors)

---

Made 💻 with 💖 by [Web3 Philippines](https://web3philippines.org) and [Open Source Software Philippines](https://ossph.org) 💜💙
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "matuto-extension",
"version": "0.1.0",
"description": "Simple and effective supplementary tool for learning Web3.",
"main": "src/manifest.json",
"scripts": {
"start": "parcel watch src/manifest.json --host localhost",
"build": "parcel build src/manifest.json",
Expand Down
Binary file modified src/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 id="term">Web3 Philippines</h1>
<p>Photo from <a href="https://unsplash.com" target="_blank">Unsplash</a></p>
</div>
<div id="partners">
<p>Community Partners:</p>
<p>Project Partners:</p>
<div class="partners__container">
<a href="https://ossph.org" target="_blank">
<img src="assets/ossph.png" alt="OSSPH Logo" class="partners__logo">
Expand Down
13 changes: 9 additions & 4 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
.img-wrapper > img {
width: 50px;
}
.sponsor {
.links {
font-size: 14px;
text-align: center;
}
</style>
<title>Matuto</title>
Expand All @@ -47,10 +48,14 @@
</div>
<div class="title">Matuto <span class="version">v0.1.0</span></div>
<p>By <a href="https://web3philippines.org" target="_blank" rel="noopener">Web3 Philippines</a></p>
<p class="description">Simple and effective supplementary tool for learning Web3. 💜💙💡</p>
<div class="sponsor">
<p class="description">A simple chromium-based browser extension for learning web3 in every new tab. 💜💙📖</p>
<div class="links">
<a href="https://github.com/web3phl/matuto" target="_blank" rel="noopener">
Contribute
Contribute 🤝
</a>
<span>|</span>
<a href="https://github.com/sponsors/web3phl" target="_blank" rel="noopener">
Sponsor 💖
</a>
</div>
</body>
Expand Down
3 changes: 0 additions & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ body {
text-decoration: none;
margin-left: 2px;
}
.nav a:hover {
color: #000;
}
.nav i {
margin-right: 0.5rem;
}
Expand Down

0 comments on commit aeda568

Please sign in to comment.