-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Frances Coronel <[email protected]>
- Loading branch information
1 parent
95b1db0
commit 43adcfd
Showing
12 changed files
with
176 additions
and
84 deletions.
There are no files selected for viewing
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
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
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
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
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- [Home 🏠](/README) | ||
- [Overview](/pages/overview) | ||
- [Branding](/pages/branding) | ||
- [Adding a Member](/pages/adding-a-member) | ||
- [Member Levels](/pages/member-levels) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<title>Latina Dev</title> | ||
<!-- Meta Tags --> | ||
<meta name="description" content="Latina Dev is an open-source directory of Latina software engineers."> | ||
<meta name="keywords" content="latina, software engineer, community"> | ||
<!-- CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" /> | ||
<!-- Favicons --> | ||
<link rel="shortcut icon" href="https://latina.dev/img/favicons/favicon.ico" /> | ||
<link rel="icon" type="image/x-icon" sizes="16x16 32x32" href="https://latina.dev/img/favicons/favicon.ico"> | ||
<link rel="icon" sizes="192x192" href="https://latina.dev/img/favicons/favicon-192.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://latina.dev/img/favicons/favicon-180.png"> | ||
<meta name="msapplication-TileColor" content="#9e0001"> | ||
<meta name="msapplication-TileImage" content="https://latina.dev/img/favicons/favicon-144.png"> | ||
<!-- Open Graph --> | ||
<meta property="og:url" content="https://latina.dev"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Latina Dev"> | ||
<meta property="og:image" content="https://latina.dev/img/featured-image.png"> | ||
<meta property="og:description" content="Latina Dev is an open-source directory of Latina software engineers."> | ||
<meta property="og:site_name" content="Latina Dev"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="article:author" content="Latina Dev"> | ||
<style> | ||
body { | ||
font-size: 1rem; | ||
} | ||
|
||
pre:after { | ||
padding: 1em; | ||
right: .5em; | ||
} | ||
|
||
nav.app-nav li ul { | ||
min-width: 100px; | ||
} | ||
|
||
.sidebar ul li a { | ||
white-space: pre-line; | ||
padding-right: .5em; | ||
} | ||
|
||
.markdown-section { | ||
max-width: 90%; | ||
} | ||
|
||
.markdown-section code { | ||
font-size: inherit; | ||
} | ||
|
||
.markdown-section pre>code { | ||
white-space: pre-wrap; | ||
} | ||
|
||
.markdown-section ol, | ||
.markdown-section ul { | ||
margin: 0; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div id="app">One sec... 🦉</div> | ||
</body> | ||
<!-- Config --> | ||
<script> | ||
window.$docsify = { | ||
auto2top: true, | ||
executeScript: true, | ||
loadSidebar: true, | ||
homepage: 'https://raw.githubusercontent.com/Latina-Dev/latina-dev/main/README.md', | ||
name: 'Latina Dev', | ||
search: { | ||
paths: 'auto', | ||
placeholder: 'Type to search 🔍', | ||
noData: 'No Results! 🦉', | ||
} | ||
}; | ||
</script> | ||
<!-- Docsify --> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script> | ||
<!-- Plugins --> | ||
<script src="https://unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script> | ||
<script src="https://unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script> | ||
|
||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Adding a New Member | ||
|
||
There should be **two changes** in the PR you open, one for the Markdown file and the other for the image. | ||
|
||
## Markdown File | ||
|
||
### 1. Add a new file to the `data/members` directory with the following format: `firstname-lastname.md`. | ||
|
||
### 2. You can use the template below to get started: | ||
|
||
```md | ||
--- | ||
name: Frances Coronel // first and last name | ||
added: "2023-01-25" // date you were added | ||
level: "Individual Contributor" // see member levels for more info | ||
linkedin: "francescoronel" // your LinkedIn handle | ||
countries: ["Peru"] // your country or coutries of origin | ||
--- | ||
``` | ||
|
||
There are various **optional** fields that you can add as well. | ||
|
||
```md | ||
--- | ||
github: "FrancesCoronel" // your GitHub handle | ||
twitter: "FrancesCoronel" // your Twitter handle | ||
website: "https://francescoronel.com" // your personal website | ||
affiliation: "Senior Software Engineer at XYZ" // your current title and org | ||
--- | ||
|
||
Brief bio about yourself. You can use Markdown here. | ||
``` | ||
|
||
## Image | ||
|
||
### 3. Add an image of yourself in the `public/img/members` folder | ||
|
||
- the image must be at least 250px by 250px | ||
- the image must have the same width and height | ||
- the image must have the same name as the file you created in step 1, formatted as `firstname-lastname.jpg` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
import { Meta } from "@storybook/blocks"; | ||
|
||
<Meta title="3. Branding" /> | ||
|
||
# Branding | ||
|
||
## Logo | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Member Levels | ||
|
||
This is how we categorize members so we can match them with the right opportunities. | ||
|
||
## Student | ||
|
||
- You are currently enrolled in a degree program or a coding bootcamp | ||
- e.g., bootcamp student, a computer science student, self-taught | ||
|
||
## Individual Contributor | ||
|
||
- You are currently or were recently employed as a software engineer | ||
- Or you are a recent graduate and are actively looking for a job | ||
- e.g., fullstack engineer, developer advocate, data scientist | ||
|
||
## Leader | ||
|
||
- You are currently or were recently employed as a manager, director, or executive | ||
- e.g., engineering manager, CTO, technical founder |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Overview | ||
|
||
## Vision | ||
|
||
Amplify opportunities for over 1,000 Latina software engineers by 2025. | ||
|
||
## Timeline | ||
|
||
- the idea started in October 2022 | ||
- initial website launched January 2023 | ||
- first MVP launched June 2023 | ||
- targeting October 2023 for user auth + database |
Binary file not shown.