-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 1.99 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
<!DOCTYPE html>
<html lang="fr">
<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">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<title>Profile card</title>
</head>
<body>
<div class="everything">
<div class="heading">
<img src="./profile.jpg" alt="">
<h3>RAZANAPARANY</h3>
<h4>Kanto Mpitia</h4>
<p>Developper Wordpress</p>
</div>
<div class="nav">
<p class="propos active">Sur Kanto</p>
<p class="poste">Poste</p>
</div>
<div class="about marge">
<div class="propo-content">
<div class="exp">
<span class="material-icons">work_outline</span>
<p>3 ans d'experience</p>
</div>
<div class="exp">
<span class="material-icons">signal_cellular_alt</span>
<p>Elementor, Oxygen, Woocommerce</p>
</div>
<div class="exp">
<span class="material-icons">event_available</span>
<p>De suite</p>
</div>
</div>
<div class="price">
<h2>$1.667/Mois</h2>
</div>
</div>
<div class="intro-content disappear">
<h3>Introduction</h3>
<p>ce type de travail que vous me proposez m' intereserait particulierement. vous pourez retrouver dans le cv que je vous adresse tout mes projets et tout mes activites jusqu'a ce moment .</p>
<p>En esperant que mes informations correspond bien a vos exigence</p>
</div>
<div class="btn-container">
<button>Demander en interview</button>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>