-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (72 loc) · 1.69 KB
/
Copy pathindex.html
File metadata and controls
74 lines (72 loc) · 1.69 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
---
layout: default
title: RetrobitCoder
---
<div>
<!-- Social Media -->
<div class="div2">
<span>
<a href="https://github.com/retrobitcoder" target="_blank">
<i class="fab fa-github" style="font-size:114px;"></i>
</a>
<br>
<a href="https://twitter.com/retrobitcoder" target="_blank">
<i class="fab fa-twitter" style="font-size:110px;"></i>
</a>
<br>
<a href="https://retrobitcoder.itch.io/" target="_blank">
<i class="fab fa-itch-io" style="font-size:110px;"></i>
</a>
</span>
</div>
<!-- About Me -->
<div class="div2" style="width: 50vw;">
Hello, my name is Zachariah Falgout and welcome to my personal webpage
<br><br>
<b>Education: </b>
<br>
<ul class="ul2">
Bachelor of Science in Computer Science (Fall 2016)
<br>
Master of Science in Computer Science (Spring 2019)
</ul>
<br>
<b>Languages: </b>
<br>
<ul class="ul2">
C, C++, CSS, HTML, Java, JavaScript, PL/SQL, Python, SQL
</ul>
<br>
<b>Databases: </b>
<br>
<ul class="ul2">
MySQL, Oracle SQL, Postgres
</ul>
<br>
<b>Tools: </b>
<br>
<ul class="ul2">
Arduino, Atom, Git, GitHub, Oracle Application Express (APEX),
Oracle Toad, SAS, Webfocus App Studio
</ul>
<br>
<b>Interests: </b>
<br>
<ul class="ul2">
AI, Japan, Machine Learning, Mobile App Development,
Software Development, Video Games
</ul>
</div>
<!-- Project Highlights -->
<div class="div2" style="color: #061A3F;">
<b>
Accomplishments
<br><br>
Released Dice Roller Java App
<br><br>
Built my personal website
<br><br>
Helped develop UNM's new schedule of classes in APEX
</b>
</div>
</div>