Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Feb 16, 2024
1 parent 16c50b6 commit 69ca93f
Show file tree
Hide file tree
Showing 22 changed files with 875 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Metaville

3D dashboard for Metafam
[![Asset Pallet Generator](https://github.com/m3-org/metaville/actions/workflows/main.yml/badge.svg)](https://github.com/m3-org/metaville/actions/workflows/main.yml)

Download templates: https://sketchfab.com/3d-models/remixable-booth-templates-d565cb7935744d6190b7d23b260e743b



## models


| 1 | 2 | 3 | 4 |
| --- | --- | --- | --- |
| [![db3620ee50dd_d1cdd01f8e5f_a_octopus_solarpunk](models/db3620ee50dd_d1cdd01f8e5f_a_octopus_solarpunk.png)](models/db3620ee50dd_d1cdd01f8e5f_a_octopus_solarpunk.glb) | [![08886d0a2ab6_bea34dec37c6_submarine_pirate_sh](models/08886d0a2ab6_bea34dec37c6_submarine_pirate_sh.png)](models/08886d0a2ab6_bea34dec37c6_submarine_pirate_sh.glb) | [![db5003c99da0_35887557abd3_solarpunk_cafe_with](models/db5003c99da0_35887557abd3_solarpunk_cafe_with.png)](models/db5003c99da0_35887557abd3_solarpunk_cafe_with.glb) | [![b7c4ec396f0c_a9b6b80ea2b6_mycelial_solarpunk_](models/b7c4ec396f0c_a9b6b80ea2b6_mycelial_solarpunk_.png)](models/b7c4ec396f0c_a9b6b80ea2b6_mycelial_solarpunk_.glb) |
| [![f8e705191dd0_7f5008f19c7e_a_radio_tower_min](models/f8e705191dd0_7f5008f19c7e_a_radio_tower_min.png)](models/f8e705191dd0_7f5008f19c7e_a_radio_tower_min.glb) | [![9457d7e111fa_178350aca399_a_temple_in_the_sha](models/9457d7e111fa_178350aca399_a_temple_in_the_sha.png)](models/9457d7e111fa_178350aca399_a_temple_in_the_sha.glb) | [![092b2610e163_46551126f160_Seahorse_playing_a_](models/092b2610e163_46551126f160_Seahorse_playing_a_.png)](models/092b2610e163_46551126f160_Seahorse_playing_a_.glb) | [![3b7ada4d65a4_5e45c2c2be0b_coral_reef_circus_t](models/3b7ada4d65a4_5e45c2c2be0b_coral_reef_circus_t.png)](models/3b7ada4d65a4_5e45c2c2be0b_coral_reef_circus_t.glb) |
| [![d74be3b18d3a_74016a1e41f4_giant_sprouting_pur](models/d74be3b18d3a_74016a1e41f4_giant_sprouting_pur.png)](models/d74be3b18d3a_74016a1e41f4_giant_sprouting_pur.glb) | [![40ac6c042cf0_557ec607b4ee_a_farm_plot_with_lo](models/40ac6c042cf0_557ec607b4ee_a_farm_plot_with_lo.png)](models/40ac6c042cf0_557ec607b4ee_a_farm_plot_with_lo.glb) | [![28451cbf8266_c9bc90f09d7a_A_building_resembli](models/28451cbf8266_c9bc90f09d7a_A_building_resembli.png)](models/28451cbf8266_c9bc90f09d7a_A_building_resembli.glb) | [![9d3f0d0d2ead_b182b18f7fa1_hibrido_entre_un_ed](models/9d3f0d0d2ead_b182b18f7fa1_hibrido_entre_un_ed.png)](models/9d3f0d0d2ead_b182b18f7fa1_hibrido_entre_un_ed.glb) |
| [![76eff27ef71f_fe4c9c9f2b52_A_retro_icon_of_a_c](models/76eff27ef71f_fe4c9c9f2b52_A_retro_icon_of_a_c.png)](models/76eff27ef71f_fe4c9c9f2b52_A_retro_icon_of_a_c.glb) | [![01fc3e145a3b_e40a0b64cd69_A_3D_barracks_with_](models/01fc3e145a3b_e40a0b64cd69_A_3D_barracks_with_.png)](models/01fc3e145a3b_e40a0b64cd69_A_3D_barracks_with_.glb) | [![ee5b97a8d331_88c4f2b4c6c7_starfish_pergola_un](models/ee5b97a8d331_88c4f2b4c6c7_starfish_pergola_un.png)](models/ee5b97a8d331_88c4f2b4c6c7_starfish_pergola_un.glb) | [![c26056a48278_666d71d60755_shell_streetlights_](models/c26056a48278_666d71d60755_shell_streetlights_.png)](models/c26056a48278_666d71d60755_shell_streetlights_.glb) |
| [![d8442a6fd5f8_c5928ede910a_purple_octupus_coin](models/d8442a6fd5f8_c5928ede910a_purple_octupus_coin.png)](models/d8442a6fd5f8_c5928ede910a_purple_octupus_coin.glb) | [![91b6191aea87_e29d3620d146_underwater_pizza_cl](models/91b6191aea87_e29d3620d146_underwater_pizza_cl.png)](models/91b6191aea87_e29d3620d146_underwater_pizza_cl.glb) |
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Image Gallery</title>
<style>
.gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 10px;
}
.gallery img {
width: 100%;
height: 100%;
object-fit: cover;
}
</style>
</head>
<body>
<div class="gallery">
<a href=models/db3620ee50dd_d1cdd01f8e5f_a_octopus_solarpunk.glb><img src=models/db3620ee50dd_d1cdd01f8e5f_a_octopus_solarpunk.png></a>
<a href=models/b7c4ec396f0c_a9b6b80ea2b6_mycelial_solarpunk_.glb><img src=models/b7c4ec396f0c_a9b6b80ea2b6_mycelial_solarpunk_.png></a>
<a href=models/f8e705191dd0_7f5008f19c7e_a_radio_tower_min.glb><img src=models/f8e705191dd0_7f5008f19c7e_a_radio_tower_min.png></a>
<a href=models/9457d7e111fa_178350aca399_a_temple_in_the_sha.glb><img src=models/9457d7e111fa_178350aca399_a_temple_in_the_sha.png></a>
<a href=models/40ac6c042cf0_557ec607b4ee_a_farm_plot_with_lo.glb><img src=models/40ac6c042cf0_557ec607b4ee_a_farm_plot_with_lo.png></a>
<a href=models/092b2610e163_46551126f160_Seahorse_playing_a_.glb><img src=models/092b2610e163_46551126f160_Seahorse_playing_a_.png></a>
<a href=models/3b7ada4d65a4_5e45c2c2be0b_coral_reef_circus_t.glb><img src=models/3b7ada4d65a4_5e45c2c2be0b_coral_reef_circus_t.png></a>
<a href=models/01fc3e145a3b_e40a0b64cd69_A_3D_barracks_with_.glb><img src=models/01fc3e145a3b_e40a0b64cd69_A_3D_barracks_with_.png></a>
<a href=models/28451cbf8266_c9bc90f09d7a_A_building_resembli.glb><img src=models/28451cbf8266_c9bc90f09d7a_A_building_resembli.png></a>
<a href=models/d74be3b18d3a_74016a1e41f4_giant_sprouting_pur.glb><img src=models/d74be3b18d3a_74016a1e41f4_giant_sprouting_pur.png></a>
<a href=models/d8442a6fd5f8_c5928ede910a_purple_octupus_coin.glb><img src=models/d8442a6fd5f8_c5928ede910a_purple_octupus_coin.png></a>
<a href=models/c26056a48278_666d71d60755_shell_streetlights_.glb><img src=models/c26056a48278_666d71d60755_shell_streetlights_.png></a>
<a href=models/76eff27ef71f_fe4c9c9f2b52_A_retro_icon_of_a_c.glb><img src=models/76eff27ef71f_fe4c9c9f2b52_A_retro_icon_of_a_c.png></a>
<a href=models/91b6191aea87_e29d3620d146_underwater_pizza_cl.glb><img src=models/91b6191aea87_e29d3620d146_underwater_pizza_cl.png></a>
<a href=models/9d3f0d0d2ead_b182b18f7fa1_hibrido_entre_un_ed.glb><img src=models/9d3f0d0d2ead_b182b18f7fa1_hibrido_entre_un_ed.png></a>
<a href=models/db5003c99da0_35887557abd3_solarpunk_cafe_with.glb><img src=models/db5003c99da0_35887557abd3_solarpunk_cafe_with.png></a>
<a href=models/ee5b97a8d331_88c4f2b4c6c7_starfish_pergola_un.glb><img src=models/ee5b97a8d331_88c4f2b4c6c7_starfish_pergola_un.png></a>
<a href=models/08886d0a2ab6_bea34dec37c6_submarine_pirate_sh.glb><img src=models/08886d0a2ab6_bea34dec37c6_submarine_pirate_sh.png></a>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 69ca93f

Please sign in to comment.