-
Notifications
You must be signed in to change notification settings - Fork 4
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
[EPIC] GatsbyJS Redesign #1
Open
conroywhitney
wants to merge
11
commits into
master
Choose a base branch
from
epic/gatsbyjs-redesign
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Clone `gatsby-starter-netlify-cms` template * Update the `README` with snippets from the starter repo
* Add initial guiding documents section copied/renamed from "blog" * First versions of markdown files (will update later!) * Remove NetlifyCMS files, packages, & references
* Remove unused `.github` `ISSUE_TEMPLATE`s and `PULL_REQUEST_TEMPLATE.md` * Remove Netlify's `CODE_OF_CONDUCT.md` and `CONTRIBUTING.md` since we have our own * Update `README` to not need `netlify-cli` * Rename `post` to `document` * Remove references to "Products" because we don't need those * Remove `lambda` * Remove link to Netlify's github * Remove broken/unused links in Footer * Remove unused `Pricing` and `Testimonials` components
Use the same look-and-feel (theme) as the WordPress site: * Use blue and whites * Add icon * Replace stock photo
This PR creates the "Leadership" section of the website. Each member has a name, role, image, and bio. They show up in both a list as well as have their own details page.
This PR creates the /partners page. Each partner has a name, image, url, and description. Since we are linking to the partner's website, we do *not* need to create details pages for these.
Replicate some features from old homepage and redesign template to feature content in a more sleek way
Apply some sitewide styles changes before the hackathon demo. Add AKDevAlliance image w/ Codi on top of homepage. Align links to the right, add "Join Slack!" and "Get the Newsletter!" links.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is an
EPIC
-- please do not merge until this project is ready to go live!This is where we can accumulate all of the changes to make the new GatsbyJS website!
TODO:
Each of these tasks can be their own PRs branched off this epic:
MDX
?)CNAME
These, and other tasks, can be found on the Trello:
https://trello.com/b/wiTrFKmg/dev-alliance-website
To contribute
git checkout epic/gatsbyjs-redesign
to switch to this epicgit checkout -b feature/your-branch-name-here
to create a new branchgit commit -a --alow-empty
and enter something like "Empty commit to open {Your Branch Name Here} PR"git push -u origin HEAD
to push that new branch to your github repoakdevalliance/website#epic/gatsbyjs-redesign
branch using a good title / description (bonus points: you can create checklist items using* [ ] Title of checklist item
)WIP
label to indicate that you are still working on itWIP
label and addNeeds Review
and add @conroywhitney under the "Reviewers" section