Add website assets
This commit is contained in:
commit
d0d1c3f0a2
7
assets/bootstrap.css
vendored
Normal file
7
assets/bootstrap.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/cover.min.css
vendored
Normal file
1
assets/cover.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
a,a:focus,a:hover{color:#fff}.btn-secondary,.btn-secondary:hover,.btn-secondary:focus{color:#333;text-shadow:none;background-color:#fff;border:.05rem solid #fff}html,body{height:100%;background-color:#333}body{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;color:#fff;text-shadow:0 .05rem .1rem rgba(0,0,0,.5);box-shadow:inset 0 0 5rem rgba(0,0,0,.5)}.cover-container{max-width:42em;filter:none}.masthead{margin-bottom:10rem}.masthead-brand{margin-bottom:0}.masthead-brand img{width:4rem}.nav-masthead .nav-link{padding:.25rem 0;font-weight:700;color:rgba(255,255,255,.5);background-color:transparent;border-bottom:.25rem solid transparent}.nav-masthead span{padding-left:.6rem}.nav-masthead .nav-link:hover,.nav-masthead .nav-link:focus{border-bottom-color:rgba(255,255,255,.25)}.nav-masthead .nav-link+.nav-link{margin-left:1rem}.nav-masthead .active{color:#fff;border-bottom-color:#fff}@media(max-width:48em){.masthead-brand{display:none}}@media(min-width:48em){.masthead-brand{float:left;margin-top:-0.6rem;margin-left:-8rem}.nav-masthead{float:right;margin-right:-8rem}}.cover{padding:0 1.5rem}.cover-heading img{border-radius:32%;-webkit-box-shadow:0 8px 6px -6px black;-moz-box-shadow:0 8px 6px -6px black;box-shadow:0 8px 6px -6px black}@media(max-width:48em){.cover-heading img{padding-top:1rem}.cover .btn{margin-top:.2rem}}@media(min-width:48em){.cover{margin-top:-12rem}}.mastfoot{color:rgba(255,255,255,.5)}
|
1
assets/nonfree/.gitignore
vendored
Normal file
1
assets/nonfree/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
fontawesome-pro-5.0.8/*
|
60
index.html
Normal file
60
index.html
Normal file
@ -0,0 +1,60 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="author" content="David Todd" />
|
||||
<meta name="p:domain_verify" content="b91d67cb075510218cbaf2146277c3cc" />
|
||||
<link rel="icon" type="image/jpeg" href="https://dtodd.us/dtodd.jpg" />
|
||||
<link rel="publickey" title="Alopexc0de's Public Key" href="https://keybase.io/alopexc0de/key.asc" />
|
||||
<title>dtodd.us</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="https://dtodd.us/assets/bootstrap.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="https://dtodd.us/assets/cover.min.css" rel="stylesheet">
|
||||
|
||||
<script defer src="https://pro.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body class="text-center" style="">
|
||||
|
||||
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
|
||||
<header class="masthead mb-auto">
|
||||
<div class="inner">
|
||||
<h3 class="masthead-brand"><img width="200px" src="https://dtodd.us/lobli-256.png" /></h3>
|
||||
<nav class="nav nav-masthead justify-content-center">
|
||||
<a class="nav-link active" href="https://dtodd.us"><i class="fas fa-home"></i> Home</a>
|
||||
<a class="nav-link" href="https://docs.google.com/document/d/1X2F_WIHIDTG9eXWgw2t3BoQDnoqcljgdvm4a0zwzH4w/edit?usp=sharing"><i class="fal fa-file-alt"></i> My Resume</a>
|
||||
<a class="nav-link" href="http://lob.li" title="Personal Link Shortener"><i class="fas fa-compress-alt"></i> lob.li</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main role="main" class="inner cover">
|
||||
<h1 class="cover-heading"><img src="https://dtodd.us/dtodd.jpg" style="height:350px;margin-top:5rem;" /></h1>
|
||||
<h1 class="cover-heading">David Todd</h1>
|
||||
<p class="lead">I'm a systems admin and programmer.</p>
|
||||
<p class="lead"></p>
|
||||
<p class="lead">Here's some ways to get in touch with me</p>
|
||||
<p class="lead">
|
||||
<a href="https://github.com/dtodd-wipeos" class="btn btn-secondary"><i class="fab fa-github"></i> Professional Github</a>
|
||||
<a href="https://github.com/alopexc0de" class="btn btn-secondary"><i class="fab fa-github"></i> Personal Github</a>
|
||||
<!--<a href="https://keybase.io/alopexc0de" class="btn btn-secondary"><i class="fab fa-keycdn"></i> PGP Key</a>-->
|
||||
<a href="https://www.linkedin.com/in/davitodd/" class="btn btn-secondary"><i class="fab fa-linkedin"></i> LinkedIn</a>
|
||||
<a href="mailto:dt@dtodd.us?subject=Contacting%20From%20Website" class="btn btn-secondary"><i class="fas fa-envelope-square"></i> Email</a>
|
||||
</p>
|
||||
</main>
|
||||
|
||||
<footer class="mastfoot mt-auto">
|
||||
<div class="inner">
|
||||
<p></p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
75
keybase.txt
Normal file
75
keybase.txt
Normal file
@ -0,0 +1,75 @@
|
||||
==================================================================
|
||||
https://keybase.io/alopexc0de
|
||||
--------------------------------------------------------------------
|
||||
|
||||
I hereby claim:
|
||||
|
||||
* I am an admin of https://dtodd.us
|
||||
* I am alopexc0de (https://keybase.io/alopexc0de) on keybase.
|
||||
* I have a public key with fingerprint 00E9 298F B88E B947 26B8 1A51 48E8 47F1 8074 C953
|
||||
|
||||
To do so, I am signing this object:
|
||||
|
||||
{
|
||||
"body": {
|
||||
"key": {
|
||||
"eldest_kid": "0101f898514c602629df55d3210b10e179a9176e8ed75f095896bd542ca4a88b09780a",
|
||||
"fingerprint": "00e9298fb88eb94726b81a5148e847f18074c953",
|
||||
"host": "keybase.io",
|
||||
"key_id": "48e847f18074c953",
|
||||
"kid": "0101f898514c602629df55d3210b10e179a9176e8ed75f095896bd542ca4a88b09780a",
|
||||
"uid": "9bf05d303c773fa61e93ceecc49f7b00",
|
||||
"username": "alopexc0de"
|
||||
},
|
||||
"service": {
|
||||
"hostname": "dtodd.us",
|
||||
"protocol": "https:"
|
||||
},
|
||||
"type": "web_service_binding",
|
||||
"version": 1
|
||||
},
|
||||
"ctime": 1523247254,
|
||||
"expire_in": 157680000,
|
||||
"prev": "bf244bf1f22c931c3a8ee6a848226c826f631bfbddfbfab0c54e6c8ddde8fa07",
|
||||
"seqno": 54,
|
||||
"tag": "signature"
|
||||
}
|
||||
|
||||
which yields the signature:
|
||||
|
||||
-----BEGIN PGP MESSAGE-----
|
||||
Version: Keybase OpenPGP v2.0.76
|
||||
Comment: https://keybase.io/crypto
|
||||
|
||||
yMNAAnicrZJ7UBVVHMcvCigoRBNYwxjI0oxMIu17z16i+iNekt7KECQM9nEWNuDu
|
||||
de/eyyVESK1RRCVGUJoJxISM11AkV0aNx9CkZqmAQhCVSXZLh6GgLEhpl7H/+rPz
|
||||
z5nznc/3+3vMGQhYavL3SvIk/lqmXdjs9UVfjcOUcdFTU4zwiliEmIuRPLh4wXwR
|
||||
2rWsPFlEzAiKoZgEWEBhpECjOI2zokRRIoFjKI+hEGNYjsUYGgIoMpSEshRgaV6k
|
||||
SFzgSA4AHmUZgHJINCLJ1hyo2lTZqhmxKGRxFkg8AJBnSQaneYBxehEAAclIGEAZ
|
||||
UmApQjfmKnbDoTfHc3YYIyu6pj+yFtv7D/5/7tuxGMfyEqq7UUJgGELiaAyyhACh
|
||||
IJCsxPAoaoB2qFq5AqjTXL5igy4BFSFSEo3oulMWoLFaY5YHjKgpohjjsOtOm6po
|
||||
iqDk62quptnsZsOlFdkMrBDyWQ8CsnjZKupb1B1OqNplxYqYMZ0UNNlIxCicwPVN
|
||||
UmQ0Al02WYVZskFQDA1Q/Rh1oFOP5CWcJHkJk3BcYAlMIDgAIc0BEuA4LQCclmgC
|
||||
4yVeFCVe4nhUoEio66IoQiBxKIMYI223KojZKKVxOXqmXc6xcppD1Qfu78v0Nnn5
|
||||
m3x9lhjfy+TvF/Tvpzsc/NBC0sCe9qjqE3fm/Fq6+htfotLW9ay4F8TNnwex009U
|
||||
/LC6Ns6/1KejvSQh4yNP1eDr5yzfLil4e2XZdILfXMR3fmpD5Albhyf6zx/bQksW
|
||||
StFLWx72lN0u2HcuNHSivKzp7PIDMa8eSRglKsxN7mud2U894p5XIi0xIc/cvlrZ
|
||||
O3L+sbhV0jd/Xz+Lz+btCJLKUz/wcb8Gh5tmYVrgZ9SaAHfmvqCTT7aSEesjIzp2
|
||||
1lHLPAeuJ8y/FbA9sqTuyvM+q0M2ha0assR/nji6PnymbXDs6Q9HvOMGPy0aXPFi
|
||||
ilf6REWBayLUUZhniXj8jj/6ZcD0bqF37x+Ppmi11T3P9tzYFle3/LRbrv8qambr
|
||||
BVOHK/4v0bXx+0PW92YiVK+N1vbd1TGd3fSxWyP7Rw7lHrt2f/Op/a2TYaEfd/6U
|
||||
ytw0udPP+IKguZ2BYQENl0PMbNjvLeHp2eHH59irXeNnCtou/dy4qwiWH42+lzK5
|
||||
8ObXrjHL3dnu5t6q/G1X6l94d0PnutjyyrpdY3vEk/HH/boaHcjQc0T25FbnjcOi
|
||||
GnW6xXl/eKrZuaniffQTaF4ZnNkbmPxL/TvtsYNHbxJNpcnFlQvM5aGlRzrGIweQ
|
||||
W8GW1vG9U02vjMZSa2q2jP7Wl7T2DRU2v5y2cDEqMLu/sNZ5sGGg+G54lffUSGJG
|
||||
5fCOU0PJIaWpwsFu1Pcf68TCfQ==
|
||||
=Bwgk
|
||||
-----END PGP MESSAGE-----
|
||||
|
||||
And finally, I am proving ownership of this host by posting or
|
||||
appending to this document.
|
||||
|
||||
View my publicly-auditable identity here: https://keybase.io/alopexc0de
|
||||
|
||||
==================================================================
|
||||
|
BIN
lobli-256.png
Normal file
BIN
lobli-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user