-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (91 loc) · 1.98 KB
/
index.html
File metadata and controls
117 lines (91 loc) · 1.98 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>
Yassir Maknaoui Portofolio
</title>
</head>
<body>
<table >
<tr>
<td> <img src="Yassir.pnj-modified.png"
width="300"
height="300"
alt="picture"></td>
<td>
<h4>Yassir Maknaoui</h4>
<p><em>Student at Royal Holloway:<strong> <a href="https://www.royalholloway.ac.uk/studying-here/undergraduate/computer-science/computer-science-and-mathematics/"> Currently studying Computer science and Mathematics</a></strong></em>
</p>
<table>
<tr>
<td>
<strong>Intrests and hobbies: </strong>
</td>
<td> Football , theoritical physics
</td>
</tr>
<tr>
<td> <strong> Languages: </strong>
</td>
<td> Italian , French , arabic , English
</td>
</tr>
<tr>
<td> <a href="Contactme.html">Contact me</a> </td>
</tr>
</table>
</td>
</tr>
<hr>
</table>
<hr>
<table border="1">
<h3>Contact me </h3>
<thead>
<tr>
<th><strong>info</strong></th>
<th>Number</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Phone number:
</td>
<td> 07748256930
</td>
</tr>
</tbody>
</table>
<hr>
<hr>
<table>
<thead>
<th> <h2> Skills </h2> </th>
</thead>
<tbody>
<tr>
<td>C++</td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>Python</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<tr>
<td>c sharp</td>
<td>⭐️⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td> linux
</td>
<td>⭐️⭐️⭐️⭐️⭐️⭐️⭐️</td>
</tr>
</tr>
</tbody>
</table>
<hr>
</body>
</html>