Skip to content

Commit

Permalink
new updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wkambale committed Jul 25, 2024
1 parent d26ccb4 commit fab9d0d
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 17 deletions.
96 changes: 81 additions & 15 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,19 +402,19 @@
"id": 35,
"name": "Jeremiah Kato",
"image": "src/img/jereme_kato.jpg",
"status": "Arrested",
"status": "Remanded",
"last_known_location": "City Centre",
"security_organ": "Police",
"taken_time": "12:38 23-07-2024",
"holding_location": "Kampala CPS",
"holding_location": "Luzira",
"twitter": "@Jeremayakato",
"gender": "Male"
},
{
"id": 36,
"name": "Atuheibwe Victor",
"image": "src/img/image_of_person.jpg",
"status": "Kidnapped",
"status": "Missing",
"last_known_location": "Oasis Mall",
"security_organ": "CMI/DIS",
"taken_time": "14:07 23-07-2024",
Expand Down Expand Up @@ -536,7 +536,7 @@
{
"id": 47,
"name": "Edward Lutaaya",
"image": "src/img/image_of_person.jpg",
"image": "src/img/edward_lutaaya.JPG",
"status": "Remanded",
"last_known_location": "City Centre",
"security_organ": "Police",
Expand Down Expand Up @@ -592,10 +592,10 @@
"id": 52,
"name": "Anderson Onyango",
"image": "src/img/image_of_person.jpg",
"status": "Arrested",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Unknown",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
Expand All @@ -613,11 +613,11 @@
{
"id": 54,
"name": "Ssagala AbdulRahman",
"image": "src/img/image_of_person.jpg",
"status": "Arrested",
"image": "src/img/ssagala.JPG",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Unknown",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
Expand Down Expand Up @@ -887,7 +887,7 @@
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Unknown",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
Expand Down Expand Up @@ -981,7 +981,7 @@
{
"id": 88,
"name": "Shamim Naluyima",
"image": "src/img/image_of_person.jpg",
"image": "src/img/shamim_naluyima.JPG",
"status": "Arrested",
"last_known_location": "Unknown",
"security_organ": "Police",
Expand Down Expand Up @@ -1059,10 +1059,10 @@
"id": 95,
"name": "Viane Muwonge",
"image": "src/img/image_of_person.jpg",
"status": "Arrested",
"status": "Remanded",
"last_known_location": "Buganda Rd",
"security_organ": "Police",
"holding_location": "Kampala CPS",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
Expand Down Expand Up @@ -1146,12 +1146,78 @@
{
"id": 103,
"name": "Rashid Nyombi",
"image": "src/img/image_of_person.jpg",
"status": "Kidnapped",
"image": "src/img/rashid_nyombi.JPG",
"status": "Missing",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Unknown",
"twitter": "N/A",
"gender": "Male"
},
{
"id": 104,
"name": "Eddy Kiyaga",
"image": "src/img/image_of_person.jpg",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
{
"id": 105,
"name": "Brian Magala",
"image": "src/img/image_of_person.jpg",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
{
"id": 106,
"name": "Sadat Mugweri",
"image": "src/img/image_of_person.jpg",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
{
"id": 107,
"name": "Joseph Owino",
"image": "src/img/image_of_person.jpg",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
{
"id": 108,
"name": "Eric Nyaru Muhwezi",
"image": "src/img/image_of_person.jpg",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
},
{
"id": 109,
"name": "Hussein Lubega",
"image": "src/img/image_of_person.jpg",
"status": "Remanded",
"last_known_location": "Unknown",
"security_organ": "Police",
"holding_location": "Luzira",
"twitter": "N/A",
"gender": "Male"
}
]
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>Kidnappings & Missing Persons in Uganda</h1>
<button data-category="Arrested">Arrested</button>
<button data-category="Remanded">Remanded</button>
<button data-category="Released">Released</button>
<button data-category="Kidnapped">Kidnapped</button>
<button data-category="Missing">Missing</button>
<button data-category="Fallen">Fallen</button>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ button:hover {

.card-status.remanded { background-color: var(--yellow); color: var(--black); }
.card-status.fallen { background-color: var(--red); }
.card-status.kidnapped { background-color: var(--lightergrey); }
.card-status.missing { background-color: var(--blue); }
.card-status.released { background-color: var(--green); }

.card__info {
Expand Down
Binary file added src/img/edward_lutaaya.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/rashid_nyombi.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/shamim_naluyima.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/ssagala.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fab9d0d

Please sign in to comment.