Skip to content

Commit

Permalink
adding images
Browse files Browse the repository at this point in the history
Signed-off-by: Frances Coronel <hello@fvcproductions.com>
  • Loading branch information
Frances Coronel committed Apr 5, 2019
1 parent 281c91b commit d2d6d4b
Show file tree
Hide file tree
Showing 10 changed files with 1,661 additions and 1,301 deletions.
33 changes: 13 additions & 20 deletions .github/CONTRIBUTING.md
Expand Up @@ -16,31 +16,24 @@ Or just [create an issue](https://github.com/fvcproductions/apprenticeships/issu
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.

### Formatting
### Add new file in `content/apprenticeships`

```markdown
- [Company/Apprenticeship Name](link to website with more information or overview) | City/Cities | Description of company/apprenticeship
---
company: "Company or Organization Name"
link: "https://company-website.com"
location:
- "London, UK"
- "San Francisco, CA"
- "City, State"
- "City, Country"
description: "1 to 2 sentence description about apprenticeship by this company or organization."
image: https://link-to-company-logo-image.png
---
```

- The link should not be to a direct link to the application page unless that's all that is available.
- Use [title-casing](https://capitalizemytitle.com/).
- Check your spelling and grammar using a tool like [Grammarly](https://grammarly.com).
- Make sure your text editor is set to remove trailing whitespace.
- Suggestions (apprenticeships or further resources) should be sorted **alphabetically**.
- Most text editors have a built in sort function that makes this super easy.
- Suggestions should be categorized by the right country and also sorted alphabetically but with the United States showing first.
- e.g. United States, England, Portugal, etc.
- The featured image should include the company's logo. Here's an example that uses the company logo in an office setting: [example](https://static.viget.com/careers/_540xAUTO_crop_center-center/Durham-entry.jpg?mtime=20180718173457). Please avoid any images that focus on individuals and show faces.

---

## PENDING

> Algolia - Environment Variables
```txt
ALGOLIA_APP_ID=
ALGOLIA_ADMIN_KEY=
ALGOLIA_INDEX_NAME=
ALGOLIA_INDEX_FILE=./public/algolia.json
```
- The featured image should include the company's logo. Here's an example that uses the company logo in an office setting: [example](https://static.viget.com/careers/_540xAUTO_crop_center-center/Durham-entry.jpg?mtime=20180718173457). Please avoid any images that focus on individuals and show faces.
74 changes: 74 additions & 0 deletions .github/config.yml
@@ -0,0 +1,74 @@
# Configuration for request-info
# https://github.com/behaviorbot/request-info

# *Required* Comment to reply with
requestInfoReplyComment: >
We would appreciate it if you could provide us with more info about this issue or pull request so we can better understand it. Thanks! 💛
# *OPTIONAL* default titles to check against for lack of descriptiveness
# MUST BE ALL LOWERCASE
requestInfoDefaultTitles:
- update readme.md
- updates
- fixes
- new feature

# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
requestInfoLabelToAdd: needs-more-info

####################################################################################################

# Configuration for todo
# A GitHub App built with Probot that creates new issues based on actionable comments in your code.
# https://github.com/apps/todo

todo:
keyword: "TODO:"
label: "todo comment"

####################################################################################################

# Configuration for sentiment-bot
# https://github.com/behaviorbot/sentiment-bot

# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
# Anything higher than this threshold will be marked as toxic and commented on
sentimentBotToxicityThreshold: .7

# *Required* Comment to reply with
sentimentBotReplyComment: >
Please be sure to review our Code of Conduct and remember to be respectful of other users. cc/ @fvcproductions @benjamin
####################################################################################################

# Configuration for welcome - https://github.com/behaviorbot/welcome

# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues

newIssueWelcomeComment: >
Thank you for raising an issue!
Please make sure you have given us enough context and we will review it as soon as possible. ⏲️
If you don't hear back from anyone within the next week, feel free to reach out to one of the maintainers. 💛
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository

newPRWelcomeComment: >
Thanks for opening this pull request!
Please make sure you have followed our contributing guidelines and we will review it as soon as possible. ⏲️
If you don't hear back from anyone within the next week, feel free to reach out to one of the maintainers. 💛
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user

firstPRMergeComment: >
Congrats on merging your first pull request!
Here's a cute taco GIF as a small thank you. 💛
[Cute Tacos](https://media.giphy.com/media/pYCdxGyLFSwgw/giphy.gif)
6 changes: 6 additions & 0 deletions .github/invite-contributors.yml
@@ -0,0 +1,6 @@
# Configuration
# Invite Contributors
# https://github.com/erickzhao/invite-contributors/blob/master/README.md

# team name
team: techqueria
5 changes: 5 additions & 0 deletions .github/topissuebot.yml
@@ -0,0 +1,5 @@
# Configuration for top-issue-bot
# https://github.com/adamzolyak/gh-vote-bot
labelName: "top issue"
labelColor: "795bcc"
numberOfIssuesToLabel: 5
3 changes: 1 addition & 2 deletions .vscode/settings.json
Expand Up @@ -5,9 +5,8 @@
"editor.wordWrap": "on",
"eslint.autoFixOnSave": true,
"files.trimTrailingWhitespace": true,
"markdown.extension.preview.autoShowPreviewToSide": true,
"markdown.extension.preview.autoShowPreviewToSide": false,
"markdown.preview.fontFamily": "BlinkMacSystemFont,-apple-system,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif",
"markdown.previewFrontMatter": "show",
"markdownlint.run": "onSave",
"prettier.eslintIntegration": true,
"workbench.editor.enablePreview": false,
Expand Down
6 changes: 5 additions & 1 deletion content/apprenticeships/8th-light.md
Expand Up @@ -3,6 +3,10 @@ company: "8th Light"
link: "https://8thlight.com/apprenticeship/"
location:
- "London, UK"
- "Chicago, IL"
- "Madison, WI"
- "Brooklyn, NY"
- "Los Angeles, CA"
description: "8th Light is a software consultancy that is passionate about crafting beautiful and durable software products."
draft: false
---
---

0 comments on commit d2d6d4b

Please sign in to comment.