Skip to content

Commit

Permalink
chore: remove imgix branding
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlaguardia committed Dec 13, 2023
1 parent 53121d0 commit 605d536
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 54 deletions.
3 changes: 0 additions & 3 deletions CODE-OF-CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ project:
# Navigate to the newly cloned directory
cd drift
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/imgix/drift
git remote add upstream https://github.com/<USERNAME>/drift
```

2. If you cloned a while ago, get the latest changes from upstream:
Expand Down
24 changes: 0 additions & 24 deletions LICENSE.md

This file was deleted.

20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
<!-- ix-docs-ignore -->

# This repository is no longer actively maintained.
See [#703](https://github.com/imgix/drift/issues/703) for details.

---
![imgix logo](https://assets.imgix.net/sdk-imgix-logo.svg)

Drift adds easy "zoom on hover" functionality to your site's images, all with lightweight, no-dependency JavaScript.

[![npm version](https://img.shields.io/npm/v/drift-zoom.svg)](https://www.npmjs.com/package/drift-zoom)
[![Build Status](https://travis-ci.org/imgix/drift.svg?branch=main)](https://travis-ci.org/imgix/drift)
[![npm](https://img.shields.io/npm/dm/drift-zoom.svg)](https://www.npmjs.com/package/drift-zoom)
[![License](https://img.shields.io/github/license/imgix/drift)](https://github.com/imgix/drift/blob/main/LICENSE.md)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fimgix%2Fdrift.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fimgix%2Fdrift?ref=badge_shield)

---
<!-- /ix-docs-ignore -->

<!-- NB: Run `npx markdown-toc README.md --maxdepth 4 | sed -e 's/[[:space:]]\{2\}/ /g' | pbcopy` to generate TOC and copy to clipboard :) -->

- [Installation](#installation)
- [Basic Usage](#basic-usage)
Expand All @@ -44,7 +32,7 @@ Drift adds easy "zoom on hover" functionality to your site's images, all with li

- **NPM**: `npm install drift-zoom`
- **Bower**: `bower install drift`
- **Manual**: [Download](https://github.com/imgix/drift/archive/main.zip) and use `dist/Drift.min.js` or `dist/Drift.js`
- **Manual**: [Download](https://github.com/paulstraw/drift/archive/main.zip) and use `dist/Drift.min.js` or `dist/Drift.js`

If you're using the pre-built version of Drift, it will automatically make `window.Drift` available for your use when included on your page.

Expand Down Expand Up @@ -296,7 +284,6 @@ driftImgs.map(img => {
We support the latest version of Google Chrome (which [automatically updates](https://support.google.com/chrome/answer/95414) whenever it detects that a new version of the browser is available). We also support the current and previous major releases of desktop Firefox, Internet Explorer, and Safari on a rolling basis. Mobile support is tested on the most recent minor version of the current and previous major release for the default browser on iOS and Android (e.g., iOS 9.2 and 8.4). Each time a new version is released, we begin supporting that version and stop supporting the third most recent version.

## Contributors ✨
<!-- ix-docs-ignore -->

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Expand All @@ -317,13 +304,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- /ix-docs-ignore -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Meta

Drift was made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=drift). It's licensed under the BSD 2-Clause license (see the [license file](https://github.com/imgix/drift/blob/main/LICENSE.md) for more info). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/drift/blob/main/CONTRIBUTING.md) before getting started.
Drift was originally made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=drift). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/drift/blob/main/CONTRIBUTING.md) before getting started.

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fimgix%2Fdrift.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fimgix%2Fdrift?ref=badge_large)
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"dist/Drift.min.js",
"dist/drift-basic.css"
],
"authors": [
"imgix"
],
"authors": [],
"license": "BSD-2",
"keywords": [
"javascript",
Expand All @@ -17,7 +15,7 @@
"image",
"images"
],
"homepage": "https://github.com/imgix/drift",
"homepage": "https://github.com/paulstraw/drift",
"moduleType": [],
"ignore": [
"**/.*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/imgix/drift.git"
"url": "git+https://github.com/paulstraw/drift.git"
},
"keywords": [
"javascript",
"zoom",
"hover"
],
"author": "imgix",
"author": "paulstraw",
"license": "BSD-2",
"bugs": {
"url": "https://github.com/imgix/drift/issues"
"url": "https://github.com/paulstraw/drift/issues"
},
"homepage": "https://github.com/imgix/drift",
"homepage": "https://github.com/paulstraw/drift",
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
Expand Down

0 comments on commit 605d536

Please sign in to comment.