-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume.html
106 lines (94 loc) · 2.59 KB
/
Resume.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<header>
<h1>Jacob Farenci | Back-End Data Analytics Team Lead</h1>
</header>
<body>
<article>
<h2>Career Goals</h2>
<p>
To be able to efficiently and effectively lead my team in a satisfactorily
manor in which the<br>needs of our clients and the individuals of our team
are being met without compromise.
</p>
</article>
<article>
<h2>Skills</h2>
<table>
<tr>
<th><b>Languages</b></th>
<th><b>Platforms</b></th>
</tr>
<tr>
<td rowspan="6">
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>Ruby/Rails</li>
<li>JS/Node</li>
<li>Python</li>
<li>C++</li>
</ul>
</td>
<td rowspan="6">
<ul>
<li>Windows</li>
<li>Linux</li>
<li>macOS</li>
<li>Andriod</li>
<li>iOS</li><br>
</ul>
</td>
</tr>
</table>
</article>
<article>
<h2>Work Experience</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed fringilla
dui nec bibendum<br>convallis. Suspendisse ullamcorper metus at tortor
accumsan, non bibendum quam<br>maximus. Etiam venenatis nec arcu quis
luctus.
</p>
</article>
<article>
<h2>Education</h2>
<dl>
<dt><b>UTD</b> | University of Texas at Dallas</dt>
<dd><i>Master's of Applied Data Analytics, 2020</i></dd>
<dd><i>Bachelor's of Business Statistics, 2019</i></dd>
<br>
<dt><b>VCS</b> | Viking Code School</dt>
<dd><i>Accredited Certificate of Completion, 2018</i></dd>
</dl>
</article>
<article>
<h2>Achievements</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed fringilla
dui nec bibendum<br>convallis. Suspendisse ullamcorper metus at tortor
accumsan, non bibendum quam<br>maximus. Etiam venenatis nec arcu quis
luctus.
</p>
</article>
<article>
<h2>Hobbies and Interests</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed fringilla
dui nec bibendum<br>convallis. Suspendisse ullamcorper metus at tortor
accumsan, non bibendum quam<br>maximus. Etiam venenatis nec arcu quis
luctus.
</p>
</article>
<article>
<h2>References</h2>
<p>
<i>Available upon request.</i>
</p>
</article>
</body>
<footer>
<p><b>Jacob Farenci | Back-End Data Analytics Team Lead</b><br>
<a href=mailto:[email protected]>[email protected]<a></p>
</footer>
</html>