-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolcanotech.php
29 lines (28 loc) · 1.25 KB
/
volcanotech.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<title>MattOehrlein.com - Volcano Technologies</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css"/>
<!-- JQuery ================================================= -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="./include/jquery.wookmark.js"></script>
<script type="text/javascript" src="./scripts.js"></script>
<script type="text/javascript" src="./include/waypoints.js"></script>
<meta charset="utf-8">
</head>
<body>
<?php include_once("analyticstracking.php") ?>
<div class ="back">
<a href = "./index.php"><img class="center" src = "./content/img/backarrow.png" ></a>
</div>
<div id="content" class = "center">
<h1>Volcano Technologies LLC</h1>
<img src = "./content/img/volcano.jpg" class="center border">
<p>
Volcano Technologies is an electronics design services company that I started.
</p>
<a href = "http://volcanotechnologies.com/" target="_blank">volcanotechnologies.com</a>
</div>
</body>