Skip to content
Open
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
160 changes: 80 additions & 80 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,93 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML Intro</title>
</head>
<body>
<div id="exercise1">
<!-- Complete Exercise 1 HERE -->
</div>

<div id="exercise2">
<!-- Complete Exercise 2 HERE -->
</div>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML Intro</title>
</head>

<div id="exercise3">
<!-- Complete Exercise 3 HERE -->
</div>
<body>

<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
his hands and shrugged, his face breaking into a beautific smile. "Why
would I want to win anything other than a beautiful game?"
</p>
</div>
<div id="exercise1">
<!-- Complete Exercise 1 HERE -->
<h1> Amanullah Akhundzada</h1>
<P> My name is amanullah Akhundzada Highly motivated and detailed- oriented individual with 3 plus years of
experience in IT seeking a responsible and challenging position in a growth-oriented institution where my
experience and skills will contribute to the overall success of the organization.</P>
</div>

<div id="exercise5">
<!-- Complete Exercise 5 HERE -->
<div>
<div>
<div>
<span>
<a href="/">Home</a>
</span>
<span>
<a href="/about">About</a>
</span>
<span>
<a href="/projects">Projects</a>
</span>
</div>
</div>
</div>
<div id="exercise2">
<!-- Complete Exercise 2 HERE -->
<ul>
<li><a href="https://www.linkedin.com/in/amanullah-akhundzada-dob1997/"><em> LinkedIn profile</em></a> </li>
<li><a href="https://truecoders.io/"><em>TrueCoders homepage </em></a> </li>
<li><a href="https://www.google.com/"><em>Most visited website</em></a> </li>
</ul>
</div>

<div>
<div>
<h1>Main Heading</h1>
<p>Author.. Bio...</p>
</div>
<div>
<div>
<h2>Sub Heading</h2>
<div>
<p>Lorem ipsum...</p>
</div>
</div>
<div>
<h2>Sub Heading</h2>
<p>Lorem ipsum...</p>
<div>
<h3>Another Sub Heading</h3>
<p>Lorem ipsum...</p>
</div>
</div>
</div>
</div>
<div id="exercise3">
<!-- Complete Exercise 3 HERE -->
<img src="./images/example.png" alt="profile image">
</div>

<div>
<div>
<div>
<span>
<a href="/privacy">Privacy Policy</a>
</span>
<span>
<a href="/terms">Terms and Conditions</a>
</span>
</div>
</div>
<div id="exercise4">
<!-- Complete Exercise 4 HERE -->

<p>
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 beautific smile. "Why
would I want to win anything other than a <em> beautiful</em>game?"
</p>
</div>

<div id="exercise5">
<!-- Complete Exercise 5 HERE -->

<header>
<nav>

<ul>
<li> <a href="/">Home</a> </li>
<li> <a href="/about">About</a></li>
<li> <a href="/projects">Projects</a></li>
</ul>
</nav>
</header>
<main>

<section>
<h1>Main Heading</h1>
<p>Author.. Bio...</p>
</section>
<article>
<section>
<h2>Sub Heading</h2>
<p>Lorem ipsum...</p>
<h2>Sub Heading</h2>
<p>Lorem ipsum...</p>
</section>
<section>
<h3>Another Sub Heading</h3>
<p>Lorem ipsum...</p>
</section>
</article>
</main>
<footer>
<nav>
<ul>
<li> <a href="/privacy">Privacy Policy</a></li>
<li><a href="/terms">Terms and Conditions</a></li>
</ul>
<div>
<p>Powered by 🕯️</p>
<p>&copy; TrueCoders 2021-24</p>
</div>
</div>
</div>
</body>
</html>
</nav>
</footer>
</body>

</html>