Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
audiotrope authored Aug 3, 2024
1 parent 35a011e commit be48600
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ <h1>Your Name</h1>
</nav>
</header>

<iframe
allow="fullscreen"
style="width:100%;height:500px;"
src="https://cdn.pbr.one/main/material-shading.html#
color_url=https://pbr.one/media/bricks_col.jpg&
normal_url=https://pbr.one/media/bricks_nrm.jpg&
roughness_url=https://pbr.one/media/bricks_rgh.jpg&
displacement_url=https://pbr.one/media/bricks_dsp.jpg"
></iframe>

<section id="about">
<h2>About Me</h2>
Expand All @@ -37,8 +28,16 @@ <h2>About Me</h2>
<section id="portfolio">
<h2>Portfolio</h2>
<!-- Add your portfolio items here -->
<div class="portfolio-item">
<img src="portfolio-item1.jpg" alt="Portfolio Item 1">
<div class="portfolio-item">
<iframe
allow="fullscreen"
style="width:100%;height:500px;"
src="https://cdn.pbr.one/main/material-shading.html#
color_url=https://pbr.one/media/bricks_col.jpg&
normal_url=https://pbr.one/media/bricks_nrm.jpg&
roughness_url=https://pbr.one/media/bricks_rgh.jpg&
displacement_url=https://pbr.one/media/bricks_dsp.jpg"
></iframe>
<h3>Project Title</h3>
<p>Description of the project.</p>
</div>
Expand Down

0 comments on commit be48600

Please sign in to comment.