Skip to content

Commit 605d536

Browse files
committed
chore: remove imgix branding
1 parent 53121d0 commit 605d536

File tree

6 files changed

+9
-54
lines changed

6 files changed

+9
-54
lines changed

CODE-OF-CONDUCT.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ project:
6868
# Navigate to the newly cloned directory
6969
cd drift
7070
# Assign the original repo to a remote called "upstream"
71-
git remote add upstream https://github.com/imgix/drift
71+
git remote add upstream https://github.com/<USERNAME>/drift
7272
```
7373

7474
2. If you cloned a while ago, get the latest changes from upstream:

LICENSE.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
1-
<!-- ix-docs-ignore -->
2-
3-
# This repository is no longer actively maintained.
4-
See [#703](https://github.com/imgix/drift/issues/703) for details.
51

62
---
7-
![imgix logo](https://assets.imgix.net/sdk-imgix-logo.svg)
8-
93
Drift adds easy "zoom on hover" functionality to your site's images, all with lightweight, no-dependency JavaScript.
104

115
[![npm version](https://img.shields.io/npm/v/drift-zoom.svg)](https://www.npmjs.com/package/drift-zoom)
12-
[![Build Status](https://travis-ci.org/imgix/drift.svg?branch=main)](https://travis-ci.org/imgix/drift)
136
[![npm](https://img.shields.io/npm/dm/drift-zoom.svg)](https://www.npmjs.com/package/drift-zoom)
14-
[![License](https://img.shields.io/github/license/imgix/drift)](https://github.com/imgix/drift/blob/main/LICENSE.md)
157
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
168
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
17-
[![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)
189

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

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

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

4937
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.
5038

@@ -296,7 +284,6 @@ driftImgs.map(img => {
296284
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.
297285

298286
## Contributors ✨
299-
<!-- ix-docs-ignore -->
300287

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

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

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

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

324310
## Meta
325311

326-
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.
312+
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.
327313

328-
## License
329-
[![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)

bower.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"dist/Drift.min.js",
77
"dist/drift-basic.css"
88
],
9-
"authors": [
10-
"imgix"
11-
],
9+
"authors": [],
1210
"license": "BSD-2",
1311
"keywords": [
1412
"javascript",
@@ -17,7 +15,7 @@
1715
"image",
1816
"images"
1917
],
20-
"homepage": "https://github.com/imgix/drift",
18+
"homepage": "https://github.com/paulstraw/drift",
2119
"moduleType": [],
2220
"ignore": [
2321
"**/.*",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
],
4343
"repository": {
4444
"type": "git",
45-
"url": "git+https://github.com/imgix/drift.git"
45+
"url": "git+https://github.com/paulstraw/drift.git"
4646
},
4747
"keywords": [
4848
"javascript",
4949
"zoom",
5050
"hover"
5151
],
52-
"author": "imgix",
52+
"author": "paulstraw",
5353
"license": "BSD-2",
5454
"bugs": {
55-
"url": "https://github.com/imgix/drift/issues"
55+
"url": "https://github.com/paulstraw/drift/issues"
5656
},
57-
"homepage": "https://github.com/imgix/drift",
57+
"homepage": "https://github.com/paulstraw/drift",
5858
"devDependencies": {
5959
"@babel/cli": "7.22.9",
6060
"@babel/core": "7.22.9",

0 commit comments

Comments
 (0)