Skip to content

Commit

Permalink
almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperbrislain committed Jan 29, 2021
1 parent 5ba4710 commit ad7d52d
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 709 deletions.
43 changes: 20 additions & 23 deletions _data/experience.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
- title: Creative Technologist
company: Simple Machinists
logo: /assets/svg/watermarks/simplemachinists.svg
from: 2018-04-01
to: 2018-06-11
tags: ['production','gig','art','creative','programming','electronics']
skills: ['adobe-creative-cloud','git','arduino','generative-art','integration-and-automation','trello','agile-development','projection-mapping','rapid-prototyping','experience-design']
links:
- icon: fab fa-github
url: https://github.com/cooperbrislain/led-test-bench
title: LED Test Bench
tech: ['git','arduino','blender','3d printing','artnet','c#']
responsibilities:
- description: Collaboratively designed custom-fabricated parts for high-performance __ARTNet__ LED fixtures for use at live events.
- description: Developed production, q/a, and __asset tracking software__ using __QR codes__, __Pub/Sub__, and __mySQL__
- description: Iterated on product design based on event __post-mortem analysis__.
- description: Researched and recommended parts, materials, and tools to meet production requirements.
# - description: Designed custom __3D-printed__ parts to improve durability and normalize assembly.
# - description: Developed and iterated __production methodologies__ to meet growing demand.
- description: Analyzed failed units for causes and __revised__ design to __reduce or eliminate rate of failure__.
- description: Proposed design recommendations based on common challenges encountered in __event production__.
enabled: false

- title: VJ, Visual Artist, Creative Technologist
company: Vektor Selektor
type: artist
Expand Down Expand Up @@ -70,6 +47,26 @@
- description: Performed original content live before audiences of up to 10,000.
enabled: true

#- title: Creative Technologist
# company: Simple Machinists
# logo: /assets/svg/watermarks/simplemachinists.svg
# from: 2018-04-01
# to: 2018-06-11
# tags: ['production','gig','art','creative','programming','electronics']
# skills: ['adobe-creative-cloud','git','arduino','generative-art','integration-and-automation','trello','agile-development','projection-mapping','rapid-prototyping','experience-design']
# links:
# tech: ['git','arduino','blender','3d printing','artnet','c#']
# responsibilities:
# - description: Collaboratively designed custom-fabricated parts for high-performance __ARTNet__ LED fixtures for use at live events.
# - description: Developed production, q/a, and __asset tracking software__ using __QR codes__, __Pub/Sub__, and __mySQL__
# - description: Iterated on product design based on event __post-mortem analysis__.
# - description: Researched and recommended parts, materials, and tools to meet production requirements.
# # - description: Designed custom __3D-printed__ parts to improve durability and normalize assembly.
# # - description: Developed and iterated __production methodologies__ to meet growing demand.
# - description: Analyzed failed units for causes and __revised__ design to __reduce or eliminate rate of failure__.
# - description: Proposed design recommendations based on common challenges encountered in __event production__.
# enabled: false

- title: Software Engineer
company: BetterHelp
type: full-time
Expand Down
File renamed without changes.
9 changes: 0 additions & 9 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>{{ page.title }}</title>
<meta name="description" content="{{ page.description }}">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121066483-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121066483-2');
</script>
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/icon/apple-touch-icon.png" | absolute_url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/icon/favicon-32x32.png" | absolute_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/icon/favicon-16x16.png" | absolute_url }}">
<link rel="manifest" href="{{ "/assets/icon/manifest.json" | absolute_url }}">
<link rel="mask-icon" href="{{ "/assets/icon/safari-pinned-tab.svg" | absolute_url }}" color="#5bbad5">
<link rel="shortcut icon" href="{{ "/assets/icon/favicon.ico" | absolute_url }}">
<meta name="msapplication-config" content="{{ "/assets/icon/browserconfig.xml" | absolute_url }}">

<meta name="theme-color" content="#00892B">
<!-- CSS -->
<link rel="stylesheet" href="{{ "/assets/css/style.css" | absolute_url }}" />
Expand Down
3 changes: 1 addition & 2 deletions _includes/scripts-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
<script src="{{ "/assets/js/util.js" | absolute_url }}"></script>
<script src="{{ "/assets/js/main.js" | absolute_url }}"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js" type="text/javascript"></script>
<script src="{{ "/assets/js/script.js" | absolute_url }}"></script>

<script src="{{ "/assets/js/script.js" | absolute_url }}"></script>
4 changes: 2 additions & 2 deletions _includes/tracking.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121066483-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121066483-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121066483-1');
gtag('config', 'UA-121066483-2');
</script>
6 changes: 3 additions & 3 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
Based on Massively by HTML5 UP, modified by Cooper Brislain
html5up.net | @ajlkn
Jekyll integration by somiibo.com
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="">
<head>
{% include head.html %}
</head>
Expand All @@ -23,7 +23,7 @@
</section>
</div>
<footer>
{% include foot.html %}
{% include footer.html %}
</footer>
</div>
{% include nav.html %}
Expand Down
58 changes: 0 additions & 58 deletions _sass/_common 2.scss

This file was deleted.

Loading

0 comments on commit ad7d52d

Please sign in to comment.