unicef / inventory

UNICEF Open Source Inventory. A UNICEF Global Innovation knowledge base of best practices and resources for working and leading Open.
https://unicef.github.io/inventory/
Creative Commons Attribution Share Alike 4.0 International
35 stars 28 forks source link

Add team profiles #78

Closed Idadelveloper closed 3 years ago

Idadelveloper commented 3 years ago

This tackles https://github.com/unicef/inventory-hugo-theme/issues/13 @jwflory I will have to probably write some content/tutorial for the various startups outlining how they will include their company on the inventory site.

jwflory commented 3 years ago

I rebased the commits in this Pull Request on top of latest changes to main. Local checkouts need to take the following steps to synchronize the new commit history:

# stash any uncommitted changes so they are not overwritten
git stash

# fetch new commit history from remote
git fetch <remote>

# reset the local branch with the branch in the remote
git reset --hard <remote> team-profiles
Idadelveloper commented 3 years ago

I rebased the commits in this Pull Request on top of latest changes to main. Local checkouts need to take the following steps to synchronize the new commit history:

# stash any uncommitted changes so they are not overwritten
git stash

# fetch new commit history from remote
git fetch <remote>

# reset the local branch with the branch in the remote
git reset --hard <remote> team-profiles

Opps! Already committed some changes @jwflory

jwflory commented 3 years ago

@Idadelveloper Your changes look good! 👍🏻 There are a few more things to add in before we merge this, but it is almost there. Once this is merged, we can follow up with updates to the start-up companies to fill their own profiles. 😁

Note that I pushed a couple of new commits and rebased on latest changes in main, so you will need to update your local git branch from the remote again before iterating further.

Idadelveloper commented 3 years ago

@jwflory I think it's good now. Just rebased the changes

jwflory commented 3 years ago

Hey @Idadelveloper, did you catch the changes for the cohort index page and other cohorts index page?