Fixed rebase deleting stuff

This commit is contained in:
2025-10-09 19:33:42 -05:00
parent 8594184518
commit 9d2f14b383
8 changed files with 6 additions and 3 deletions

BIN
media/Sonas/Cosmic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 KiB

BIN
media/Sonas/Dallas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
media/Sonas/Luna.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -138,12 +138,12 @@
</div> </div>
<div class="galleryRow"> <div class="galleryRow">
<div class="image"> <div class="image">
<h4></h4> <h4>Small Meteorite</h4>
<img src="/meteorite_small_1.png" alt=""> <img src="/meteorite_small_1.png" alt="">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p> <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p>
</div> </div>
<div class="image"> <div class="image">
<h4></h4> <h4>Large Meteorite</h4>
<img src="/Meteorite_Large_1_100.png" alt=""> <img src="/Meteorite_Large_1_100.png" alt="">
<p></p> <p></p>
</div> </div>

View File

@ -5,6 +5,9 @@
<link href="members.css" rel="stylesheet" type="text/css" media="all"> <link href="members.css" rel="stylesheet" type="text/css" media="all">
</head> </head>
<body> <body>
<h1>I'm Cosmic</h1> <div class="mainView">
<h1>I'm Cosmic</h1>
</div>
</body> </body>
</html> </html>