Skip to content

Commit 559a8b6

Browse files
committed
feat: major portfolio update
1 parent fd493e5 commit 559a8b6

28 files changed

Lines changed: 438 additions & 238 deletions

css/bootstrap.min.css

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

css/site.css

Lines changed: 98 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,109 @@
1-
h1 {
2-
font-size:4em;
1+
.spacer {
2+
margin-top: 30px;
33
}
44

5-
.titledesc{
6-
font-size:1.4em;
7-
color: #999;
5+
.spacer-down {
6+
margin-bottom: 30px;
87
}
98

10-
.title{
11-
font-size:2.5em;
9+
.btn-outline {
10+
color: #333;
11+
/* text */
12+
border: 1px solid #333;
13+
background-color: transparent;
1214
}
1315

14-
.spacer {
15-
margin-top:30px;
16+
.btn-outline:hover {
17+
background-color: #333;
18+
color: #fff;
19+
}
20+
21+
.card-description {
22+
font-size: .9em;
23+
height: 10.5em;
24+
overflow: hidden;
25+
}
26+
27+
.card-badges {
28+
height: 6em;
29+
}
30+
31+
.project-card h5 {
32+
height: 2em;
33+
display: flex;
34+
align-items: center;
35+
justify-content: center;
36+
}
37+
38+
img {
39+
width: 220px;
40+
height: 220px;
41+
object-fit: contain;
42+
}
43+
44+
#earlierWork.collapse {
45+
transition: none !important;
46+
}
47+
48+
.badge-tech {
49+
background-color: #4a90d9;
50+
color: #fff;
51+
margin-right: 2px;
52+
cursor: pointer;
53+
}
54+
55+
.badge-thematic {
56+
background-color: #5a9e6f;
57+
color: #fff;
58+
margin-right: 2px;
59+
cursor: pointer;
60+
}
61+
62+
.badge-role {
63+
background-color: #b07d3a;
64+
color: #fff;
65+
margin-right: 2px;
66+
cursor: pointer;
67+
}
68+
69+
.filter-role.active {
70+
background-color: #b07d3a;
71+
border-color: #b07d3a;
72+
color: #fff;
73+
}
74+
75+
.filter-btn {
76+
font-size: .8em;
77+
border: 1px solid #ccc;
78+
background-color: transparent;
79+
color: #555;
80+
}
81+
82+
.filter-btn:hover {
83+
border-color: #999;
84+
color: #333;
85+
}
86+
87+
#clearFilters {
88+
color: #999;
89+
}
90+
91+
.filter-tech.active {
92+
background-color: #4a90d9;
93+
border-color: #4a90d9;
94+
color: #fff;
1695
}
1796

18-
p {
19-
text-align: justify;
20-
text-justify: inter-word;
97+
.filter-thematic.active {
98+
background-color: #5a9e6f;
99+
border-color: #5a9e6f;
100+
color: #fff;
21101
}
22102

23-
.border{
24-
border-width:1px;
25-
border-style: solid;
26-
border-color: #000;
103+
.filter-btn.active::after,
104+
.badge-tech.active::after,
105+
.badge-thematic.active::after,
106+
.badge-role.active::after {
107+
content: ' ×';
108+
opacity: 0.75;
27109
}

index.html

Lines changed: 340 additions & 213 deletions
Large diffs are not rendered by default.

thumbnails/dhis2_maps.png

255 KB
Loading

thumbnails/eth_dhis.png

-24.7 KB
Binary file not shown.

thumbnails/eth_mapfolio.png

-38.8 KB
Binary file not shown.

thumbnails/hdx_ohd.png

409 KB
Loading

0 commit comments

Comments
 (0)