diff --git a/README.md b/README.md
deleted file mode 100644
index 3c5c687..0000000
--- a/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# batch9-activities
-batch-9 activities repositories
diff --git a/angeles-don/chess-board-flex/index-flex.html b/angeles-don/chess-board-flex/index-flex.html
new file mode 100644
index 0000000..907a42c
--- /dev/null
+++ b/angeles-don/chess-board-flex/index-flex.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+

+
Chino, screaming his lungs out!
+
+
+
+
+
About Chino Moreno
+
Camilo Wong Moreno was born in Sacramento, California on June 20 1973 to a Mexican father and a Chinese mother. His nickname Chino means "chinese" in Spanish.
He grew up in the Oak Park area of Sacramento, a low income, racially diverse neighborhood.
+
+ As a teenager, Chino took up skateboarding. Throughout his childhood, Chino fell in love with bands like Depeche Mode and the Cure. Chino was expelled from C.K. McClatchy High School in Sacramento before he graduated.
+
+ In 1988, at 16, Chino and some friends formed the band Deftones. His band now has 9 major label releases. He is also a member of side projects Palms, Team Sleep and Crosses. Chino is married to Risa Mora-Moreno and shares a child named Lola along with two children , Kristian and Jakobi, from his previous marriage to Celeste Schroeder.
+
+
+
+
Musical Career
+
+
+
+
Adrenaline
+ Released: October 3, 1995
+
+
+

+
+
+
+
+
Around the Fur
+ Released: October 28, 1997
+
+
+

+
+
+
+
+
White Pony
+ Released: June 20, 2000
+
+
+

+
+
+
+
+
Deftones
+ Released: May 20, 2003
+
+
+

+
+
+
+
+
Saturday Night Wrist
+ Released: October 31, 2006
+
+
+

+
+
+
+
+
Diamond Eyes
+ Released: May 4, 2010
+
+
+

+
+
+
+
+
Koi No Yokan
+ Released: November 13, 2012
+
+
+

+
+
+
+
+
Gore
+ Released: April 8, 2016
+
+
+

+
+
+
+
+
Ohms
+ Released: September 25, 2020
+
+
+

+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/angeles-don/tribute-page/styles.css b/angeles-don/tribute-page/styles.css
new file mode 100644
index 0000000..2336db9
--- /dev/null
+++ b/angeles-don/tribute-page/styles.css
@@ -0,0 +1,121 @@
+@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
+
+*{
+ margin: 0;
+ padding: 0;
+ font-family: "Poppins", sans-serif;
+ box-sizing: border-box;
+ scroll-behavior: smooth;
+}
+
+#head{
+ position: sticky;
+ text-align: center;
+ width: 100%;
+ top: 0px;
+ background-color: white;
+
+
+}
+
+#title{
+ text-align: center;
+ font-weight: bold;
+ font-size: 35px;
+
+}
+#title a{
+ text-decoration: none;
+ color: black;
+}
+#menu{
+ text-align: center;
+ font-size: 20px;
+}
+
+li a{
+ text-decoration: none;
+ font-weight: bold;
+ color: white;
+
+}
+
+li a:hover{
+ color: grey;
+}
+
+#links{
+ display: flex;
+ justify-content: space-evenly;
+ list-style: none;
+ background-color: black;
+
+}
+
+#img-div{
+ text-align: center;
+ padding-bottom: 20px;
+ scroll-margin-top: 7em;
+}
+#image{
+ max-width: 100%;
+}
+
+#tribute-info {
+ text-align: center;
+ padding: 20px;
+}
+
+h1 {
+ font-size: 50px;
+
+}
+
+p{
+ margin-left: 20%;
+ margin-right: 20%;
+ text-align: center;
+ font-size: 30px;
+
+}
+
+#tribute-info{
+ background-color: grey;
+ color: white;
+ scroll-margin-top: 6em;
+ padding: 0px;
+}
+#tribute-info h1{
+ background-color: black;
+}
+
+#music-container {
+ scroll-margin-top: 6em;
+}
+
+#music-container h1{
+ background-color: black;
+ color: white;
+ text-align: center;
+}
+
+#time-line{
+ display: flex;
+ justify-content: space-around;
+ background-color: grey;
+ align-items: center;
+ color: white;
+ padding-top: 20px;
+ padding-bottom: 20px;
+ border-bottom: 1px solid white;
+ flex-direction: column-reverse;
+ text-align: center;
+
+}
+
+#time-line img{
+ width: 150px;
+ height: 150px;
+
+}
+