diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-19 08:34:38 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-19 08:34:38 -0500 |
commit | 33128f00648efbcfce34cac6ac87a508e2fc6224 (patch) | |
tree | d39cceaaae1716f14ab1f85471eeb7a624f90fd6 |
Initial commit for cgit platform
-rw-r--r-- | .build.yml | 12 | ||||
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | index.html | 1 |
4 files changed, 37 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..7da006a --- /dev/null +++ b/.build.yml @@ -0,0 +1,12 @@ +image: debian/stable +oauth: pages.sr.ht/PAGES:RW +environment: + site: cv.bt.ht +sources: + - https://git.sr.ht/~bt/cv +tasks: +- package: | + cd cv + tar -cvz . > ../site.tar.gz +- upload: | + acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz
\ No newline at end of file @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Bradley Taunt + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c9d1fb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# cv + +My minimal curriculum vitae weighing less than 1kB diff --git a/index.html b/index.html new file mode 100644 index 0000000..7379dc8 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +<!DOCTYPE html><link rel="icon" href="data:,"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>CV</title><p>Hi, I'm Brad.<p>Resume:<p>Fullstack Engineer @ SerpApi, 2023-<br>Sr. Product Designer @ Donorbox, 2021-2023<br>Web Designer @ Purism, 2019-2021<br>Product Designer @ Benbria, 2013-2019<br>Web Designer @ Netvatise, 2009-2013<p>Links:<p><a href="https://bt.ht">bt.ht</a><br><a href="https://sr.ht/~bt/">sr.ht/~bt</a><p>brad@bt.ht
\ No newline at end of file |