-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-template.html
58 lines (54 loc) · 1.56 KB
/
resume-template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
</head>
<body>
<div class="flex w-full">
<div class="px-6 py-8 text-white" style="background: #10365c">
<section class="flex flex-col items-center">
<h1 class="text-2xl">
undefined undefined
</h1>
<div class="w-5 bg-slate-300 my-2" style="height: 1px"></div>
<span class="text-sm"></span>
</section>
<section class="mt-4">
<h1 class="text-lg"></h1>
<div class="text-sm">
<p>, </p>
<p>
<a href="tel:undefined">
</a>
</p>
<p>
<a
href="mail-to:undefined"
class="underline"
>
</a>
</p>
<h2 class="mt-6 mb-0.5 uppercase font-bold text-xs text-gray-400">
Nationality
</h2>
<p></p>
<h2 class="mt-6 mb-0.5 uppercase font-bold text-xs text-gray-400">
Date / Place of birth
</h2>
<p></p>
<p></p>
</div>
</section>
</div>
<div class="flex-1 bg-white px-6 py-8">
<section>
<h1 class="font-bold text-xl mb-1"></h1>
<div class="text-sm"></div>
</section>
</div>
</div>
</body>
</html>