-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
162 lines (134 loc) · 6.87 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="">
<meta name="description" content="">
<meta name="keywords" content="">
<!--Social Media Display-->
<meta property="og:title" content=""/>
<meta property="og:description" content=""/>
<meta property="og:type" content="website" />
<meta property="og:url" content=""/>
<meta property="og:image" content=""/>
<meta property="og:image:secure_url" content=""/>
<!--Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v1">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- CSS -->
<link rel="stylesheet" href="/css/core-styles.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/dark.css">
<title>Residential Painting Contractors | Turner Painting | Middleton, OH</title>
</head>
<body>
<a class="skip" aria-label="skip to main content" href="index.html#main">Click To Skip To Main</a>
<header>
<button class="dark-mode-button top-dark-mode-button" aria-label="dark mode toggle">
<img class="moon" aria-hidden="true" src="/images/moon.svg" alt="" width="24" height="24">
<img class="sun" aria-hidden="true" src="/images/sun.svg" alt="" width="24" height="24">
</button>
<!-- Mobile Nav Strip -->
<div class="mobile-wrapper">
<div class="mobile-nav container mobile-nav-container">
<img id="mobile-logo" src="/images/logo.png" alt="mobile_company_logo" height="60">
<!-- Hamburger Menu -->
<button aria-label="open the menu" id="menu-button" class="hamburger hamburger--spring" onclick="toggleNav()" type="button">
<span aria-hidden="true" class="hamburger-box">
<span aria-hidden="true" class="hamburger-inner"></span>
</span>
</button>
</div>
</div>
<!-- ============================================ -->
<!-- NAVIGATION -->
<!-- ============================================ -->
<nav>
<div class="navbar-menu">
<div id="side-menu" class=" side-nav">
<img aria-hidden="true" src="images/logo.png" alt="compnay logo" height="80">
<ul id="on-top" class="navbar-links">
<li class="nav-li"><a class="active-menu" href="index.html">Home</a></li>
<li class="nav-li"><a href="index.html#about-diamond">About</a></li>
<li class="nav-li"><a href="index.html#services">Services</a></li>
<li class="nav-li"><a href="html/portfolio.html">Portfolio</a></li>
<li class="nav-li"><a href="html/testimonials.html">Testimonials</a></li>
<li class="nav-li"><a href="html/contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<main id="main">
<!-- ============================================ -->
<!-- LANDING -->
<!-- ============================================ -->
<section id="hero">
<div aria-hidden="true" id="dark"></div>
<div class="container hero-content">
<div class="heroText">
<h1 id="home-h">Professional House Painters For Your Home or Business</h1>
<h2>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quo vero, quae recusandae repellendus sed sequi tenetur animi quidem eum cupiditate.</h2>
<a class="button-solid" href="" >
Our Services
</a>
<a class="button-transparent" href="">
Free Quote
</a>
</div>
</div>
</section>
<!-- ============================================ -->
<!-- Services -->
<!-- ============================================ -->
<section id="services">
</section>
<!-- ============================================ -->
<!-- About -->
<!-- ============================================ -->
<section id="about">
</section>
</main>
<!-- ============================================ -->
<!-- FOOTER -->
<!-- ============================================ -->
<footer id="footer">
<a class="footer-logo" aria-label="business logo" href="/index.html"><img aria-hidden="true" src="/images/logo-icon.png" alt=""></a>
<div class="contact-group">
<a class="phone" href="tel:555-555-1123">555.555.1123</a><span>Somewehere, Out There</span><a href="[email protected]">[email protected]</a>
</div>
<ul>
<li><a href="/index.html" class="active">Home</a></li>
<li><a href="/html/about-turner-painting.html">About</a></li>
<li><a href="/index.html#services">Services</a></li>
<li><a href="/html/portfolio.html">Portfolio</a></li>
<li><a href="/html/contact.html">Contact</a></li>
</ul>
<span class="credit">Designed and Developed by <a href="https://www.oakharborwebdesigns.com/"> Oak Harbor Web Designs</a><span class="copy">Copyright 2021</span></span>
<div class="circle-container">
<div aria-hidden="true" class="circle circle1"></div>
<div aria-hidden="true" class="circle circle2"></div>
</div>
</footer>
<script>
var ba = ["MSIE","Trident","Edge"];
var b, ua = navigator.userAgent;
for(var i=0; i < ba.length; i++){
if( ua.indexOf(ba[i]) > -1 ){
b = ba[i];
break;
}
}
if(b == "MSIE" || b == "Trident" || b == "Edge"){
b = "Internet Explorer";
alert("You are using the " + b + " browser and this browser is incompatible with this website and many others. Please open this page in a different browser, either Chrome or Firefox. Thank you!");
}
</script>
<script defer src="/app.js"></script>
</body>
</html>