Skip to content

Commit 9dcca84

Browse files
committed
our team is seagulls gn
1 parent f26af41 commit 9dcca84

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

272_MarsInSight_poster-jpg.jpeg

345 KB
Loading

fiona-stylesheet.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ body {
1010
.theme{
1111
--darkest: #580000;
1212
--dark: #aa1010;
13-
--primary: #dd0f0f;
13+
--primary: #dd0f0f8d;
1414
--secondary: #ff4a4a;
1515
--tertiary: #ff7e7e;
16-
--quaternary: rgb(255, 246, 246);
16+
--quaternary: rgb(255, 255, 255);
1717
background-color: var(--quaternary);
1818
}
1919

@@ -35,7 +35,7 @@ body {
3535
color: #ffffff;
3636
background-color: white;
3737
background: rgb(2,0,36);
38-
background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%);
38+
background-image: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%), url("272_MarsInSight_poster-jpg.jpeg");
3939
}
4040

4141
h1 {
@@ -68,7 +68,7 @@ p {
6868
color: #ffffff;
6969
padding-top: 10%;
7070
padding-bottom: 10%;
71-
background: linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%);
71+
background-image: linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%), url("272_MarsInSight_poster-jpg.jpeg");
7272
}
7373

7474
.center {

index.html

+25
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,31 @@ <h2>Hello! we're Team Swordfish,</h2>
8787
</button>
8888
</div>
8989
</div>
90+
91+
<div class="row" style="margin: 0%;">
92+
<div>
93+
<h2>Our Team</h2>
94+
<ul class="gallery text-center">
95+
<li class="gallery"><img src="https://i.imgur.com/USUXM6j.jpg" width="150"/>
96+
<p>Luis Gao</p></li>
97+
<li class="gallery"><img src="https://i.imgur.com/KF7ysse.png" width="150"/>
98+
<p>Ethan So</p></li>
99+
<li class="gallery"><img src="https://i.imgur.com/pRimiTY.png" width="150"/>
100+
<p>Fiona Cai</p></li>
101+
<li class="gallery"><img src="https://i.imgur.com/31cTh06.png" width="150"/>
102+
<p>Jeffery last name idk</p></li>
103+
<li class="gallery"><img src="https://i.imgur.com/pRimiTY.png" width="150"/>
104+
<p>Olivia Huang</p></li>
105+
<li class="gallery"><img src="https://i.imgur.com/31cTh06.png" width="150"/>
106+
<p>Jacob Shi</p></li>
107+
</ul>
108+
<button onclick= "window.open('https://instagram.com/team__swordfish','_blank')" class="font2 btn draw-border">
109+
<span>Visit Instagram</span>
110+
</button>
111+
</div>
112+
113+
</div>
114+
</div>
90115
<div class="row">
91116
<div class="text-center">
92117
<h2> Instagram</h2>

0 commit comments

Comments
 (0)