2020-01-02 07:32:54 +00:00
<!DOCTYPE HTML>
< html lang = "en" >
< head >
< title > Parsell Family Website< / title >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< link rel = "Stylesheet" href = "css/main.min.css" / >
< script src = "https://kit.fontawesome.com/7552ed27e8.js" > < / script >
< / head >
< body >
< section class = "hero is-fullheight has-background" >
< div class = "hero-head" >
< nav class = "navbar is-transparent" >
< div class = "navbar-end" >
< a class = "navbar-item" data-show = "quickview" data-target = "PPK" >
< span class = "icon is-small" > < i class = "fas fa-chevron-left fa-xs" > < / i > < / span >
< span class = "icon is-small" > < i class = "fas fa-fingerprint fa-sm" > < / i > < / span >
< / a >
< / div >
< / nav >
< / div >
< div class = "hero-body" >
< div class = "container" >
< div class = "column is-one-third is-offset-one-third" >
< div class = "box" >
2020-05-24 06:46:43 +00:00
< p class = "title has-text-centered has-text-weight-light is-big-headed" > Parsell Family< / p >
2020-01-02 07:32:54 +00:00
< div class = "is-divider" data-content = "Links" > < / div >
2020-12-07 04:47:54 +00:00
< p class = "buttons is-centered" >
2020-01-02 07:32:54 +00:00
< a href = "http://mail.parsell.me/" class = "button is-medium is-rounded" >
2020-12-07 04:24:05 +00:00
< span class = "icon is-medium" > < i class = "far fa-envelope fa-lg" > < / i > < / span >
2020-01-02 07:32:54 +00:00
< / a >
< a href = "http://drive.parsell.me/" class = "button is-medium is-rounded" >
2020-12-07 04:24:05 +00:00
< span class = "icon is-medium" > < i class = "far fa-folder fa-lg" > < / i > < / span >
2020-01-02 07:32:54 +00:00
< / a >
< a href = "https://git.parsell.me/" class = "button is-medium is-rounded" >
2020-12-07 04:24:05 +00:00
< span class = "icon is-medium" > < i class = "fab fa-git-alt fa-lg" > < / i > < / span >
< / a >
< a href = "https://selfservice.parsell.me/" class = "button is-medium is-rounded" >
< span class = "icon is-medium" > < i class = "fas fa-passport fg-lg" > < / i > < / span >
2020-01-02 07:32:54 +00:00
< / a >
< / p >
< / div >
< / div >
< / div >
< div id = "PPK" class = "quickview" >
< header class = "quickview-header" >
< p class = "title" > Public Keys< / p >
< button class = "delete" data-dismiss = "quickview" > < / button >
< / header >
< div class = "quickview-body content" >
< div class = "quickview-block" >
2020-12-07 04:24:05 +00:00
< p > The following keys are generally given to anyone who has a parsell.me address and can be used to securely send any type of data.< br > Note: these keys are in the ssh-keygen default format< / p >
2020-01-02 07:32:54 +00:00
< div class = "is-divider" > < / div >
< p class = "is-size-7" > SSH RSA - Not secured, not recommended< / p >
2020-12-07 04:24:05 +00:00
< blockquote class = "is-size-7" > ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3m5T1SvA5R/MYk/Ryz4UdjHscd3mEOim9gT5MGS9lZ/Lkmt0+f+/aTwimIyXypzHtE4wZRmmG+cYP010+GesMeI9Ms/VGa5ZDu5GPVDZG80rdjJN/4WT+RZ0wk6mUtc/GYT76O200m7z7agK7N9F0/02c/XANqokfeJD9pUkZDrP0AgB/W25c1zdadcKiq8ozqECTiJcEUcnFQtwA68gLLL+yjRzStOC0Ip8KfBLxPk3TGzoeFoxwi2eReD897a7r1Cre2uvCkdjMNNu29/4S6vMXYPIhNP4B082e00Gqav4MTkF4JTd5fXoyzLiRgkOjh5WYQeYEp8NRBdSZBVBEygg8ki4DnTFthatvPPTGhp5xWEB1IEwtFWa2xaVqw5M+9pkiMQaFWJl9ow1n/cK5PpScHb2WZlTkCEnGg76YRh5fDx2WRC9YqoZe7jnIZ0HAai1Cq8m0y5p6Vx69oo4hwSjN2dj9WCiQvvSDzirwWCkN8ylhztVFoF+M+/Pgwh87NqHM2LSClNbPV8l4S+2aO178Mdauot1NWmIMX2yCeR9eZs6fUgDI9JgaRFZvjf8YCA7jdi14u5gie+AeE33/lIhmFWnxJLJBWYCA5PdFmSr+iPIxhTiF06hZ4yIkKQpEktugHIUrprZmL1i2pIkgDLMG3zmuSS2VtaNTHF19yQ==< / blockquote >
2020-01-02 07:32:54 +00:00
< br >
< / div >
< / div >
< div class = "quickview-footer has-text-centered" >
2020-12-07 04:24:05 +00:00
<!-- <a href="pkeys/id_ed25519.pub"><button class="button is - primary is - size - 7">Download ED25519 .pub</button></a> -->
2020-01-02 07:32:54 +00:00
< a href = "pkeys/id_rsa.pub" > < button class = "button is-info is-size-7" > Download RSA .pub< / button > < / a >
< / div >
< / div >
< / div >
< / section >
< / body >
< footer >
< script type = "text/javascript" src = "/scripts/quickview.min.js" > < / script >
< / footer >
< / html >