Website files
This commit is contained in:
37
index.html
Normal file
37
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user