-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<title>My Personal Website</title>
<link rel="stylesheet" type="text/css" href="./styles/index.css">
</head>
<body>
<h1>Kayla Harris</h1>
<p>You are viewing my personal website!</p>
<h2>Introduction</h2>
<p>My name is Kayla Harris and I'm a recent graduate of UAB's Information Systems program. I also completed a minor in Computer Science there.
I'm currently working as a contract mainframe developer for Blue Cross and Blue Shield of Alabama.
Right now, I'm just seeing how I like it, as it's a very interesting field to get into.
On the side, I'm a co-director of the Women Who Code Birmingham chapter and I work on little side projects. Those projects will show up
on here eventually, so be on the lookout!</p>
<h2>Skills</h2>
<h3>Databases</h3>
<p>
<ul>
<li>SQL (MySQL, PostgreSQL, T-SQL, PL/SQL, etc.)</li>
<li>Database Theory and Design</li>
</ul>
</p>
<h3>Mainframes</h3>
<p>
<ul>
<li>JCL</li>
<li>DB2</li>
<li>COBOL</li>
<li>ISPF</li>
</ul>
</p>
<h3>Programming</h3>
<p>
<ul>
<li>Python (2.7)</li>
<li>C/C++</li>
<li>.NET/C#</li>
<li>Java</li>
<li>HTML, CSS, JavaScript</li>
<li>PowerShell</li>
<li>Lua</li>
<li>Perl</li>
<li>And computer science in general...</li>
</ul>
</p>
</body>
</html>