5t3ph / womenofjamstack

Celebrating the women who are working with the Jamstack and adjacent technologies.

Home Page:https://womenofjamstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Women of Jamstack

Celebrating the women who are working with the Jamstack and adjacent technologies.

A screenshot of Women of Jamstack

Add your profile to the site

Are you a woman who works with the Jamstack and adjacent technologies? Please submit a pull request to add your profile to the site!

  1. Fork the repository to your GitHub account and clone it to your local machine.

  2. Navigate to src/_data/profiles and create a new [yourIdentifier].json file.

  3. Add your details:

// src/_data/profiles/[yourIdentifier].json

{
  "name": "Your name", // required
  "jobTitle": "Your job title", // required
  "company": "Your company", // required
  "bio": "A short bio, around the length of a Twitter bio.", // required
  "githubUsername": "yourGitHubUsername", // optional
  "twitterUsername": "yourTwitterUsername", // optional
  "twitchUsername": "yourTwitchUsername", // optional
  "website": "https://yourwebsite.com/" // optional
}
  1. Navigate to src/_data/images and add a SQUARE, high quality JPEG image, named [yourIdentifier.jpeg]. The Eleventy image plugin will automatically convert and optimise your image for different browsers, screen sizes and DPR.

  2. Commit and push your changes, and open up a PR!


Women of Jamstack is built with love and Eleventy.

About

Celebrating the women who are working with the Jamstack and adjacent technologies.

https://womenofjamstack.com

License:MIT License


Languages

Language:SCSS 73.3%Language:HTML 20.7%Language:JavaScript 6.0%