-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (158 loc) · 7.62 KB
/
index.html
File metadata and controls
169 lines (158 loc) · 7.62 KB
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
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2VM SoCal Construction | Quality Residential Contractor</title>
<meta name="description"
content="Professional residential contractor specializing in renovations, remodeling, and custom builds. Quality craftsmanship you can trust.">
<link rel="stylesheet" href="assets/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</head>
<body>
<header class="site-header">
<div class="container">
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="2VM SoCal Construction" height="50">
</a>
<nav class="main-nav">
<button class="menu-toggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-links">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#gallery">Our Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-content">
<h1>Building Your Vision With Precision</h1>
<p>Expert residential renovations and custom builds. We turn your house into the home of your
dreams.</p>
<a href="#contact" class="btn btn-primary">Get a Free Consult</a>
</div>
</div>
</section>
<section id="about" class="about-section">
<div class="container">
<div class="about-grid">
<div class="about-text">
<h2>Quality Craftsmanship, Honest Service</h2>
<p>With over 15 years of experience, we pride ourselves on delivering top-notch residential
construction services. We have a long track record of serving homeowners in the <strong>Long
Beach, Seal Beach, and Rossmoor</strong> areas. From kitchen remodels to full home
additions, we handle every project
with the same level of dedication and detail.</p>
<ul class="feature-list">
<li>Licensed & Insured</li>
<li>Transparent Pricing</li>
<li>On-Time Completion</li>
</ul>
</div>
<div class="about-image">
<img src="assets/images/before-after.png" alt="Before and After Renovation"
class="before-after-image">
</div>
</div>
</div>
</section>
<section id="gallery" class="gallery-section">
<div class="container">
<h2>Our Work</h2>
<div class="gallery-grid">
<div class="gallery-item"
data-images='["assets/images/kitchen.png", "assets/images/kitchen_modern_1_1764875504579.png", "assets/images/kitchen_modern_2_1764875517955.png"]'
data-title="Kitchen Remodel">
<img src="assets/images/kitchen.png" alt="Modern Kitchen Remodel">
<div class="overlay">
<h3>Kitchen Remodel</h3>
<p>Click to view project</p>
</div>
</div>
<div class="gallery-item"
data-images='["assets/images/bathroom.png", "assets/images/bathroom_luxury_1_1764875531063.png", "assets/images/bathroom_luxury_2_1764875543430.png"]'
data-title="Bathroom Update">
<img src="assets/images/bathroom.png" alt="Luxury Bathroom Renovation">
<div class="overlay">
<h3>Bathroom Update</h3>
<p>Click to view project</p>
</div>
</div>
<div class="gallery-item"
data-images='["assets/images/remodel_living_1_1764875557048.png", "assets/images/remodel_exterior_1_1764875591048.png"]'
data-title="Full Home Remodel">
<img src="assets/images/remodel_living_1_1764875557048.png" alt="Full Home Remodel">
<div class="overlay">
<h3>Full Home Remodel</h3>
<p>Click to view project</p>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact-section">
<div class="container">
<div class="contact-wrapper">
<div class="contact-info">
<h2>Contact us for information or a quote</h2>
<div class="info-item">
<strong>Phone:</strong> 562-355-0602
</div>
<div class="info-item">
<strong>Email:</strong> 2vmhome@2vmsocalconstruction.com
</div>
<div class="info-item">
<strong>Service Area:</strong> Long Beach, Seal Beach, Rossmoor & Surrounding Areas
</div>
</div>
<form name="contact" method="POST" netlify action="/success.html" class="contact-form">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>©
<script>document.write(new Date().getFullYear())</script> 2VM SoCal Construction. All rights reserved.
</p>
</div>
</footer>
<script src="assets/main.js"></script>
<script>
if (window.netlifyIdentity) {
window.netlifyIdentity.on("init", user => {
if (!user) {
window.netlifyIdentity.on("login", () => {
document.location.href = "/admin/";
});
}
});
}
</script>
</body>
</html>