forked from fdnd-task/your-tribe-profile-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (23 loc) · 845 Bytes
/
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
<html lang="nl">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, intial-scale=1">
<title>Flip Card</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="maincontainer">
<div class="thecard">
<div class="thefront">front of card</div>
<div class="theback"></div>
<div class="theback">
<h1>ABEER YOUNES</h1>
<p><span class="green">Mediavormgever en Web Developer</span><br><br><br><br> Ik kom uit Syrie. Ik ben 27 jaar oud en ik woon in Nederland al 7 jaar
<br><br><br><br>Werkervaring: Photoshop, InDesign, Illustrator, Animate, Blender, XD en Premiere Pro</p>
</div>
<div class="thefront"></div>
<style>
</style>
</div>
</div>
</body>
</html>