forked from xfiveco/x-precise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (22 loc) · 1.02 KB
/
index.html
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>
<meta charset="utf-8" />
<title>X-Precise Demo</title>
<link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link href="css/demo.css" rel="stylesheet" media="all" />
</head>
<body>
<div class="container">
<h1 class="heading">X-Precise</h1>
<p><strong>X-Precise is a simple yet effective method to achieve pixel precise results in your PSD to HTML projects. </strong></p>
<p>By overlaying or underlaying a developed page with a semi-transparent image of the original design you can immediately see and repair any differences from the client’s design. Using X-Precise as a method to ensure quality will save you both time and money, and your customers will be happier for it, too!</p>
<div class="text-center">
<a href="https://github.com/xhtmlized/x-precise" class="btn">Learn More</a>
</div>
</div>
<!-- / container -->
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="xprecise.min.js"></script>
</body>
</html>