Skip to content

Commit 77c21b4

Browse files
committed
Merge branch 'geekSiddharth-people'
2 parents ca476b8 + 95a76a3 commit 77c21b4

28 files changed

+919
-604
lines changed

war/css/main.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
width: 241px;
77
height: 80px;
88
}
9-
9+
.no-a-effect{
10+
font: inherit;
11+
color: inherit;
12+
}
13+
.no-a-effect:hover{
14+
color: inherit;
15+
text-decoration: none;
16+
}
1017
@media
1118
(-webkit-min-device-pixel-ratio: 2),
1219
(min-resolution: 192dpi) {

war/css/people.css

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
.people-card {
2+
3+
}
4+
5+
.people-card img {
6+
height: 150px;
7+
width: 150px;
8+
}
9+
10+
.people-card h2 {
11+
font-size: 21px;
12+
}
13+
14+
#senior-contributor .row-fluid {
15+
padding-bottom: 5%;
16+
}
17+
.people-card img {
18+
height: 150px;
19+
width: 150px;
20+
-webkit-filter: grayscale(100%);
21+
filter: grayscale(100%);
22+
transition: all 0.2s ease-out;
23+
24+
}
25+
26+
.people-card:hover img {
27+
transform: scale(1.05, 1.05);
28+
-webkit-filter: grayscale(0%);
29+
filter: grayscale(0%);
30+
}
31+
32+
.fa-linkedin-square:hover {
33+
color: #0077B5;
34+
}
35+
36+
.social {
37+
transition: 0.3s all ease-out;
38+
padding: 1%;
39+
}
40+
41+
.fa-twitter-square:hover {
42+
color: #0084b4;
43+
}
44+
45+
.fa-link:hover {
46+
color: #75890c;
47+
}
48+
49+
.fa-envelope:hover {
50+
color: #D84B37;
51+
}
52+
53+
.fa-wikipedia-w:hover {
54+
color: #000;
55+
}
56+
57+
.fa-github-square:hover {
58+
color: #333;
59+
}

war/img/beaubuck.png

36.2 KB
Loading

war/img/biopics/Andrey Palyanov.jpg

8.59 KB
Loading

war/img/biopics/Balázs Szigeti.jpg

18.2 KB
Loading

war/img/biopics/Bradly.jpg

4.8 KB
Loading

war/img/biopics/Giovanni Idili.jpg

4.99 KB
Loading

war/img/biopics/JamesHokanson.jpg

23.3 KB
Loading

war/img/biopics/Matteo Cantarelli.jpg

4.46 KB
Loading

war/img/biopics/Michael Currie.jpg

25 KB
Loading

0 commit comments

Comments
 (0)