Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
NiicoNiicoDev committed Jan 23, 2025
1 parent 881dcf9 commit f1e5a6f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 47 deletions.
73 changes: 27 additions & 46 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,11 @@
<img src="images/portfolio/SylviBTB.png" class="portfolioimage" alt="Coming soon" style=" max-width: 400px; max-height: 400px; min-height: 200px; min-width: 200px;">
</a>
</div>

<div id="abs_center" style="padding-top: 10px;">
<div id="rcorners2" style="min-height: 40px; height: fit-content; margin-right: 2vw">
<div class="abs_center">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Sylvi BTB
</p>
</div>
</div>

<div id="rcorners2" style="min-height: 40px; height: fit-content;">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Sylvi BTB
</p>
</div>
</div>

Expand All @@ -120,15 +116,11 @@
<img src="images/portfolio/kitchennightmare.jpg" class="portfolioimage" alt="Coming soon" style=" max-width: 400px; max-height: 400px; min-height: 200px; min-width: 200px;">
</a>
</div>

<div id="abs_center" style="padding-top: 10px;">
<div id="rcorners2" style="min-height: 40px; height: fit-content; margin-right: 10%">
<div class="abs_center">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Kitchen Nightmare
</p>
</div>
</div>

<div id="rcorners2" style="min-height: 40px; height: fit-content;">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Kitchen Nightmare
</p>
</div>
</div>

Expand All @@ -138,16 +130,13 @@
<img src="images/portfolio/cubeclimbers.png" class="portfolioimage" alt="Coming soon" style=" max-width: 400px; max-height: 400px; min-height: 200px; min-width: 200px;">
</a>
</div>

<div id="abs_center" style="padding-top: 10px;">
<div id="rcorners2" style="min-height: 40px; height: fit-content; margin-right: 10%">
<div class="abs_center">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Cube Climber
</p>
</div>
</div>

<div id="rcorners2" style="min-height: 40px; height: fit-content;">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Cube Climber
</p>
</div>

</div>

<div class="projectcontainer" style="display: block; width: fit-content; padding-bottom: 40px;">
Expand All @@ -156,15 +145,11 @@
<img src="images/portfolio/tetris.jpg" class="portfolioimage" alt="Coming soon" style=" max-width: 400px; max-height: 400px; min-height: 200px; min-width: 200px;">
</a>
</div>

<div id="abs_center" style="padding-top: 10px;">
<div id="rcorners2" style="min-height: 40px; height: fit-content; margin-right: 10%">
<div class="abs_center">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Tetris
</p>
</div>
</div>

<div id="rcorners2" style="min-height: 40px; height: fit-content;">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Tetris
</p>
</div>
</div>

Expand All @@ -174,15 +159,11 @@
<img src="images/portfolio/dissertation.jpg" class="portfolioimage" alt="Coming soon" style=" max-width: 400px; max-height: 400px; min-height: 200px; min-width: 200px;">
</a>
</div>

<div id="abs_center" style="padding-top: 10px;">
<div id="rcorners2" style="min-height: 40px; height: fit-content; margin-right: 10%">
<div class="abs_center">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Dissertation
</p>
</div>
</div>

<div id="rcorners2" style="min-height: 40px; height: fit-content;">
<p style="font-size:large; font-weight: bold; text-align: center; text-decoration: underline; padding-left: 10px; padding-right: 10px;">
Dissertation
</p>
</div>
</div>

Expand Down Expand Up @@ -215,4 +196,4 @@
document.getElementById(id).style.visibility = 'hidden';
document.getElementById('rightbody').style.opacity = '1'
}
</script>
</script>
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ footer {
border-radius: 10px;
background-color: #323236;
padding: 5px;
margin-left: 40px;
padding-left: 10px;
padding-right: 10px;
}
Expand Down

0 comments on commit f1e5a6f

Please sign in to comment.