Website files

This commit is contained in:
2025-11-18 09:56:31 -05:00
commit dc41d7d04c
5 changed files with 284 additions and 0 deletions

37
index.html Normal file
View File

@@ -0,0 +1,37 @@
<!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>
<p>Mystic Tech Collective formed out of a vision to bring accessible, affordable, and professional technical expertise to small businesses, nonprofits, academics, and activist projects. We're a team of IT infrastructure, devops, full stack, and front end engineers with a vision for usability and accessibility. </p>
<p>If you're curious about fixing or updating your website, consolidating your technical skills, analyzing data for your business, or researching and learning what technical tools can help you meet your goals then we're the team for you! </p>
<p>Our cost structure is negotiable based on the scope of the project. A contract fee will be agreed upon before any work begins. A 30 minute consult with one of our engineers is free to determine if we can take on your project.</p>
</main>
</body>
</html>