-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (64 loc) · 5.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Telefang.net</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta property="og:description" content="The main fan site out there for anything Telefang!" />
<meta property="og:image" content="https://telefang.net/icon-wiki.png" />
<meta property="og:image:width" content="96" />
<meta property="og:image:height" content="96" />
<link rel=stylesheet href="style.css">
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="telefang.js"></script>
</head>
<body>
<div id=container>
<h1>Telefang<span id=title-net>.net</span></h1>
<h2>Telefang English Translation Patch Finally Complete!</h2>
<p>After nearly 16 long years the Telefang.net team is overjoyed to announce that the translation patch for <strong>Keitai Denjuu Telefang 1</strong> (both Power and Speed versions) is complete!
<section class="sublinks">
<a class="sublink" href="https://wiki.telefang.net/Wikifang:Telefang_English_Translation_Patch_Finally_Complete">Please find the full announcement and download links here!</a>
</section>
<hr>
<p>
Are you a fan of Telefang? Have you heard of the bootleg games Pokémon Diamond and Jade? Or do you just enjoy Game Boy RPGs? Come in! We're the Telefang fan community!</p>
<section class="mainlinks">
<ul>
<li><a href="https://wiki.telefang.net/" target="_blank" data-caption="The definitive wiki for all things Telefang!"><img src="img/icon-wiki.png" alt="Wiki"><span>Wiki</span></a></li>
<li><a href="https://forum.telefang.net/" target="_blank" data-caption="Come visit the forum, Tulunk Village."><img src="img/icon-forum.png" alt="Forum"><span>Forum</span></a></li>
<li><a href="https://manga.telefang.net/" target="_blank" data-caption="We're scanlating the manga. You can read it here."><img src="img/icon-manga2.png" alt="Manga"><span>Manga</span></a></li>
<li><a href="https://www.redbubble.com/people/racieb/collections/375968-telefang" target="_blank" data-caption="Buy some cool Telefang-related stuff and help the host out!"><img src="img/store-icons/random.php" alt="Store"><span>Store</span></a></li>
<li><a href="https://discord.gg/fQkCY" data-caption="Come chat with us!"><img src="img/icon-chat.png" alt="Chat"><span>Chat</span></a></li>
</ul>
</section>
<section class="news">
<h2>The Latest:</h2>
<a href="https://forum.telefang.net/search.php?search_id=active_topics" target="_blank">latest forum posts</a>
<a href="https://wiki.telefang.net/Wikifang:Telefang_English_Translation_Patch_Finally_Complete" target="_blank">Telefang English Translation Patch Finally Complete!</a>
</section>
<section class="sublinks">
<h2>About Telefang</h2>
<p>Released in 2000 for the Game Boy Color with a Game Boy Advance follow-up in 2002, <strong>Keitai Denjuu Telefang</strong> is a series of games where you make friends with sentient monsters called Denjuu. Riffing on Japan's unique Keitai culture of the turn of the century, Denjuu are called into battle using cell phones, when defeated share their phone number with you and further communicate via text messages. Despite initial infamosity in the west for the unrepresentative bootleg releases <i>Pokémon Diamond and Jade</i>, the games have gained a cult following owing to an inspired creature design by Saiko Takaki, killer soundtracks, humorous monster-of-the-week story, and solid, if light gameplay. No fan of Pokémon or Game Boy games should miss them!</p>
<a class="sublink" href="https://wiki.telefang.net/Pokémon_Diamond_and_Jade" target="_blank" data-caption="The games are more commonly known under these bootleg titles and their hilariously bad translation.">Bootleg Pokémon Diamond and Jade</a>
<a class="sublink" href="https://wiki.telefang.net/Wikifang:Telefang_1_Translation_Patch" target="_blank" data-caption="A proper retranslation of the first Telefang game on the GBC. Work in progress.">Telefang 1 translation project</a>
<a class="sublink" href="https://wiki.telefang.net/Wikifang:Telefang_2_Translation_Patch" target="_blank" data-caption="A proper retranslation of the second Telefang game on GBA. Work in progress.">Telefang 2 translation project</a>
<a class="sublink" href="https://wiki.telefang.net/Saiko_Takaki/Interview" target="_blank" data-caption="Questions from the community answered by the game's artist, Saiko Takaki.">Interview with Saiko Takaki</a>
</section>
<section class="sublinks">
<h2>Telefang on social media</h2>
<a class="sublink" href="https://denjuu.tumblr.com/" target="_blank" data-caption="Our Tumblr blog! We try to post anything and everything related to Telefang here. Especially news!">Our Tumblr</a>
<a class="sublink" href="https://dailydenjuu.tumblr.com/" target="_blank" data-caption="The blog and art of RacieB, a prominent community member and kind host of the websites.">Daily Denjuu</a>
<a class="sublink" href="https://twitter.com/Telefang_emons" target="_blank" data-caption="Every three hours, our lovely bot will provide you with fantastic nonsense straight from the bootleg games.">@telefang_emons</a>
<a class="sublink" href="https://twitter.com/search?q=telefang&src=savs" target="_blank" data-caption="Here's a Twitter tag to follow.">#Telefang on Twitter</a>
</section>
<div id="infobox">
Welcome.
</div>
<footer>
Keitai Denjuu Telefang and affiliated characters are copyright © their respective copyright holders. Telefang.net is not affiliated with Kodansha, Smilesoft or Natsume.<br>
Site designed by <a href="https://vincent.tengudev.com/" target="_blank">Vincent Beers</a>.
</footer>
</div>
</body>
</html>