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 94354ce commit 35a011e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ <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>
<p>Add information about yourself here.</p>
Expand All @@ -35,13 +45,9 @@ <h3>Project Title</h3>
<!-- Add more portfolio items as needed -->
</section>

<section id="contact">
<h2>Contact</h2>
<p>You can contact me at: <a href="mailto:[email protected]">[email protected]</a></p>
</section>

<footer>
<p>&copy; 2024 Your Name. All rights reserved.</p>
<p>&copy; 2024 Joseph Odell. All rights reserved.</p>
</footer>

</body>
Expand Down

0 comments on commit 35a011e

Please sign in to comment.