-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 1.91 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>markdown-to-html</title>
<link rel = "stylesheet" href = "style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
</head>
<body class="vscode-body vscode-light">
<h1 id="markdown-to-html">markdown-to-html</h1>
<h1 id="tariq-sealawi">Tariq Sealawi</h1>
<p><em>Wish You all Have a Good Life!</em></p>
<p><img src="https://i.imgur.com/3fAd0w8.gif?1" alt=""></p>
<h3 id="work-hard">Work-hard</h3>
<table>
<thead>
<tr>
<th>BirthDay:</th>
<th>Favorite Color:</th>
<th>Favorite Food:</th>
<th >Pinnapple on pizza:</th>
</tr>
</thead>
<tbody>
<tr>
<td>25 March, 1988</td>
<td>Blue</td>
<td>Grilled Food</td>
<td>[X]YES [ ]NO</td>
</tr>
</tbody>
</table>
<br>
<h3 id="hobbies">Hobbies</h3>
<ul>
<li>Listening news.</li>
<li>Watching Movies & series.</li>
<li>Reading in History.</li>
<li>Jogging.</li>
<li>Hangout with friends.</li>
</ul>
<h5 id="you">You can always count on me when you want to organise your objectives !</h5>
<h6 id="i">I had a twin brother! In school, We looked alike! so, We changed our turn in class and mostly nobody catches us. it was very funny!</h6>
<h6 id="to">To have twin brother that's something quite cool!</h6>
<p><a href="https://github.com/SteeveDEV-web/markdown_challenge">Steeve</a> ||
<a href="https://github.com/Tselawi/markdown-challenge.git">Tariq Selawi</a> ||
<a href="https://github.com/ChardomeThomas/markdown-challenge">Thomas</a></p>
</body>
</html>