-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (65 loc) · 1.68 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Uriel,s Personal Site</title>
<link rel="icon" href="img/favicon (14).ico" type="image/x-icon">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTfBJhHB86PPHocV3n-ou6ZwUWX8vSPEZ-H3w&usqp=CAU" alt="linux" width="200" height="200"></td>
<td><h1>Open Source #1 </h1>
<p><em>Founder</a> Free Code Life 😎</strong></em></p>
<p>Coding Coding Coding..... </p></td>
</tr>
</table>
<hr>
<h3><em>Books and Teaching</em></h3>
<ul>
<li>The Complete iOS App Development bootcamp</li>
<li>The Complete Web Development Bootcamp</li>
</ul>
<hr>
<h3><em>Work Experience</em></h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2022-2023</td>
<td>structural steel welder</td>
</tr>
<tr>
<td>2010</td>
<td>Self Taught Coding Master</td>
</tr>
</tbody>
</table>
<hr>
<h3><em>Skills</em></h3>
<table cellspacing="10">
<tr>
<td>Software Developement</td>
<td>❤❤❤❤❤❤❤</td>
</tr>
<tbody>
<tr>
<td>Web Developement</td>
<br>
<td>👍👍👍👍</td>
</tr>
<tr>
<td>Linux</td>
<td>😊😊😊</td>
</tr>
</table>
</tbody>
<hr>
<a href=https://www.gotquestions.org/beer>Cars</a><br>
<a href="cars.html">Cars</a>
</body>
</html>