Skip to content

Commit

Permalink
Merge pull request #19 from brooklyn-data/add-velir-references
Browse files Browse the repository at this point in the history
Add references to Velir
  • Loading branch information
foundinblank authored Oct 2, 2023
2 parents eaa9208 + 37f2d15 commit 62a2de0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Pets of BDC
# Pets of Velir including BDC (a Velir Company)

This is a place where the BDC team posts pictures of their pets.
This is a place where the BDC and Velir teams post pictures of their pets.

Want to meet our friends? Head to [petsofbdc.netlify.app](https://petsofbdc.netlify.app/)

## A little note about this website

Forked from the OG: [petsofnetlify](https://github.com/netlify/petsofnetlify). We're grateful to them for the inspiration. 🐱🫶🐶

## You are a BDCer but your pet is missing?
## You are a BDCer or Velirian but your pet is missing?

Well that won't do. If your little friend is missing from this site please submit a pull request. But this site is just for the pets of people working at BDC (and our beloved alumni) I'm afraid. To get your pet on here, you first have to _[join us](https://www.brooklyndata.co/careers)_
Well that won't do. If your little friend is missing from this site please submit a pull request. But this site is just for the pets of people working at BDC or Velir (and our beloved alumni) I'm afraid. To get your pet on here, you first have to _[join us](https://www.brooklyndata.co/careers)_

## Contributing code or pets (!)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pets-of-bdc",
"version": "1.0.0",
"description": "This is a place where the BDC team posts pictures of their pets.",
"description": "This is a place where the Velir and BDC teams post pictures of their pets.",
"dependencies": {
"@11ty/eleventy": "^1.0.0-beta.8",
"clean-css": "^4.2.3"
Expand All @@ -21,4 +21,4 @@
"url": "https://github.com/brooklyn-data/pets-of-bdc/issues"
},
"homepage": "https://github.com/brooklyn-data/pets-of-bdc#readme"
}
}
4 changes: 2 additions & 2 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Pets of Brooklyn Data Co.</title>
<title>Pets of Velir and BDC (a Velir company)</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700">
{# Include the CSS and minify it with a filter #}
{% set css %}
Expand All @@ -17,7 +17,7 @@

<body>
<header>
<h1>Pets of Brooklyn Data Co.</h1>
<h1>Pets of Velir and BDC (a Velir company)</h1>
<p>Say hello to our little friends</p>
</header>
<main class="pets">
Expand Down

0 comments on commit 62a2de0

Please sign in to comment.