-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (79 loc) · 3.73 KB
/
index.html
File metadata and controls
79 lines (79 loc) · 3.73 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
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Ctefer.GitHub.io : ctefer online GitHub Portfolio">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/github-light.css">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Ctefer.GitHub.io</title>
</head>
<body>
<!-- HEADER -->
<header>
<a id="forkme_banner" href="https://github.com/ctefer">View on GitHub</a>
<div id="logo">
<center>
<img alt="Finite cTefer" id="finite_logo" src="images/finite_port.jpg" alt="Finite Programming">
</center>
</div>
</header>
<!-- MAIN CONTENT -->
<article>
<center>
<div id="navigation">
<a href="https://cteferblog.wordpress.com" rel="noopener noreferrer" target="_blank"><div class="nav-item">Blog</div></a>
<a href="https://twitter.com/ctefer" rel="noopener noreferrer" target="_blank"><div class="nav-item">Twitter</div></a>
<a href="https://www.linkedin.com/in/ctefer" rel="noopener noreferrer" target="_blank"><div class="nav-item">Linkdin</div></a>
<a href="https://docs.google.com/document/d/1vpzUnTq9ssR2QZNfkzzDhxUQpe20L3EsXeJaeI4c5iQ/edit?usp=sharing" rel="noopener noreferrer" target="_blank"><div class="nav-item">Resume</div></a>
</div>
</center>
</article>
<div id="main-content">
<article>
<section>
<div id="introduction">
<h2>
Introduction.
</h2>
<p>I am a Computer Engineer with 10 years of experience in systems and software development.
I have Master`s degree in Computer Engineering from <a href="https://iastate.edu">Iowa State University</a> with a focus in system architecture,
networking, and information assurance.</p>
<p>I have been working in the defense contract industry for the last 7 years. Four of those years I spent as a
sofwate developer working on GUI development, real-time systems, and embedded systems running on VxWorks. I am currently
working as a Senior Engineer in Research and Development for Model Based Engineering using MatLab and SysML.</p>
</div>
<div id="projects">
<h2>
Current Projects.
</h2>
<table>
<col width="100">
<col width="500">
<tr>
<td><a href="https://github.com/ctefer/ctefer-odin-project">Odin Project</a></td>
<td>Online courses I'm taking to develop out my full-stack knowledge. This Git repository contains my projects.</td>
<tr>
<td><a href="https://github.com/ctefer/acronyms">Acronyms</a></td>
<td>A Python API for manipulating and storing acronyms.</td>
</tr>
<tr>
<td><a href="https://github.com/ctefer/ruby-on-rails-vagrant">RoR Vagrant</a></td>
<td>Quickly deployment for Ruby on Rails Development.</td>
</tr>
<tr>
<td><a href="https://github.com/sympy/sympy">SymPy</a></td>
<td>One contribution does not a contributer make. Hopefully I keep poking at this awesome (in size and interest) project.</td>
</tr>
</table>
</div>
</section>
</article>
</div>
<!-- FOOTER -->
<footer>
<div id="foot">Published with <a href="https://pages.github.com">GitHub Pages</a></div>
</footer>
</body>
</html>