-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (67 loc) · 1.7 KB
/
index.html
File metadata and controls
78 lines (67 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Benji's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="Benji animoji copy.PNG" alt="Animoji of Beni Mandel" height="200"></td>
<td>
<h1>Benji Mandel </h1>
<p><em>founder and writer at <Srong>BDev-Code</Srong>.</em></p>
<br />
<p><b>Hi,</b><br />
I am BDev and I am learing to code websites and I have learned how to code iOS apps using the swift programing languege. I'm also the founder of BDev-Code which wil hopefully release soon. </p>
</td>
</tr>
</table>
<hr />
<h3>Books and Teaching</h3>
<ul>
<li>I have done the Hacking With iOS book</li>
<li>I have done the course on <a href="https://www.udemy.com/course/ios-13-app-development-bootcamp/">iOS and swift development from Angela Yu</a></li>
<li>I have started the ZeroToAppStore course by reinder de Vries</li>
</ul>
<hr>
<h3>Work Experiance</h3>
<table cellspacing="2">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td>Student Cheider, Netherlands</td>
</tr>
<tr>
<td>2019</td>
<td>gradueted vmbo in cheider, Netherlands</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skils</h3>
<table cellspacing="2">
<tr>
<td>ios development</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>web development</td>
<td>⭐️</td>
</tr>
</table>
<hr />
<h3>Links</h3>
<a href="hobies.html">my Hobbies</a>
<br>
<br>
<a href="contact.html">Contact</a>
</body>
</html>