Skip to content

Instantly share code, notes, and snippets.

@Aeres-u99
Created August 12, 2022 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aeres-u99/1addeb3b36902b7ba22089a87f35bb55 to your computer and use it in GitHub Desktop.
Save Aeres-u99/1addeb3b36902b7ba22089a87f35bb55 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Kei Tachikawa</title>
<style>
html {
line-height: 1.5;
font-family: Georgia, serif;
font-size: 20px;
color: #1a1a1a;
background-color: #fdfdfd;
}
body {
margin: 0 auto;
max-width: 36em;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
@media (max-width: 600px) {
body {
font-size: 0.9em;
padding: 1em;
}
h1 {
font-size: 1.8em;
}
}
@media print {
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3, h4 {
page-break-after: avoid;
}
}
p {
margin: 1em 0;
}
a {
color: #1a1a1a;
}
a:visited {
color: #1a1a1a;
}
img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}
h5, h6 {
font-size: 1em;
font-style: italic;
}
h6 {
font-weight: normal;
}
ol, ul {
padding-left: 1.7em;
margin-top: 1em;
}
li > ol, li > ul {
margin-top: 0;
}
blockquote {
margin: 1em 0 1em 1.7em;
padding-left: 1em;
border-left: 2px solid #e6e6e6;
color: #606060;
}
code {
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
font-size: 85%;
margin: 0;
}
pre {
margin: 1em 0;
overflow: auto;
}
pre code {
padding: 0;
overflow: visible;
overflow-wrap: normal;
}
.sourceCode {
background-color: transparent;
overflow: visible;
}
hr {
background-color: #1a1a1a;
border: none;
height: 1px;
margin: 1em 0;
}
table {
margin: 1em 0;
border-collapse: collapse;
width: 100%;
overflow-x: auto;
display: block;
font-variant-numeric: lining-nums tabular-nums;
}
table caption {
margin-bottom: 0.75em;
}
tbody {
margin-top: 0.5em;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
}
th {
border-top: 1px solid #1a1a1a;
padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
margin-bottom: 4em;
text-align: center;
}
#TOC li {
list-style: none;
}
#TOC ul {
padding-left: 1.3em;
}
#TOC > ul {
padding-left: 0;
}
#TOC a:not(:hover) {
text-decoration: none;
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<style type="text/css">
/*
* Copyright 2013 Christophe-Marie Duquesne <chmd@chmd.fr>
*
* CSS for making a resume with pandoc. Inspired by moderncv.
*
* This CSS document is delivered to you under the CC BY-SA 3.0 License.
* https://creativecommons.org/licenses/by-sa/3.0/deed.en_US
*/
/* Whole document */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
max-width: 800px;
margin: auto;
background: #FFFFFF;
padding: 10px 10px 10px 10px;
}
/* Title of the resume */
h1 {
font-size: 55px;
color: #757575;
text-align:center;
margin-bottom:15px;
}
/* h1:hover { */
/* background-color: #757575; */
/* color: #FFFFFF; */
/* text-shadow: 1px 1px 1px #333; */
/* } */
/* Titles of categories */
h2 {
/* This is called "sectioncolor" in the ConTeXt stylesheet. */
color: #397249;
}
/* There is a bar just before each category */
h2:before {
content: "";
display: inline-block;
margin-right:1%;
width: 16%;
height: 10px;
/* This is called "rulecolor" in the ConTeXt stylesheet. */
background-color: #9CB770;
}
/* h2:hover { */
/* background-color: #397249; */
/* color: #FFFFFF; */
/* text-shadow: 1px 1px 1px #333; */
/* } */
/* Definitions */
dt {
float: left;
clear: left;
width: 17%;
font-weight: bold;
}
dd {
margin-left: 17%;
margin-bottom:7px;
}
p {
margin-top:0;
margin-bottom:7px;
}
/* Blockquotes */
blockquote {
text-align: center
}
/* Links */
a {
text-decoration: none;
color: #397249;
}
a:hover, a:active {
background-color: #397249;
color: #FFFFFF;
text-decoration: none;
text-shadow: 1px 1px 1px #333;
}
/* Horizontal separators */
hr {
color: #A6A6A6;
}
table {
width: 100%;
}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="kei-tachikawa---world-trigger">Kei Tachikawa - World
Trigger</h1>
<figure>
<img
src="http://pa1.narvii.com/5933/27d676ff5e0553dfd6e78219752b11a59d7b42cc_00.gif"
title="Kei" alt="Kei Tachikawa" />
<figcaption aria-hidden="true">Kei Tachikawa</figcaption>
</figure>
<hr />
<blockquote>
<p>Only when two opponents are closely matched does passion really make
a difference. If victory was decided by the strength of a person’s
emotions… There’s no way I’d ever be No. 1.</p>
</blockquote>
<hr />
<h2 id="appearance">Appearance</h2>
<blockquote>
<p>Tachikawa has medium length, wavy brown hair (gray in anime). His
brown (gray in anime) eyes have an odd crosshatched design.</p>
</blockquote>
<blockquote>
<p>In his trion body he wears a black trench coat, adorned with red
pinstripes. The Squad emblem takes place on his shoulders. He also wears
black pants and black boots</p>
</blockquote>
<h2 id="quotes">Quotes</h2>
<ul>
<li>(To Yūichi Jin) “3 weeks until official enlistment day. During that
time, I’ll definitely defeat you, and recover the Black Trigger.”
[7]</li>
<li>(During Aftokrator’s invasion.) “Right, right. Let’s finish this
before lunch.” [8]</li>
<li>(During Tamakoma Second’s second rank war) “The strength of your
feelings doesn’t matter. Power, strategy, and luck are what decide a
battle. […] Only when two opponents are closely matched does passion
really make a difference.” [1]</li>
<li>(During Tamakoma Second’s second rank battle) “Don’t get me wrong, I
love passionate battles. But, if you attribute the outcome of the match
to passion, you might as well be saying that the loser just didn’t want
it enough.” [6]</li>
<li>(About Suzunari First) “Murakami and Taichi would come to protect
Kuruma no matter what. That’s how Suzunari First fights as a Squad.”
[9]</li>
<li>(About Osamu Mikumo) “Mikumo’s aim from the very start was to
deplete Nasu’s trion. On top of having Amatori escape to reduce the risk
of being destroyed, he went in for another point. Now I see. He is
really a ruthless guy.” [10]</li>
<li>(To Takeru Yuiga) “Alright, listen. I’m gonna say something good.
Look at our emblem. There are three swords, right? This first one is me,
the second one represents Izumi, and the last one is… My second sword.
In other words, you’re still a novice, so no getting puffed up. […]
Kunichika, you’re the crescent moon on the back.”</li>
</ul>
<h2 id="technical-experience">Technical Experience</h2>
<ol type="1">
<li>“Kei” (慶) means “to congratulate, to celebrate”.</li>
<li>“Tachikawa” (太刀川) means “Tachi River”.</li>
<li>He likes Udon, Mochi (Japanese rice cake), croquettes and winning in
Ranks Battles.</li>
<li>According to Ashihara’s Q&amp;A,[12] he has done a lot of stupid
things outside of battle: He read the word “Danger” [deyn-jer] as
“Dangah”. He once thought a computer was broken when it was just
unplugged. He only ate the dried fruit on a fruit granola bar.</li>
</ol>
<h2 id="about-me">About me</h2>
<ul>
<li>Abhishek Upadhayay</li>
<li>Fan of Kei Tachikawa</li>
<li>Weeb</li>
<li><h2 id="owo">OwO!?</h2></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment