Skip to content

Commit fe4e38b

Browse files
committed
Fixed some images
1 parent ab68cb8 commit fe4e38b

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

img/Website-Cropped-11.jpg

-1.4 MB
Loading

outreach.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ <h2>Mission Statement</h2>
5454
<div class="row">
5555
<div class="col-lg-4 col-md-12 mb-4 mb-lg-0">
5656
<!-- on large devices its size 4, on small devices its size 12. or smth idk?? -->
57-
<img src="img/Robot.jpeg" class="w-100 shadow-1-strong rounded mb-4 img-fluid" alt="" />
58-
<img src="img/IMG_1673.JPG" class="w-100 shadow-1-strong rounded mb-4" alt="" />
57+
<img src="img/Website-Cropped-05.jpg" class="w-100 shadow-1-strong rounded mb-4" alt="" />
58+
<img src="img/Website-Cropped-09.jpg" class="w-100 shadow-1-strong rounded mb-4" alt="" />
5959
</div>
6060
<div class="col-lg-4 mb-4 mb-lg-0">
61-
<img src="https://mdbootstrap.com/img/Photos/Vertical/mountain2.jpg"
61+
<img src="img/Robot.jpeg"
6262
class="w-100 shadow-1-strong rounded mb-4 img-fluid" alt="" />
63-
<img src="img/Robot.jpeg" class="w-100 shadow-1-strong rounded mb-4 img-fluid" alt="" />
63+
<img src="" class="w-100 shadow-1-strong rounded mb-4 img-fluid" alt="" />
6464
</div>
6565
<div class="col-lg-4 mb-4 mb-lg-0">
66-
<img src="https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20(18).jpg"
66+
<img src="img/Website-Cropped-11.jpg"
6767
class="w-100 shadow-1-strong rounded mb-4 img-fluid" alt="" />
68-
<img src="img/IMG_1673.JPG" class="w-100 shadow-1-strong rounded mb-4 img-fluid" alt="" />
68+
<img src="img/Website-Cropped-07.jpg" class="w-100 shadow-1-strong rounded mb-4 img-fluid" alt="" />
6969
</div>
7070
</div>
7171
</div>

style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@
1111
}
1212

1313
.carousel-inner img {
14-
align-items: center;
1514
padding-top: 10px;
1615

1716
}
1817

18+
.carousel-item img {
19+
display: block;
20+
margin-right: auto;
21+
margin-left: auto;
22+
filter: brightness(50%);
23+
}
24+
1925
.pr-header-image {
2026
background-image: url('img/programming\ header2.jpg');
2127
background-repeat: no-repeat;

0 commit comments

Comments
 (0)