-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (62 loc) · 2.42 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
<!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">
<meta name="author" content="Lucy">
<meta name="description" content="This is the CV of Lucy Wohltorf">
<title>Lucy's test CV</title>
</head>
<body>
<header>Lucy Wohltorf
<h1 class="h1">CV Lucy Wohltorf</h1>
<main>
i'm 27 years old </main>
<p>dental assistants <br>Currenty student at Coding Bootcamps Europe</p>
</header>
<main>
<article>
<h2>Profile</h2>
<p>Hey, my name is lucy. I worked as a dental assistants and now I am leraning new skills at a coding
Bootacmp.</p>
</article>
<ul>
<li>chair assistants: optimisation of
<li> <strong>Optimisation of chair assistance</strong>: optimisation of
how to work best as a dental assistant</li>
<li>Care of patients, room hygiene, sterilisation </li>Dental practice
<h3><b> Dental practice-chair assistants</b></h3>
</section>
<section>
<header>
<h4><b>chair assistants- <i>Dental practice</i></b></h4>
<p>01.08.2014-01.09.2020</p>
</header>
<h5>Trained dental assistants, Dental Association
Münster,Germany</h5>
</main>
<footer>
<section>
<footer class="footer_general">
<footer class="footer_general footer_contact">
<section class="general_link">
<h3>Contact</h3>
<ol>
<li><a href="mailto:[email protected]">Email</a></li>
<br>
<li><a href="tel:+49000fdlakgtbnvpe">Phone</a></li>
<br>
<li> Adress
<address>
Lucy Wohltorf <br>
12a Lovestreet <br>
56483 Love <br>
Buxdehude
</address>
</li>
</ol>
</section>
</footer>
</body>
</html>