From 33128f00648efbcfce34cac6ac87a508e2fc6224 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 19 Jan 2024 08:34:38 -0500 Subject: Initial commit for cgit platform --- .build.yml | 12 ++++++++++++ LICENSE | 21 +++++++++++++++++++++ README.md | 3 +++ index.html | 1 + 4 files changed, 37 insertions(+) create mode 100644 .build.yml create mode 100644 LICENSE create mode 100644 README.md create mode 100644 index.html 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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9d88e14 --- /dev/null +++ b/LICENSE @@ -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 @@ +CV

Hi, I'm Brad.

Resume:

Fullstack Engineer @ SerpApi, 2023-
Sr. Product Designer @ Donorbox, 2021-2023
Web Designer @ Purism, 2019-2021
Product Designer @ Benbria, 2013-2019
Web Designer @ Netvatise, 2009-2013

Links:

bt.ht
sr.ht/~bt

brad@bt.ht \ No newline at end of file -- cgit v1.2.3-54-g00ecf