Merhaba, bugün HTML CV bulmaya çalıştım ancak HTML-CSS buldum. Bana sadece HTML CV lazım, nasıl bulabilirim?
Bir tane basit ama hoş CV örneği çıkardım.
Bir tane basit ama hoş CV örneği çıkardım.
Kod:
<head><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>sayfa başlığı</title>
<style type="text/css">
* { margin: 0; padding: 0; }
body { font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(https://i.hizliresim.com/17Pq05.jpg); }
.clear { clear: both; }
#page-wrap { width: 800px; margin: 40px auto 60px; }
#(** ! Küfür Etmek Yasaktır - Oto Filtre ! **) { float: right; margin: -30px 0 0 0; }
h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
h2 { font-size: 20px; margin: 0 0 6px 0; position: relative; }
h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; font-size: 16px; color: #999; font-weight: normal; }
p { margin: 0 0 16px 0; }
a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
a:hover { border-bottom-style: solid; color: black; }
ul { margin: 0 0 32px 17px; }
#objective { width: 500px; float: left; }
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
dd { width: 600px; float: right; }
dd.clear { float: none; margin: 0; height: 15px; }
</style>
</head>
<body>
<div id="page-wrap">
<img src="sizin resminiz" alt="Photo of Cem GÖKÇE" id="(** ! Küfür Etmek Yasaktır - Oto Filtre ! **)" />
<div id="contact-info" class="vcard">
<!-- Microformats! -->
<h1 class="fn">isim soyisim</h1>
<p>
<b>Telefon Numarası:</b> <span class="tel">buraya yazılacak</span><br />
<b>E-Mail Adresi:</b> <span class="email">buraya yazılacak</span>
</p>
</div>
<div id="objective">
<p>
</p>
</div>
<div class="clear"></div>
<dl>
<dd class="clear"></dd>
<dt>Eğitim</dt>
<dd>
<p><strong>Buraya yazılacak</p>
</dd>
<dd class="clear"></dd>
<dt>Yabancı Dil</dt>
<dd>
<p><strong>Almanca:</strong> İyi Derece<br />
<strong>İngilizce:</strong> Orta Derece</p>
</dd>
<dd class="clear"></dd>
<dt>Deneyim</dt>
<dd>
<h2>Çalışılan Yer<span>Tarih</span></h2>
<ul>
<li>Çalıştığı Yer'de Yaptığı Görev</li>
</ul>
</dd>
<dd class="clear"></dd>
<dt>Referanslar</dt>
<dd> <ul>
<li><b>Referans Adı:</b> Telefon Numarası</li>
</ul></dd>
<dd class="clear"></dd>
</dl>
<div class="clear"></div>
</div>
</body>
</html></head>