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

Update content #23

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
74b5632
added some SEO meta tags
mohdrishin Aug 3, 2021
5513605
changed deprecated links from 'cobidev' to 'cobiwave' due to profile …
papstchaka Jan 13, 2022
d85a355
Updated _base.scss with minute UI improvement
Kunalkatre1 Jul 24, 2022
34ce563
Update: for a better description.
cristianbyte Sep 1, 2022
98cd551
Update README.md
multidimensionalinteractive Oct 19, 2022
ab6b2dc
Update for 10/20/2022
multidimensionalinteractive Oct 20, 2022
52b37b5
Merge pull request #147 from papstchaka/master
cobiwave Dec 24, 2022
1d88fac
update author username
jacobo-martinez Dec 24, 2022
e990148
set required node version
jacobo-martinez Dec 24, 2022
91a3475
update package-lock
jacobo-martinez Dec 24, 2022
12f28f6
update deps
jacobo-martinez Dec 24, 2022
6ad5ce5
Minor text adjustment
jlangenhagen Sep 20, 2021
d740db7
Merge branch 'jlangenhagen-patch-1'
jacobo-martinez Dec 27, 2022
c182355
support button hero border in Safari
cobiwave Dec 27, 2022
783ff81
Merge branch 'master' of github.com:multidimensionalinteractive/simpl…
cobiwave Dec 27, 2022
be0ded7
Merge branch 'multidimensionalinteractive-master'
cobiwave Dec 27, 2022
1c1d336
Merge pull request #206 from cristianbyte/patch-1
cobiwave Dec 27, 2022
3ca4e1c
update project section default text
cobiwave Dec 27, 2022
2ada291
Merge branch 'mohdrishin-seoupdates'
cobiwave Dec 27, 2022
0c456ec
style scrollbar
cobiwave Dec 27, 2022
7b9239e
Merge branch 'master' of github.com:Kunalkatre1/simplefolio_update
cobiwave Dec 27, 2022
af03c0c
standarize scrollbar styling
cobiwave Dec 27, 2022
2832807
On branch update_content
DmLawrence May 22, 2023
fb4de75
Update
DmLawrence May 22, 2023
9b28800
Merge branch 'master' into update_content
DmLawrence May 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.14.2
16 changes: 10 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 All @@ -69,6 +69,10 @@ After that, you can install the dependencies either using NPM or Yarn.
Using NPM: Simply run the below commands.

```bash
# 2022 Update - Fix Dependencies
$ npm audit fix
$ npm i @parcel/transformer-sass

# Install dependencies
$ npm install

Expand Down Expand Up @@ -97,7 +101,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 +332,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 +345,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
Loading