-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·138 lines (131 loc) · 9.01 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<html>
<head>
<title>Seen an animation thing in css I want to test</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="format-detection" content="telephone=no">
<!-- <link rel="stylesheet" href="https://crosscutproperty.com/scripts/bootstrap.min.css"/> -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="https://crosscutproperty.com/scripts/rickV11.css"/>
<!--<link href='https://crosscutproperty.com/scripts/font_arizona.css' rel='stylesheet' type='text/css'/>-->
<link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- <script src="https://crosscutproperty.com/scripts/bootstrap.min.js"></script> -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://crosscutproperty.com/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
</head>
<body>
<div class="root-guide">
<div class="main-wrapper">
<!--#########################################################################
We would like to replace the bootstrap slider with a better alternative
#############################################################################-->
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="max-width:80%; margin-left:auto;margin-right:auto;padding:0em;">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox" style="margin-top:0em;padding-top:0em;">
<div class="item active">
<img src="https://crosscutproperty.com/snowequipsized.gif" alt="Snow Equipment">
</div>
<div class="item">
<img src="https://crosscutproperty.com/lawnequipsized.gif" alt="Lawn Equipment" width="460" height="345">
</div>
<div class="pricequote-wrap">
<div class="subwrap">
<div class="pricequote-left" style=""></div>
<div class="pricequote-right" style=""></div>
<div class="quote-text"><a href="#new-quote">Start A Quote</a></div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--#########################################################################
This is the mega-menu adapted from http://codepen.io/ahsanrathore/details/wMRwpZ
1. in-page anchors have been added and manipulated from #id:target{} style
2. drop-down menu if used has been changed to fill 100% page width
3. colors backgrounds and borders have been changed
#############################################################################-->
<header class="light">
<div class="navbreak">
<div class="unbrkbles">
<nav>
<a href="javascript:void(0);" class="ic menu">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</a>
<a href="javascript:void(0);" class="ic close"></a>
<ul class="main-nav">
<li class="top-level-link">
<a><span>Company Directory</span></a>
</li>
<li class="top-level-link">
<a><span>Services</span></a>
</li>
<li class="top-level-link">
<a><span>Equipment</span></a>
<div class="sub-menu-block">
<h1 class="sub-menu-head">Equipment</h1>
<div class="row" style="background-color: rgba(0, 0, 0, .8);min-height:4rem;">
<div class="col-md-4 col-lg-4 col-sm-4">
<h1 class="sub-menu-head">The equipment factor</h1>
<blockquote>Outstanding and well maintained equipment is key to a job done right. One of our jobs is to ensure all Tools and Equipment are in optimum condition. We use best in class zero turn lawn mowers, weedwhips, leaf blowers, bagging and collection aparatus. We take pride in our tools employing equipment from makers such as: Toro, Gravely, Husqavarna,
</blockquote>
</div>
<div class="col-md-4 col-lg-4 col-sm-4">
<h1 class="sub-menu-head">Zero Turn Animation Heading</h1>
<blockquote>This is a test of the public broadcasting system
</blockquote>
<h1 class="sub-menu-head">Pulling blades on Z-turn</h1>
<blockquote>This is a test of the public broadcasting system
</blockquote>
</div>
<div class="col-md-4 col-lg-4 col-sm-4">
<h1 class="sub-menu-head">Equipment Videos</h1>
<blockquote>This is a test of the public broadcasting system
</blockquote>
</div>
<div class="col-md-4 col-lg-4 col-sm-4">
<h1 class="sub-menu-head">Service grades available</h1>
<blockquote>This is a test of the public broadcasting system
</blockquote>
</div>
</div>
</div>
</li>
</ul>
</nav>
</div>
</div>
</header>
</div> <!--End Main Wrapper-->
<div id="directory" class="screen-overlay"></div>
<div id="directory"></div>
<!--<div id="services" class="full-overlay"></div>
<div id="equipment" class="full-overlay"></div>
<div id="services" class="full-overlay"></div>-->
</div> <!--End Root Guide -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76417542-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>