File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,18 @@ <h2>Mission Statement</h2>
54
54
< div class ="row ">
55
55
< div class ="col-lg-4 col-md-12 mb-4 mb-lg-0 ">
56
56
<!-- 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 ="" />
59
59
</ div >
60
60
< 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 "
62
62
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 ="" />
64
64
</ div >
65
65
< 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 "
67
67
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 ="" />
69
69
</ div >
70
70
</ div >
71
71
</ div >
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
.carousel-inner img {
14
- align-items : center;
15
14
padding-top : 10px ;
16
15
17
16
}
18
17
18
+ .carousel-item img {
19
+ display : block;
20
+ margin-right : auto;
21
+ margin-left : auto;
22
+ filter : brightness (50% );
23
+ }
24
+
19
25
.pr-header-image {
20
26
background-image : url ('img/programming\ header2.jpg' );
21
27
background-repeat : no-repeat;
You can’t perform that action at this time.
0 commit comments