Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anower77/readme-tamplete
a basic readme template
https://github.com/anower77/readme-tamplete
Last synced: 7 days ago
JSON representation
a basic readme template
- Host: GitHub
- URL: https://github.com/anower77/readme-tamplete
- Owner: Anower77
- Created: 2022-10-28T04:03:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T05:38:25.000Z (about 2 years ago)
- Last Synced: 2023-08-01T07:40:47.331Z (over 1 year ago)
- Size: 174 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1.Normal text & new line Horizental rule
This is Anower Hossain,
And also developer.
___##### This is a heading
#### This is a heading
### This is a heading
## This is a heading
# This is a heading### Paragraph
This is anower hossain. data scientist and also developer. learning is my profession. my goal and dream i will attach alwayes learning i really like my ways!
### Italic
_This is a litalic line_
### Bold & Strong line
__This is a Bold line__
### strikethrough
~~This is a strikethrough line~~
### inline code block
`This is inline code block here`
`This is inline code block here
`
### Multiple line code block here(HTML)
```html
Bangladseh!
This is a test paragraph
```
### Multiple line code block here(CSS)
```css
head{
background : #000;
text-align : canter;
}
```
### Multiple line code block here(JavaScript)
```js
function test(a, b){
console.log(X + y)
}
test(10, 20)
```### Multiple line code block here(C++)
```c++
#include
#include
using namespace std;
int main()
{
cout << "Printf C++ Code";
return 0;
getch();
}
```
### Multiple line code block here(C - program)
```c
#include
int main()
{
cout << "Printf C++ Code";
return 0;
getch();
}
```### order List
1. Aower
2. Sowrab
3. Saif
4. Mamun
5. Rohan
### un order list
- Aower
- saif
-kohon
-mojoe
- roham
- sp vid
### Task list
1. [x] Task01
2. [x] Task01
3. [] Task01
### link
http://www.anowerhossian.com
### disable link
`http://www.anowerhossian.com`### markdwon link systax
[Anower-profile](http://www.anowerhossian.com)
[Anower Hossain][Anower-profile]
[Anower facebook][Anower-facbook]
[Anower linkdin][Anower-linkdin][Anower-profile]:http://www.anowerhossian.com
[Anower-facbook]:http://www.facebook.com
[Anower-linkdin]:http://www.linkdin.com### images systax
__certificate from codenga__
### Table systax
| ID | Name | Roll | CGPA |
| ----- | ------- | -------| -----|
| 01 | Anower | 215 | 3.50 |
| 02 | Foysal | 315 | 5.50 |
| 03 | Nisan | 515 | 1.50 |
| 04 | Rohan | 615 | 2.50 |
| 05 | Sowrab | 115 | 4.50 |