diff --git a/public/img/avatars/ari.jpg b/public/img/avatars/ari.jpg new file mode 100644 index 0000000..bf18f15 Binary files /dev/null and b/public/img/avatars/ari.jpg differ diff --git a/public/img/avatars/julia.png b/public/img/avatars/julia.png new file mode 100644 index 0000000..d6f8053 Binary files /dev/null and b/public/img/avatars/julia.png differ diff --git a/public/img/avatars/mae.jpg b/public/img/avatars/mae.jpg new file mode 100644 index 0000000..385a7c9 Binary files /dev/null and b/public/img/avatars/mae.jpg differ diff --git a/public/img/avatars/zaire.jpg b/public/img/avatars/zaire.jpg new file mode 100644 index 0000000..bfde9fd Binary files /dev/null and b/public/img/avatars/zaire.jpg differ diff --git a/public/index.html b/public/index.html index 86325fc..988ac62 100644 --- a/public/index.html +++ b/public/index.html @@ -52,7 +52,7 @@
- ari melody photo + ari melody photo

ari

@arispacegirl

@@ -65,7 +65,7 @@
- vimae photo + vimae photo

mae

@vimae

@@ -78,7 +78,7 @@
- claire photo + claire photo

claire

@zaire

@@ -86,6 +86,19 @@ she/her musician artist + developer +
+
+
+
+ julia photo +
+

julia

+

@karakara

+
+ she/her + developer + artist
diff --git a/public/style/index.css b/public/style/index.css index b69863f..b338886 100644 --- a/public/style/index.css +++ b/public/style/index.css @@ -46,14 +46,14 @@ } #crew-list { - display: flex; + display: grid; + grid-template-columns: repeat(2, 1fr); gap: 1em; - flex-wrap: wrap; } .crew-item { - display: flex; - flex-direction: row; + display: grid; + grid-template-columns: 64px 1fr; gap: .5em; }