-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (90 loc) · 2.49 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Jose Islas">
<meta name="description" content="Udemy bootcamp course first practice">
<meta name="keyword" content="udemy, practice, web page">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Jose's Personal Site</title>
</head>
<body>
<table cellspacing="20px">
<tr>
<td> <img src="Images/cenchria cenchria.jpg"></td>
<td> <h1>Jose Islas</h1>
<p><em>CFO of <a href="brb3d">BRB3D</a> enterprises</em></p>
<p>Currently switching to become a front end web developer, with aspirations to make coding its new career! </p></td>
</tr>
</table>
<hr size="1px">
<h3>Education</h3>
<ul>
<li>Tec De Monterrey</li>
<ul>
<li>Grade 12</li>
</ul>
<li><a href="stfx.com">STFX</a></li>
<ul>
<li>
Bachelor fo Science with major in Biology.<br>
German award of excellence<br>
President's Circe Of Young Alumni
</li>
</ul>
<li>Freecode camp</li>
<ul>
<li>
Responsive web design.
</li>
</ul>
</ul>
<hr>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work Experience</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017-2019</td>
<td>Manufacturing Tech, Cad designer, 3d Ddesigner</td>
</tr>
<tr>
<td>2016</td>
<td>Biology Researcher at STFX</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tbody>
<tr>
<tr>
<td>Html</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Javascript</td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Solidworks</td>
<td>⭐️⭐️⭐️</td>
</tr>
</tr>
</tbody>
</table>
<hr>
<a href="hobbies.html">Hobbies</a>
<a href="contact.html">Contact</a>
</body>
</html>