Skip to content

Commit 3b2df0d

Browse files
authored
Merge branch 'hashirshoaeb:master' into master
2 parents c7b42bf + f1be282 commit 3b2df0d

26 files changed

+26347
-12325
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
# production
1212
/build
1313
/public/CNAME
14+
1415
# misc
1516
.DS_Store
16-
.env
1717
.env.local
1818
.env.development.local
1919
.env.test.local
2020
.env.production.local
2121

22-
*.log
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

README.md

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55

66
<p align="center">
77
It is a personal static website/portfolio template hosted with GitHub Pages, built to showcase my recent projects. Site URL / Demo:
8-
<a href="https://hashirshoaeb.github.io">hashirshoaeb.github.io</a>
8+
<a href="https://hashirshoaeb.github.io/home">hashirshoaeb.github.io/home</a>
99
<br />
1010
<br />
11-
<a href="https://hashirshoaeb.com">About Me</a>
12-
·
13-
<a href="https://github.com/hashirshoaeb/home/issues">Report Bug</a>
14-
·
15-
<a href="https://github.com/hashirshoaeb/home/issues">Request Feature</a>
11+
<a href="https://hashirshoaeb.github.io">About Me</a>
1612
</p>
1713
</p>
1814

@@ -22,8 +18,10 @@
2218
[![GitHub issues](https://img.shields.io/github/issues/hashirshoaeb/home?color=ffcc66&style=for-the-badge)](https://github.com/hashirshoaeb/star_book/issues)
2319
[![GitHub license](https://img.shields.io/github/license/hashirshoaeb/home?style=for-the-badge)](https://github.com/hashirshoaeb/home/blob/master/LICENSE)
2420
[![Twitter Follow](https://img.shields.io/twitter/follow/hashirshoaeb?color=ffcc66&logo=twitter&logoColor=ffffff&style=for-the-badge)](https://twitter.com/hashirshoaeb)
21+
[![Node Version](https://img.shields.io/static/v1?label=Node&message=v16.16.0&color=026e00&style=for-the-badge)](https://nodejs.org)
22+
[![npm Version](https://img.shields.io/static/v1?label=npm&message=8.11.0&color=cb0000&style=for-the-badge)](https://nodejs.org)
2523

26-
[![Site preview](/public/social-image.png)](https://hashirshoaeb.github.io/)
24+
[![Site preview](/public/social-image.png)](https://hashirshoaeb.github.io/home)
2725

2826
## Table of Contents
2927

@@ -135,19 +133,6 @@ You should have [Node.js](https://nodejs.org/en/) and [Git](https://git-scm.com/
135133

136134
Facing issues? Feel free to contact at [email protected].
137135

138-
## Contributing 🙌
139-
140-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
141-
142-
## Issues
143-
144-
If anyone is looking to make some contribution, the following are issues that you can solve:
145-
146-
- [ ] UI improvements
147-
- [ ] Code optimization
148-
- [x] Routing
149-
- [ ] SEO
150-
151136
## Showcase 🚀
152137

153138
Have you changed something in the code to create your own version? Feel free to share with me, I will list them in this space.
@@ -205,13 +190,40 @@ Have you changed something in the code to create your own version? Feel free to
205190
<br />
206191
</td>
207192
</tr>
193+
<tr>
194+
<td align="center">
195+
<a href="https://github.com/xunxdd/portfolio/tree/master">
196+
<br />
197+
<sub><b>Xun Ding</b></sub>
198+
</a>
199+
<br />
200+
</td>
201+
<td align="center">
202+
<a href="https://github.com/S-Philp/Shannel.philp">
203+
<br />
204+
<sub><b>Shannel Philp</b></sub>
205+
</a>
206+
<br />
207+
</td>
208+
<td align="center">
209+
<a href="https://github.com/bibinvargheset/home">
210+
<br />
211+
<sub><b>Bibin Varghese</b></sub>
212+
</a>
213+
<br />
214+
</td>
215+
</tr>
208216
</table>
209217

210218
## Versão em Português :brazil:
211219

212220
Esse projeto foi traduzido para português! Se você gostou dele e quer criar a sua própria versão, confira o repositório do [@tashima42](https://github.com/tashima42) em [https://github.com/Tashima42/home](https://github.com/Tashima42/home).
213221
Novas contribuições e revisões na tradução são muito bem vindas!
214222

223+
## Notice:
224+
225+
This project has been archived. Means that it is no longer actively maintained by developer. Free free to fork, use and maintain your own version. You can check my new portfolio template [here](https://github.com/hashirshoaeb/portfolio)
226+
215227
## Stargazers over time
216228

217229
[![Stargazers over time](https://starchart.cc/hashirshoaeb/home.svg)](https://starchart.cc/hashirshoaeb/home)

0 commit comments

Comments
 (0)