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
41 changes: 41 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Conan</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<h1>About Conan</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Conan</a></li>
<li><a href="portfolio.html">Gallery</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Conan characters</h2>
<p>Detective Conan, also known as Case Closed, features a captivating array of characters that contribute to the enduring popularity of this Japanese manga and anime series. At its center is Shinichi Kudo, a brilliant high school detective who, after being poisoned, is transformed into a child and adopts the alias Conan Edogawa. His unwavering determination and sharp deductive skills make him the series' protagonist.

Alongside Conan are a host of intriguing characters, including his childhood friend and love interest, Ran Mouri, who is an accomplished karate practitioner. Ran's father, Kogoro Mouri, is a bumbling yet well-meaning private detective whose cases often intertwine with Conan's investigations.

The Tokyo Metropolitan Police force plays a significant role, with characters like Inspector Megure and Detective Sato assisting Conan in solving complex crimes. Furthermore, the mysterious Black Organization, led by the enigmatic Vermouth, adds an element of danger and intrigue to the series as they pursue their own shadowy agendas.

In the realm of adversaries-turned-allies, we have Kaito Kuroba, also known as Kaito Kid, a charismatic and skilled phantom thief who occasionally crosses paths with Conan, showcasing his own brand of cunning heists.

Akai Shuichi, on the other hand, is a former FBI agent with a complex and mysterious past, known for his alias, Shuichi Akai. He is a key player in the ongoing narrative, often working alongside Conan to uncover hidden truths and solve intricate cases.

The cast extends to Conan's classmates, the Detective Boys, and various recurring characters, each with their own quirks and abilities, contributing to the rich tapestry of Detective Conan's world. It's this diverse and well-developed ensemble of characters that keeps fans eagerly following each mystery, making Detective Conan a beloved and enduring series in the world of detective fiction.</p>
</section>
</main>
<footer>
<p>&copy; Conan is the best detective</p>
</footer>
</body>
</html>
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>



<html>

<head>
<title>conan</title>
<link rel="icon" type="image/x-icon" href="barbun.jpeg">


</head>

<body>
<header>
<h1>Welcome to the Conan website</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Conan</a></li>
<li><a href="portfolio.html">Gallery</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>About Conan</h2>
<p>Conan Edogawa (江戸川 コナン Edogawa Konan?) is the alias used by Shinichi Kudo in his shrunken form. Shinichi took the appearance of his six or seven-year-old self after being exposed to a prototype poison called APTX 4869, which he had been forced to swallow by two men in black later revealed to be members of the Black Organization.[5] The poison de-aged Shinichi's entire body except for his nervous system and therefore he still has the personality, memories, and incredible deductive ability of his teenage self. Conan's goal is to hunt down the Black Organization and have them arrested for their crimes, as well as find an antidote to the APTX 4869. To do so he plans to make the washout detective Kogoro Mouri famous in hopes of attracting cases related to the Black Organization.</p>
</section>

</main>

</body>
</html>
<img src="conan.jpeg" alt="this is a picture of conan" title="conan is the second best detective" width="800px" height="600">
<h1></h1>

<!--nothing-->

</body>


</html>
31 changes: 31 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conan Gallery - Conan Fansite</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<h1>conan say to you bye</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Conan</a></li>
<li><a href="portfolio.html">Gallery</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Conan's Adventures in Pictures</h2>
<img src="conan 2.jpeg" alt="Conan Image 1">
<img src="conan 3.jpeg" alt="Conan Image 2">
</section>
</main>
<footer>
<p>&copy; Ali Alghanim</p>
</footer>
</body>
</html>