Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed deprecated links from 'cobidev' to 'cobiwave' due to profile name change #147

Merged
merged 1 commit into from
Dec 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Simplefolio ⚡️ [![GitHub](https://img.shields.io/github/license/cobidev/simplefolio?color=blue)](https://github.com/cobidev/simplefolio/blob/master/LICENSE.md) ![GitHub stars](https://img.shields.io/github/stars/cobidev/simplefolio) ![GitHub forks](https://img.shields.io/github/forks/cobidev/simplefolio)
# Simplefolio ⚡️ [![GitHub](https://img.shields.io/github/license/cobiwave/simplefolio?color=blue)](https://github.com/cobiwave/simplefolio/blob/master/LICENSE.md) ![GitHub stars](https://img.shields.io/github/stars/cobiwave/simplefolio) ![GitHub forks](https://img.shields.io/github/forks/cobiwave/simplefolio)

## A minimal portfolio template for Developers!

<h2 align="center">
<img src="https://github.com/cobidev/gatsby-simplefolio/blob/master/examples/example.gif" alt="Simplefolio" width="600px" />
<img src="https://github.com/cobiwave/gatsby-simplefolio/blob/master/examples/example.gif" alt="Simplefolio" width="600px" />
<br>
</h2>

Expand Down Expand Up @@ -55,7 +55,7 @@ From your command line, first clone Simplefolio:

```bash
# Clone the repository
$ git clone https://github.com/cobidev/simplefolio
$ git clone https://github.com/cobiwave/simplefolio

# Move into the repository
$ cd simplefolio
Expand Down Expand Up @@ -97,7 +97,7 @@ $ sudo npm install --unsafe-perm=true --allow-root
Once your server has started, go to this url `http://localhost:1234/` to see the portfolio locally. It should look like the below screenshot.

<h2 align="center">
<img src="https://github.com/cobidev/gatsby-simplefolio/blob/master/examples/example.png" alt="Simplefolio" width="100%">
<img src="https://github.com/cobiwave/gatsby-simplefolio/blob/master/examples/example.png" alt="Simplefolio" width="100%">
</h2>

---
Expand Down Expand Up @@ -328,7 +328,7 @@ I highly recommend to use [Netlify](https://netlify.com) because it is super eas

## Others versions 👥

[Gatsby Simplefolio](https://github.com/cobidev/gatsby-simplefolio) by [Jacobo Martinez](https://github.com/cobidev)\
[Gatsby Simplefolio](https://github.com/cobiwave/gatsby-simplefolio) by [Jacobo Martinez](https://github.com/cobiwave)\
[Ember.js Simplefolio](https://github.com/sernadesigns/simplefolio-ember) by [Michael Serna](https://github.com/sernadesigns)

## Technologies used 🛠️
Expand All @@ -341,7 +341,7 @@ I highly recommend to use [Netlify](https://netlify.com) because it is super eas

## Authors

- **Jacobo Martinez** - [https://github.com/cobidev](https://github.com/cobidev)
- **Jacobo Martinez** - [https://github.com/cobiwave](https://github.com/cobiwave)

## Status

Expand Down
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Simplefolio is a clean and responsive portfolio template for Developers!
Created by Jacobo Martinez.
-
Github Repo: https://github.com/cobidev/simplefolio/
Readme: https://github.com/cobidev/simplefolio/README.md
Github Repo: https://github.com/cobiwave/simplefolio/
Readme: https://github.com/cobiwave/simplefolio/README.md
papstchaka marked this conversation as resolved.
Show resolved Hide resolved
-
For business & inquires, contact me -> jacobojavier98@gmail.com
-->
Expand Down Expand Up @@ -315,7 +315,7 @@ <h2 class="section-title">Contact</h2>
<!-- Notice: if you want to give me some credit, it will be huge for me! if not, put your data on it -->
<p class="footer__text">
© 2021 - Template developed by
<a rel="noreferrer" href="https://github.com/cobidev" target="_blank"
<a rel="noreferrer" href="https://github.com/cobiwave" target="_blank"
>Jacobo Martínez</a
>
</p>
Expand All @@ -325,7 +325,7 @@ <h2 class="section-title">Contact</h2>
<a
rel="noreferrer"
class="github-button"
href="https://github.com/cobidev/simplefolio/fork"
href="https://github.com/cobiwave/simplefolio/fork"
data-icon="octicon-repo-forked"
data-size="large"
data-show-count="true"
Expand All @@ -335,11 +335,11 @@ <h2 class="section-title">Contact</h2>
<a
rel="noreferrer"
class="github-button"
href="https://github.com/cobidev/simplefolio"
href="https://github.com/cobiwave/simplefolio"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star cobidev/simplefolio on GitHub"
aria-label="Star cobiwave/simplefolio on GitHub"
>Star</a
>
</p>
Expand Down