diff --git a/agreements.md b/agreements.md new file mode 100644 index 000000000..b1e9e2031 --- /dev/null +++ b/agreements.md @@ -0,0 +1,38 @@ +Accessibility Needs +What does each team member need access to in order to succeed and show up the best they can? +J: open communication, guess culture +E: time to reread instructions at beginning of work period, guess culture + + +Collaboration vs. individual work expectations +Clarify your collaboration expectations- does your group want to write code together all of the time? Or divide work to do independently, then come together to share accomplishments? What tools and technologies can help your collaboration? +- switch between driving and navigating, collaboration work + + +Learning Style +How does each team member learn best in project settings? +J: hands on, read over instructions +E: trading off driving and navigating using VS live code share + + +Preferred Feedback Style +How does each team member best receive feedback? +J: face to face, nicely +E: give me all the feedback, but kindly + + +One Team Communication Skill to Improve +What is a teamwork-related skill you want to work on? +J: talk out loud about code, explain code and talk through it +E: celebrate progress + + +Optional: Other agreements +Other co-working agreements that were not captured in the above sections. +J: +E: + + +Signatures +Ericka Moreno +Janice Nguyen \ No newline at end of file diff --git a/ideas.md b/ideas.md new file mode 100644 index 000000000..982923b6a --- /dev/null +++ b/ideas.md @@ -0,0 +1,7 @@ +- Greys anatomy + +fun facts: +- longest running show with female showrunner (?) +- etc from google + +gallery: pictures of characters with funny quotes \ No newline at end of file diff --git a/images/alex-karav.jpg b/images/alex-karav.jpg new file mode 100644 index 000000000..6c73dd8a6 Binary files /dev/null and b/images/alex-karav.jpg differ diff --git a/images/christina-yang.jpg b/images/christina-yang.jpg new file mode 100644 index 000000000..5835ddb22 Binary files /dev/null and b/images/christina-yang.jpg differ diff --git a/images/cristina_yang.jpg b/images/cristina_yang.jpg new file mode 100644 index 000000000..5835ddb22 Binary files /dev/null and b/images/cristina_yang.jpg differ diff --git a/images/derek-shepard.jpg b/images/derek-shepard.jpg new file mode 100644 index 000000000..81513d622 Binary files /dev/null and b/images/derek-shepard.jpg differ diff --git a/images/derek-shepard1.jpg b/images/derek-shepard1.jpg new file mode 100644 index 000000000..240e44643 Binary files /dev/null and b/images/derek-shepard1.jpg differ diff --git a/images/george-omalley.jpg b/images/george-omalley.jpg new file mode 100644 index 000000000..3dbf7bc48 Binary files /dev/null and b/images/george-omalley.jpg differ diff --git a/images/greys anatomy.jpg b/images/greys anatomy.jpg new file mode 100644 index 000000000..441448b60 Binary files /dev/null and b/images/greys anatomy.jpg differ diff --git a/images/greys season 1.webp b/images/greys season 1.webp new file mode 100644 index 000000000..cada1ae38 Binary files /dev/null and b/images/greys season 1.webp differ diff --git a/images/greys_cast.jpeg b/images/greys_cast.jpeg new file mode 100644 index 000000000..cada1ae38 Binary files /dev/null and b/images/greys_cast.jpeg differ diff --git a/images/izzie-stevens.jpg b/images/izzie-stevens.jpg new file mode 100644 index 000000000..31793b4ee Binary files /dev/null and b/images/izzie-stevens.jpg differ diff --git a/images/meredith-grey.jpg b/images/meredith-grey.jpg new file mode 100644 index 000000000..a426b51e7 Binary files /dev/null and b/images/meredith-grey.jpg differ diff --git a/images/miranda-bailey.jpg b/images/miranda-bailey.jpg new file mode 100644 index 000000000..d7ede2c1b Binary files /dev/null and b/images/miranda-bailey.jpg differ diff --git a/images/richard-webber.jpg b/images/richard-webber.jpg new file mode 100644 index 000000000..7c3c4ed7d Binary files /dev/null and b/images/richard-webber.jpg differ diff --git a/pages/facts.html b/pages/facts.html index b4ae215c4..0676c0981 100644 --- a/pages/facts.html +++ b/pages/facts.html @@ -4,9 +4,27 @@ + + Document + +
    +
  1. Most episodes are named after songs
  2. +
  3. There are 2 spinoff shows made from Grey's Anatomy
  4. +
  5. Only 3 of the main season 1 cast members are still on the show
  6. +
+ + \ No newline at end of file diff --git a/pages/gallery.html b/pages/gallery.html index b4ae215c4..6ebee58e8 100644 --- a/pages/gallery.html +++ b/pages/gallery.html @@ -1,12 +1,60 @@ + - - - - Document + + + + + + Gallery + - + +
+
+ Meredith Grey +

Meredith Grey

+
+
+ Cristina Yang +

Christina Yang

+
+
+ Alex Karev +

Alex Karev

+
+
+ George O'malley +

George O'malley

+
+
+ Izzy Stevens +

Izzie Stevens

+
+
+ Derek Shepard +

Derek Shepard

+
+
+ Miranda Bailey +

Miranda Bailey

+
+
Richard Webber +

Richard Webber

+
+
- \ No newline at end of file + + + + diff --git a/pages/index.html b/pages/index.html index b4ae215c4..836b372dc 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,12 +1,28 @@ - - - - - Document - - - - - \ No newline at end of file + + + + + + + Document + + + + + cast photo +

We are #1 Grey's Anatomy fans!

+ + + + + + diff --git a/styles/facts.css b/styles/facts.css new file mode 100644 index 000000000..78e97ca69 --- /dev/null +++ b/styles/facts.css @@ -0,0 +1,13 @@ +.nav { + color: darkslategrey; + text-align: left; + background-color: lightblue; + display: inline-block; + border-style: dotted; + border-color: slateblue; + border-width: medium; +} + +h3 { + color: peru; +} \ No newline at end of file diff --git a/styles/gallery.css b/styles/gallery.css new file mode 100644 index 000000000..fb6464dd9 --- /dev/null +++ b/styles/gallery.css @@ -0,0 +1,51 @@ +body { + background-color: lightblue; +} + +p { + font-family: Arial, Helvetica, sans-serif; + font-size: 20px; + color: black +} + +.nav { + color: darkslategrey; + text-align: left; + background-color: lightblue; + display: inline-block; + border-style: dotted; + border-color:lightseagreen; + } + +img { + width:150px; + height: auto; +} + +.character { + color: grey; +} +.image-container { + display: grid; + grid-template-columns: repeat (4, 1fr); + grid-template-rows: repeat (2, 1fr); + grid-column-gap: 16px; + grid-row-gap: 16px; +} + +.item1 { + grid-column:1/2; + grid-row: 1/2; +} + +.item2 { + grid-column: 2/3; +} + +.item3 { + grid-column: 3/4; +} + +.item4 { + grid-column: 4/5; +} \ No newline at end of file diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 000000000..62b86115c --- /dev/null +++ b/styles/index.css @@ -0,0 +1,7 @@ +.main { + color: black; +} + +img { + width: 800px; +} \ No newline at end of file diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 000000000..69808df3d --- /dev/null +++ b/styles/styles.css @@ -0,0 +1,20 @@ +* { + background-color: lightblue; + margin: 10px; +} + +.nav { + color: darkslategrey; + text-align: left; + background-color: lightblue; + display: flex; + display: inline-block; + border-style: dotted; + border-color: plum; +} + +p { + color: darkolivegreen; +} + +