-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_site.html
254 lines (192 loc) · 13.9 KB
/
about_site.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--************************************************************************************************************************************************************** -->
<title>Karl N. Redman [About Site]</title>
<meta name="description" content="Personal website of Karl N. Redman. FAQ about Karl N. Redman. Software Engineer and Systems Engineer. Provides information regarding work history, and other personal aspects pertaining to career.">
<meta name="keywords" content="Karl N. Redman, Resume,Software Engineer,Systems Engineer,Programmer,Developer,Administrator,linux,Karl N. Redman, C/C++, bash, python, Release Engineer, Javascript, Linux, HPC, High Performance Computing, Full Stack, Full Stack Devloper" />
<meta name="author" content="Karl N. Redman" />
<meta name="copyright" content="© 2020" />
<!--************************************************************************************************************************************************************** -->
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico"> <!-- Github needs specific link -->
<!--************************************************************************************************************************************************************** -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/scss/_variables.scss"> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/scss/_functions.scss"> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/scss/mixins/_breakpoints.scss"> -->
<!-- SmartMenus jQuery Bootstrap 4 Addon CSS -->
<link href="/static/addons/bootstrap-4/jquery.smartmenus.bootstrap-4.css" rel="stylesheet">
<!-- font awesome for the mini icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- My sheets -->
<link rel="stylesheet" href="/static/css/site.css">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="ngx-bootstrap">
<meta name="apple-mobile-web-app-title" content="ngx-bootstrap">
<meta name="theme-color" content="#1d1d2b">
<meta name="msapplication-navbutton-color" content="#1d1d2b">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/">
<!--************************************************************************************************************************************************************** -->
<script type="text/javascript">
document.addEventListener("scroll", function() {
if (window.pageYOffset > 100)
document.getElementById('logo').style.display = "block";
else
document.getElementById('logo').style.display = "none";
});
</script>
</head>
<!-- padding accomidates for fixed navbar -->
<body style="padding-top:56px;">
<!--************************************************************************************************************************************************************** -->
<!--************************************************************************************************************************************************************** -->
<!-- Navbar -->
<!-- fixed-top is broken: [[v4-beta 3] Navbar fixed-top problem and non scrollable or visible drowpdown menu links > bug ? · Issue #25205 · twbs/bootstrap](https://github.com/twbs/bootstrap/issues/25205) -->
<!-- menu scrolling bug: https://github.com/twbs/bootstrap/issues/12738 -->
<!-- temp fix is to use sticky-top for non IE and set body pad to 0px -->
<!-- Note: stick-top is broken for IE so we're forced to use fixed-top -->
<!-- <nav class="navbar navbar-expand-lg sticky-top navbar-dark bg-dark"> -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">
<!-- <img src="images/parasyte_400x400.png" alt="" style="width:50px;height:50px;"> -->
<div id="logo">⇧Karl N. Redman [About Site]</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<!-- Left nav -->
<ul class="nav navbar-nav mr-auto">
</ul>
<!-- Right nav -->
<ul class="nav navbar-nav">
<!-- <li class="nav-item"><a class="nav-link" href="https://karlredman.github.io">Home</a></li> -->
<!-- <li class="nav-item active"><a class="nav-link" href="https://karlredman.github.io"><i class="fa fa-home"></i> Home</a></li> -->
<li class="nav-item"><a class="nav-link" href="/index.html"><i class="fa fa-home"></i> Home</a></li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" onclick="return false;"><i class="fa fa-file-o"></i> Resume</a>
<ul class="dropdown-menu bg-dark">
<li> <a class="dropdown-item text-light bg-dark" href="/resume.html"><i class="fa fa-html5"></i>Online</a></li>
<li> <a class="dropdown-item text-light bg-dark" href="/static/download/Karl_N_Redman.pdf">
<i class="fa fa-file-pdf-o"></i> PDF </a> </li>
<li> <a class="dropdown-item text-light bg-dark" href="/static/download/Karl_N_Redman.odt">
<i class="fa fa-file-o"></i> OpenOffice </a> </li>
<li> <a class="dropdown-item text-light bg-dark" href="/static/download/Karl_N_Redman.doc">
<i class="fa fa-file-word-o"></i> MS Word (doc) </a> </li>
<li> <a class="dropdown-item text-light bg-dark" href="/static/download/Karl_N_Redman.docx">
<i class="fa fa-file-word-o"></i> MS Word (docx) </a> </li>
<li> <a class="dropdown-item text-light bg-dark" href="/static/download/Karl_N_Redman.txt">
<i class="fa fa-file-text-o"></i> Text </a> </li>
<li> <a class="dropdown-item text-light bg-dark" href="/static/download/Karl_N_Redman.markdown">
<i class="fa fa-file-code-o"></i> Markdown </a> </li>
</ul>
</li>
<li class="nav-itme"><a class="nav-link" href="/projects.html"><i class="fa fa-lightbulb-o"></i> Projects</a></li>
<li class="nav-item"><a class="nav-link" href="https://karlredman.github.io/Articles"><i class="fa fa-newspaper-o"></i> Articles</a> </li>
<li class="nav-item"><a class="nav-link" href="mailto:karl.redman@gmail.com"><i class="fa fa-envelope-o"></i> Email Me</a> </li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" onclick="return false;"><i class="fa fa-eye"></i> About</a>
<ul class="dropdown-menu bg-dark">
<li> <a class="dropdown-item text-light bg-dark" href="/about_me.html"><i class="fa fa-user"></i> About Me</a> </li>
</ul>
</li>
<li class="nav-item dropdown text-light bg-dark"><a class="nav-link dropdown-toggle" href="#" onclick="return false;"><i class="fa fa-smile-o"></i> Follow</a>
<ul class="dropdown-menu bg-dark">
<li> <a class="dropdown-item text-light bg-dark" href="https://it.linkedin.com/in/karl-n-redman-850413">
<i class="fa fa-linkedin"></i> Linked In</a> </li>
<li> <a class="dropdown-item text-light bg-dark" href="https://github.com/karlredman">
<i class="fa fa-github-alt"></i> GitHub</a> </li>
<li> <a class="dropdown-item text-light bg-dark" href="https://dev.to/karlredman"> 👩 Dev.to</a></li>
<li> <a class="dropdown-item text-light bg-dark" href="http://stackoverflow.com/users/1725771/karl-n-redman">
<i class="fa fa-stack-overflow"></i> Stack Overflow</a></li>
<li> <a class="dropdown-item text-light bg-dark" href="https://twitter.com/Karl_Redman">
<i class="fa fa-twitter"></i> Twitter</a></li>
<!-- <li> <a class="dropdown-item text-light bg-dark" href="https://www.reddit.com/user/grendelkon/"> -->
<!-- <i class="fa fa-reddit-alien"></i> Reddit</a></li> -->
<!-- <li> <a class="dropdown-item text-light bg-dark" href="https://www.facebook.com/karl.redman.1">
<i class="fa fa-facebook"></i> Facebook</a></li> -->
<!-- <li> <a class="dropdown-item text-light bg-dark" href="https://www.youtube.com/user/grendelkon">
<i class="fa fa-youtube-play"></i> YouTube</a></li> -->
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!--************************************************************************************************************************************************************** -->
<!--************************************************************************************************************************************************************** -->
<!-- <header class="index_header"> -->
<header>
<div class="jumbotron inline-block p-0" align="" style="width: 100%;">
<div class="inline-block;" style="text-align: center;">
<!-- <h1 style="display:inline;">Karl N. Redman</h1> -->
<!-- <h2 style="display:inline;">Personal Projects:</h2> -->
<h1 style="">Karl N. Redman</h1>
<h2 style="">About this website:</h2>
</div>
</div>
</header>
<div class="container-fluid">
<div class="card borderless_card">
<div class="card-body">
<!-- <h5 class="card-title">About this website:</h5> -->
<p class="card-text">
This is a reactive static website generated from inline content
using <a href="http://flask.pocoo.org/">Flask</a> and <a
href="https://pythonhosted.org/Frozen-Flask/">Frozen-Flask</a>.
Sources for this simple project can be found <a href="https://github.com/karlredman/karlredman.github.io-devel">here</a>.
</p>
</div>
</div>
<!--*********************************-->
<div class="card borderless_card">
<div class="card-body">
<!-- <h5 class="card-title">Site links:</h5> -->
<p class="card-text">
<h3 class="list-heading">Site Links</h3>
<ul>
<li><a href="https://karlredman.github.io"><i class="fa fa-home"></i> Home Page</a></li>
<li><a href="https://github.com/karlredman/karlredman.github.io-devel"><i class="fa fa-github"></i> Project Page</a></li>
<li><a href="/static/robots.txt">robots.txt</a></li>
<li><a href="/static/sitemap.xml">sitemap.xml</a></li>
</ul>
<h3 class="list-heading">Languages/Frameworks</h3>
<ul>
<li>HTML5</li>
<li><a href="https://getbootstrap.com/">Bottstrap (front end framework)</a></li>
<li><a href="https://www.smartmenus.org/">Smartmenues (Navbar)</a></li>
<li>Javascript</li>
<li>Python</li>
<ul>
<li><a href="http://flask.pocoo.org/">Flask (Template Framework)</li>
<li><a href="https://pythonhosted.org/Frozen-Flask/">Frozen-Flask (Static Site Generator)</a></li>
</ul>
</ul>
</p>
</div>
</div>
<div class="card borderless_card">
<div class="card-body">
<!-- <h5 class="card-title">About this website:</h5> -->
<p class="card-text">
All rights reserved by Karl N. Redman © 2020
</p>
</div>
</div>
</div> <!-- /container -->
<!--************************************************************************************************************************************************************** -->
<!--************************************************************************************************************************************************************** -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<!-- SmartMenus jQuery plugin -->
<script type="text/javascript" src="/static/jquery.smartmenus.js"></script>
<!-- SmartMenus jQuery Bootstrap 4 Addon -->
<script type="text/javascript" src="/static/addons/bootstrap-4/jquery.smartmenus.bootstrap-4.js"></script>
</body>
</html>