Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32a18fa

Browse files
authored
Create LICENSE / README.md
0 parents  commit 32a18fa

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
This is free and unencumbered software released into the public domain.
2+
3+
Anyone is free to copy, modify, publish, use, compile, sell, or
4+
distribute this software, either in source code form or as a compiled
5+
binary, for any purpose, commercial or non-commercial, and by any
6+
means.
7+
8+
In jurisdictions that recognize copyright laws, the author or authors
9+
of this software dedicate any and all copyright interest in the
10+
software to the public domain. We make this dedication for the benefit
11+
of the public at large and to the detriment of our heirs and
12+
successors. We intend this dedication to be an overt act of
13+
relinquishment in perpetuity of all present and future rights to this
14+
software under copyright law.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22+
OTHER DEALINGS IN THE SOFTWARE.
23+
24+
For more information, please refer to <http://unlicense.org>

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## Developer Portfolio Landing Page Template
2+
3+
Use this template if you need a quick developer / data science portfolio! Based on a Minimal Jekyll theme for GitHub Pages.
4+
5+
<img src="images/demo.gif?raw=true"/>
6+
7+
See full step by step tutorial on Medium.
8+
___
9+
10+
You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
11+
12+
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
13+
14+
### Markdown
15+
16+
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
17+
18+
```markdown
19+
Syntax highlighted code block
20+
21+
# Header 1
22+
## Header 2
23+
### Header 3
24+
25+
- Bulleted
26+
- List
27+
28+
1. Numbered
29+
2. List
30+
31+
**Bold** and _Italic_ and `Code` text
32+
33+
[Link](url) and ![Image](src)
34+
```
35+
36+
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
37+
38+
___
39+
40+
References:
41+
42+
[1] Jekyll theme "Minimal" for GitHub Pages: https://github.com/pages-themes/minimal (CC0 1.0 Universal License)
43+
<br>[2] Dummy photo via: https://pixabay.com/photos/man-male-adult-person-caucasian-1209494/ (Pixabay License)
44+
<br>[3] Dummy thumbnail image created by rawpixel.com: https://www.freepik.com/free-vector/set-elements-infographic_2807573.htm (Standard Freepik License)

0 commit comments

Comments
 (0)