Skip to content

Commit de5db1c

Browse files
committed
added hover animation to links
1 parent 108b3e1 commit de5db1c

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

src/components/Contributors/contributors.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import React from 'react';
22
import Data from '../../data/Contributors.json';
3+
import Header from '../../components/Header/Header';
34
import './css/index.css';
45

56
function Contribute() {
67
return (
78
<div>
9+
<Header />
810
{
911
Data.map(data =>
1012
<div

src/components/Contributors/css/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
padding: 1.4rem;
1616
}
1717

18+
.spf-link:hover {
19+
text-decoration: underline;
20+
}
21+
1822
.pfp {
1923
position: relative;
2024
top: 5%;

src/components/Contributors/css/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Contributors/css/index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
.spf-link{
1515
padding: 1.4rem;
1616
}
17+
.spf-link:hover{
18+
text-decoration:underline;
19+
}
1720
.pfp{
1821
position: relative;
1922
top: 5%;

src/data/Contributors.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
12
[
2-
{
3+
4+
{ "comment": "// To add image go to your profile right click on the image and copy image address",
5+
36
"name": "devvsakib",
47
"github": "https://github.com/devvsakib",
58
"twiter": "",

0 commit comments

Comments
 (0)