-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94354ce
commit 35a011e
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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>© 2024 Your Name. All rights reserved.</p> | ||
<p>© 2024 Joseph Odell. All rights reserved.</p> | ||
</footer> | ||
|
||
</body> | ||
|