Website files
This commit is contained in:
111
team.html
Normal file
111
team.html
Normal file
@@ -0,0 +1,111 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>CI Protytpe</title>
|
||||
|
||||
<!-- Minified version -->
|
||||
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
||||
<link rel="stylesheet" href="./main.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Mystic Tech Collective</h1>
|
||||
|
||||
|
||||
<nav>
|
||||
<ul style="list-style: none;">
|
||||
<li><a href="./index.html">Home</a></li>
|
||||
<li><a href="./team.html">Team</a></li>
|
||||
<li><a href="./services.html">Services</a></li>
|
||||
<li><a href="./contact.html">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Max</h2>
|
||||
<aside>
|
||||
<p><a href="https://spacebar.digital/max-evans/portfolio/">Portfolio</a>
|
||||
<a href="https://spacebar.digital/max-evans/resume/">Resume</a>
|
||||
|
||||
</aside>
|
||||
<p>Game designer and Front-End developer focused on accessibility</p>
|
||||
<ul style="list-style:none;" class="notice">
|
||||
<li>Software: C++, C#, Java, Python, HTML/CSS/JS, Angular, Typescript, GDSCript, Wordpress</li>
|
||||
<li>Design: Figma, UX, WCAG 2.0 AA, User Research</li>
|
||||
<li>Tools: Unity, Godot, Blockbench</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<h2>Annie</h2>
|
||||
<aside>
|
||||
<p><a href="https://spacebar.digital/max-evans/portfolio/">Portfolio</a>
|
||||
<a href="https://spacebar.digital/max-evans/resume/">Resume</a>
|
||||
|
||||
</aside>
|
||||
<p>Copy</p>
|
||||
<ul style="list-style:none;" class="notice">
|
||||
<li>Programming languages (and markup languages, etc.): Python, Java, HTML, CSS, Javascript, Bash, SQL, MATLAB, R. Learning Haskell, C, and x86 Assembly but not yet skilled enough in them to use them professionally (hopefully will be at some point though).</li>
|
||||
<li>Software Skills: Git, Audacity, Godot, QGIS</li>
|
||||
<li>Soft Skills: Project management, Agile development methodology, technical and creative writing, research, experiment design, communication across disciplines, conflict resolution</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Lace</h2>
|
||||
<aside>
|
||||
<p><a href="https://spacebar.digital/max-evans/portfolio/">Portfolio</a>
|
||||
<a href="https://spacebar.digital/max-evans/resume/">Resume</a>
|
||||
|
||||
</aside>
|
||||
<p>Copy</p>
|
||||
<ul style="list-style:none;" class="notice">
|
||||
<li>Skills: Full stack engineer, software architecture, data analysis, researcher, and big picture thinker</li>
|
||||
<li>Technologies: JS, Python, bash, Java, HTML/CSS, docker, AWS/Azure pipelines, OS: Mac or Linux</li>
|
||||
<li>Soft Skills: Project Management, Product Design, Planning</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<h2>Lily</h2>
|
||||
<aside>
|
||||
<p><a href="https://spacebar.digital/max-evans/portfolio/">Portfolio</a>
|
||||
<a href="https://spacebar.digital/max-evans/resume/">Resume</a>
|
||||
|
||||
</aside>
|
||||
<p>Copy</p>
|
||||
<ul style="list-style:none;" class="notice">
|
||||
<li>Skills: Docker, K8s, Microk8s, AWS, Azure, VMware, Hyper-V, various flavors of Linux</li>
|
||||
<li>Hardware:desktop equipment, various assorted rack server and switching/routing equipment</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Quinton</h2>
|
||||
<aside>
|
||||
<p><a href="https://spacebar.digital/max-evans/portfolio/">Portfolio</a>
|
||||
<a href="https://spacebar.digital/max-evans/resume/">Resume</a>
|
||||
|
||||
</aside>
|
||||
<p>Copy</p>
|
||||
<ul style="list-style:none;" class="notice">
|
||||
<li>Server Management, Networking, DNS management, Mail management, VOIP, Training, M365, Azure, AWS, GCP, Firewall admin, Mobile device management, Professional services automation, HIPPA/SOX/NIST/GDPR compliance management, Backup lifecycle management, Active Directory, Exchange, Software purchasing, hardware purchasing, Shipping management, Process/procedure development, Internal process and IT documentation/Automation</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user