Skip to content

Commit 268f063

Browse files
authored
ajouter les fichiers de site web initiaux
1 parent d478dcb commit 268f063

5 files changed

Lines changed: 134 additions & 0 deletions

File tree

adaptations.html

Whitespace-only changes.

contact.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>contact</title>
7+
</head>
8+
<body>
9+
<h1>Mes coordonnée</h1>
10+
<p>Villenave</p>
11+
<p>06.13.89.64.43</p>
12+
<p>was02200@gmail.com</p>
13+
14+
<hr>
15+
16+
<form action="mailto:info@ipman.com" method="post" enctype="text/plain">
17+
<label>Votre nom</label>
18+
<input type="text" name="Votre nom" value="">
19+
<br>
20+
<label>Votre email</label>
21+
<input type="email" name="votre email" value=""><br>
22+
<label>Votre message</label>
23+
<textarea name="votre message" rows="10" cols="30"></textarea><br>
24+
<input type="submit" name="">
25+
</form>
26+
</body>
27+
</html>

input.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>input</title>
7+
</head>
8+
<body>
9+
<input type="text" name="" value=""><br>
10+
<input type="submit"><br>
11+
<input type="file" name="" value=""><br>
12+
<input type="date" name="" value=""><br>
13+
<input type="radio" name="" value=""><br>
14+
<input type="range" name="" value="">
15+
</body>
16+
</html>

ipman.png

406 KB
Loading

projet.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>yip man site</title>
7+
</head>
8+
<body>
9+
<table cellspacing="20">
10+
<tr>
11+
12+
<td><img src="ipman.png" alt="photo de profil"></td>
13+
<td><h1><a href="https://fr.wikipedia.org/wiki/yip_man">yip man</a></h1>
14+
<p><em>est un grand maître chinois de wing chun, <strong>art martial chinois.</strong></em></p>
15+
<p>Il a étudié le wing chun auprés de chan wah-shun, Ng Chung-sok et Leung Bik.
16+
Il a fondé à Fashon un centre de formation aux arts martiaux, devenu aujourd'hui une sorte de musée. Plus
17+
tard , il a tenu des écoles à Hong Kong. Il est l'un des maître de Bruce Lee.</p></td>
18+
</tr>
19+
</table>
20+
<hr>
21+
22+
<h3><a href="adaptations.html">adaptations cinématographiques</a></h3>
23+
<ul>
24+
<li>Dragon, l'histoire de bruce lee</li>
25+
<li>Ip man</li>
26+
<li>Ip man 2</li>
27+
<li>Ip man: la légende est née</li>
28+
<li>The grandmaster</li>
29+
<li>Ip man : the final fight</li>
30+
<li>Ip man 3</li>
31+
<li>Ip man 4</li>
32+
<li>lignée martial</li>
33+
</ul>
34+
<hr>
35+
<h3>Lignée martial</h3>
36+
<ol>
37+
<li>Ng Mui, monial shaolin</li>
38+
<li>Yim Wing-chun</li>
39+
<li>Leung Bok-chau</li>
40+
<li>Leung Lan-Kwai</li>
41+
<li>Wong Wah-bo</li>
42+
<li>Leung Jan</li>
43+
<li>Chann Wah-shun</li>
44+
<li>yip man</li>
45+
</ol>
46+
<hr>
47+
<h3>Informations</h3>
48+
<table>
49+
<thead>
50+
<th>Détails</th>
51+
<th>déscription</th>
52+
</thead>
53+
<tr>
54+
<td>Nationalité</td>
55+
<td>Chinoise</td>
56+
</tr>
57+
58+
<tr>
59+
<td>Profesion</td>
60+
<td>Offichier de police</td>
61+
</tr>
62+
</table>
63+
<hr>
64+
<h3>Compétences</h3>
65+
<table cellspacing="10">
66+
67+
<td>
68+
<tr>
69+
<td>Kong fu</td>
70+
<td>⭐⭐⭐⭐⭐</td>
71+
</tr>
72+
73+
<tr>
74+
<td>Boxe anglaise</td>
75+
<td>⭐⭐</td>
76+
</tr>
77+
78+
<tr>
79+
<td>mma</td>
80+
<td>⭐⭐⭐</td>
81+
</tr>
82+
83+
<tr>
84+
<td>Lutte</td>
85+
<td></td>
86+
</tr>
87+
</td>
88+
</table>
89+
<a href="contact.html"><strong>Contact</strong></a>
90+
</body>
91+
</html>

0 commit comments

Comments
 (0)