Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/fish.jfif
Binary file not shown.
78 changes: 48 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,84 +9,102 @@
<body>
<div id="exercise1">
<!-- Complete Exercise 1 HERE -->
<h1> JT Pricone </h1>
<p> I like to fish a lot </p>
</div>


<div id="exercise2">
<!-- Complete Exercise 2 HERE -->
<ul>
<li>
<a href = "https://www.linkedin.com/feed/"></a>
</li>
<li>
<a href = "https://learn.truecoders.io/"></a>
</li>
<li>
<a href = "https://www.codewars.com"></a>
</li>
</ul>
</div>


<div id="exercise3">
<!-- Complete Exercise 3 HERE -->
<img src="./html/truecoders.jpg" alt="TrueCoders example image" />
</div>


<div id="exercise4">
<!-- Complete Exercise 4 HERE -->
<p>
I looked down at the board. "The point isn't to win?" I asked. "The
point," Bredon said grandly, "is to play a beautiful game." He lifted
I looked down at the board. "The <strong>point</strong> isn't to win?" I asked. "The
<strong>point</strong>," <span>Bredon</span> said grandly, "is to <u>play</u> a <em>beautiful</em> game." He lifted
his hands and shrugged, his face breaking into a beautific smile. "Why
would I want to win anything other than a beautiful game?"
would I want to win anything other than a <em>beautiful</em> game?"
</p>
</div>

<div id="exercise5">
<!-- Complete Exercise 5 HERE -->
<div>
<div>
<div>
<span>
<header>
<nav>
<ul>
<li>
<a href="/">Home</a>
</span>
<span>
<a href="/about">About</a>
</span>
<span>
<a href="/projects">Projects</a>
</span>
</div>
</div>
</div>
</li>>
</ul>
</nav>
</header>


<div>
<div>
<main>
<section>
<h1>Main Heading</h1>
<p>Author.. Bio...</p>
</div>
<div>
<div>
</section>
<article>
<section>
<h2>Sub Heading</h2>
<div>
<p>Lorem ipsum...</p>
</div>
</div>
<div>
</section>
<section>
<h2>Sub Heading</h2>
<p>Lorem ipsum...</p>
<div>
<h3>Another Sub Heading</h3>
<p>Lorem ipsum...</p>
</div>
</div>
</div>
</div>
</section>
</article>
</main>

<div>
<footer>
<div>
<div>
<span>
<ul>
<li>
<a href="/privacy">Privacy Policy</a>
</span>
<span>
</li>
<li>
<a href="/terms">Terms and Conditions</a>
</span>
</div>
</div>
</li>
</ul>
</nav>

<div>
<p>Powered by 🕯️</p>
<p>&copy; TrueCoders 2021-24</p>
</div>
</div>
</footer>
</div>

</body>
Expand Down