Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80ae363

Browse files
committedMay 17, 2023
Add logo and readme to the repository
1 parent 128e7ca commit 80ae363

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed
 

‎.github/workflows/docs.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- docs/**
9+
- mkdocs.yml
710
permissions:
811
contents: write
912
jobs:

‎README.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<h1 align="center">The Amun Programming Language</h1></br>
2+
3+
<p align="center">
4+
<img src="media/logo.svg" width="20%" height="20%"/>
5+
</p>
6+
7+
<p align="center">
8+
<a target="_blank" href="https://github.com/amun-lang/docs/actions/workflows/docs.yml"><img src="https://github.com/amun-lang/docs/actions/workflows/docs.yaml/badge.svg"></a>
9+
<a target="_blank" href="https://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
10+
<a target="_blank" href="./LICENSE.md"><img src="https://img.shields.io/github/license/amun-lang/docs"></a>
11+
</p>
12+
13+
<p align="center">
14+
A Statically typed, compiled general purpose low level programming language built using C++ and LLVM Infrastructure framework, the design was inspired from many programming languages with the goal to be simple and productive
15+
</p>
16+
17+
### Join us
18+
We'd love to have folks join us and contribute to the project. Amun is committed to a welcoming and inclusive environment where everyone can contribute.
19+
20+
- [Discord](https://discord.gg/NTsccntD)
21+
- [r/Amun](https://www.reddit.com/r/Amun/)
22+
23+
### License
24+
```
25+
MIT License
26+
27+
Copyright (c) 2022 Amr Hesham
28+
29+
Permission is hereby granted, free of charge, to any person obtaining a copy
30+
of this software and associated documentation files (the "Software"), to deal
31+
in the Software without restriction, including without limitation the rights
32+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33+
copies of the Software, and to permit persons to whom the Software is
34+
furnished to do so, subject to the following conditions:
35+
36+
The above copyright notice and this permission notice shall be included in all
37+
copies or substantial portions of the Software.
38+
39+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45+
SOFTWARE.
46+
```

‎media/logo.svg

+26
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.