This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (62 loc) · 3.16 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!-- @include _variables.html -->
<!doctype html>
<!-- @include _conditional.html -->
<head>
<title>Raleigh Web Design & Web Development | Pixelscut Design Studio</title>
<!-- @include _head-meta.html -->
<meta name="description" content="Pixelscut Studio brings custom-tailored web design and development solutions to the Raleigh, NC area. Call us today for a free consultation!">
<!-- For all browsers -->
<!-- @stylesheet rock-hammer -->
<!--[if (lt IE 9) & (!IEMobile)]>
<!-- @javascript selectivizr-min -->
<!-- @stylesheet lte-ie8 -->
<![endif]-->
<!-- JavaScript -->
<!-- @javascript modernizr-2.6.2-min -->
<!-- @include _head-icons.html -->
<!-- @include _head-ios.html -->
<!-- @include _head-ios-startup.html -->
<!-- @include _head-windows.html -->
</head>
<body>
<a href="#navigation-toggle" class="navigation-toggle">Menu</a>
<nav id="navigation-toggle" role="navigation">
<ul>
<!--<li><a href="about-us">About Us</a></li>
<li><a href="pixelscut-web-services">Services</a></li>
<li><a href="raleigh-web-design">Web Design</a></li>
<li><a href="raleigh-web-development">Web Development</a></li>
<li><a href="raleigh-online-marketing">Online Marketing</a></li>
<li><a href="raleigh-mobile-apps">Mobile Apps</a></li>
<li><a href="raleigh-interactive-design">Interactive</a></li>
<li><a href="pixelscut-clients">Clients</a></li>-->
<li><a href="../pixelscut-blog">Blog</a></li>
<!--<li><a href="raleigh-web-design-events">Raleigh Events</a></li>
<li><a href="chapel-hill-web-design-events">Chapel Hill Events</a></li>
<li><a href="durham-web-design-events">Durham Events</a></li>-->
</ul>
<!--<span>Call Us : 919.349.5957</span>-->
</nav>
<div class="container">
<section class="l-panel l-introduction">
<div class="hero-unit">
<h1><a href="http://pixelscut.com" target="_self"><img class="t-hide d-hide" src="<!-- @path icon.png -->"/><img class="m-hide" src="<!-- @path logo.png -->" alt="Responsive Web Design & Development"/></a></h1>
<p class="t-hide d-hide">Mobile-First. Don't get left behind!</p>
<p class="m-hide">Web and application development shouldn't be so complicated. We utilize the most cost effective, reliable, fast and sustainable solutions for your online business needs.</p>
<div class="secondary"><a href="#contactModal" class="btn btn-large btn-primary" data-toggle="modal">Free Website Optimization Consultation</a>
<!-- Modal -->
<div id="contactModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-body">
<h3>FREE EVAL Call <a href="tel://919-349-5957">(919) 349-5957</a></h3>
<h3>Email us <a href="mailto:[email protected]">[email protected]</a></h3>
</div>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</div>
</div>
</section><!-- section -->
<!-- @include _pixelscut.html -->
</div><!-- container -->
<!-- @include _footer.html -->
<!-- @include _scripts.html -->
</body>
</html>