Skip to content

Commit

Permalink
Bit Bucket is down. What should I do now?
Browse files Browse the repository at this point in the history
Signed-off-by: Sangam Kumar <[email protected]>
  • Loading branch information
sangamcse committed Jul 5, 2021
1 parent fb4a5d7 commit 664496c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Sangam Kumar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"name": "sangam.dev",
"version": "0.1.0",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sangamcse/portfolio.git"
},
"author": "Sangam Kumar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sangamcse/portfolio/issues"
},
"homepage": "https://www.sangam.dev",
"scripts": {
"dev": "next dev -p 3535",
"build": "next build",
Expand Down
14 changes: 0 additions & 14 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,6 @@ body {
@apply flex items-center no-underline font-semibold font-mono;
}

@keyframes cursor {
0% {
opacity: 0;
}

50% {
opacity: 1;
}

100% {
opacity: 0;
}
}

.menu {
border-right: 1px solid;
margin-right: 18px;
Expand Down

1 comment on commit 664496c

@vercel
Copy link

@vercel vercel bot commented on 664496c Jul 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.