forked from xando/TheWitcherCV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (120 loc) · 4.88 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>The Witcher CV</title>
<link rel="stylesheet" type="text/css" href="fonts.css" />
<link rel="stylesheet/less" type="text/css" media="print, screen" href="style.less"/>
<link rel="stylesheet/less" type="text/css" media="print" href="print.less"/>
<script src="less-1.1.3.min.js" type="text/javascript"></script>
</head>
<body>
<header>
<img src="images/witcher-2-face.jpg" alt="The Witcher" id="pic" />
<div id="contact-info">
<hgroup class="fn">The Witcher</hgroup>
<ul>
<li><b>Full Name</b>
<span class="tel"> Geralt of Rivia "The Witcher"</span>
</li>
<li><b>Creator:</b>
Andrzej Sapkowski
</li>
</ul>
</div>
<p>
I am an outgoing and energetic (ask anybody) young
professional, seeking a career that fits my professional
skills, personality, and murderous tendencies. My squid-like
head is a masterful problem solver and inspires fear in who
gaze upon it. I can solve any problem and kill anything what
caused it. They say that there is something in my eyes.
</p>
</header>
<section>
<hgroup>Books</hgroup>
<h1>The Witcher Saga <span>1994-1999</span></h1>
Saga of Ciri, called Child Of Destiny by The Witcher's Right.
By this Right, claimed from one of The Kings by Gerald Of Rivia,
to become a Witcher. The Witchers Right is based on promise to
save the ones live, from exchenge for "The unexpected thing the
one discovers when returns home, but it wasn't there when the
one left".Books originally written in Polish. English
translation in progress.
<ul>
<li>
<a type="amzn" asin="031602919X">Blood of Elves</a>
</li>
<li>
<a type="amzn" asin="0575085088">The Time of Contempt</a>
</li>
<li>Baptism of Fire</li>
<li>The Swallow's Tower</li>
<li>Lady of the Lake</li>
</ul>
<h1>The Witcher Stories <span>1992, 1992, 2008</span></h1>
The collection employs the frame story framework.
<ul>
<li>The Sword of Destiny, 1992</li>
<li>
<a type="amzn" asin="0316029181">The Last Wish</a>
</li>
<li>Something Ends, Something Begins, 2000</li>
</ul>
</section>
<div class="breakpage"></div>
<section>
<hgroup>Games</hgroup>
<h1>
<a type="amzn" asin="B003VJNPPE">The Witcher 2: Assassins of Kings</a>
<span>2007</span>
</h1>
Third-person role-playing video game developed by Polish
studio <a href="http://www.thewitcher.com/">CD Projekt RED</a>
for Microsoft Windows and
<a type="amzn" asin="B0050SYT0E">Xbox 360</a> It is a sequel to
the 2007 video game The Witcher, and was released
internationally on May 17, 2011. Just like its predecessor, the
game is based on the book series of the same name by Polish
author Andrzej Sapkowski. The game has been a critical and
commercial success selling around 1 million units.
<div class="print-only">
<b>Studio website:</b> http://thewitcher.com
</div>
<h1>
<a type="amzn" asin="B001AH8YSW">The Witcher</a>
<span>2007</span>
</h1>
Computer role-playing game based on Sapkowski's saga called The
Witcher was developed by <a href="http://www.thewitcher.com/">CD
Projekt RED</a>, and was released in Europe on October 26, and
the US on October 30. It was advertised far more than its
predecessor, and although it was one of CD Projekt's first
games, it was received very well by reviewers in both the EU and
the US. The game contains mature content.
<div class="print-only">
<b>Studio website:</b> http://thewitcher.com
</div>
<h1>The Witcher: A Game of Imagination<span>2001</span></h1>
Pen-and-paper role-playing game based on Andrzej Sapkowski's
Witcher series, written by Michał Marszalik, Maciej
Nowak-Kreyer, Michał Studniarek and Tomasz Kreczmar.
</section>
<section>
<hgroup>Famous Quotes</hgroup>
<ul class="description">
<li>"Power, sex. Sex, Power. They both come down to one thing - fucking others."</li>
<li>"Only death ends a battle. Everything else only interrupts it."</li>
</ul>
</section>
<footer class="print-only"></footer>
<script>
var footer = document.body.getElementsByTagName("footer")[0];
footer.innerHTML = "Document available online: ";
footer.innerHTML+= '<a href="' + document.URL + '"> '+ document.URL + '</a>';
</script>
<!-- Amazon Affiliated Links, remove it! -->
<script charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/xando-20/8005/966c3bb9-f709-4b88-a6dd-2e2391b6ea8c">
</script>
</body>
</html>