feat: header and favicon
This commit is contained in:
parent
1f2d7d33b2
commit
8b2f45c699
@ -2402,7 +2402,7 @@ div.block-1 {
|
||||
}
|
||||
|
||||
.box-1 {
|
||||
max-width: 525px;
|
||||
max-width: 600px;
|
||||
padding: 40px 0 110px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
@ -68,6 +68,34 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="section bg-[url(/images/bg-header.webp)]">
|
||||
<div className="box-1-cell height-fill context-dark bg-colorHeader/80!">
|
||||
<div className="cell-inner box-1-outer">
|
||||
<div className="box-1">
|
||||
<div className="text-center">
|
||||
<h2>About Us</h2>
|
||||
</div>
|
||||
<div className="mt-4 text-lg">
|
||||
<p>
|
||||
Dynamic Realty is a full-service veteran-owned real estate company based in Centerville, GA,
|
||||
established in 2004. Our services include buying & selling, rentals, & property management. We are
|
||||
committed to providing a personalized structure to each client, with on-site management & a robust
|
||||
property management division. We strive to provide a service that meets the needs of all our customers
|
||||
& are proud to have been helping people with their real estate needs for the past 20 years.
|
||||
</p>
|
||||
<p>
|
||||
At Dynamic Realty, we offer a comprehensive range of realty services to meet the needs of our
|
||||
customers in Central Georgia. Our services include buying & selling, renting, & property management.
|
||||
We understand the real estate sector inside out & are committed to providing a professional service to
|
||||
our clients. We strive to make the process of reaching your real estate goals as easy & stress-free as
|
||||
possible. Get in touch with us today to find out more.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<GoogleReviewBox />
|
||||
|
||||
<section className="section section-lg bg-gray-12">
|
||||
|
@ -51,155 +51,13 @@ export default function Header() {
|
||||
</ul>
|
||||
<div className="rd-navbar-aside-item">
|
||||
<div className="block-inline">
|
||||
<button
|
||||
className="unit unit-spacing-xs align-items-center"
|
||||
data-rd-navbar-toggle="#navbar-login-register"
|
||||
>
|
||||
<div className="unit unit-spacing-xs align-items-center">
|
||||
<span className="unit-left">
|
||||
<span className="icon text-middle mdi mdi-login"></span>
|
||||
</span>
|
||||
<span className="unit-body">
|
||||
<span>Login</span>
|
||||
<a href="/login">Login</a>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<div className="rd-navbar-popup bg-gray-12" id="navbar-login-register">
|
||||
<div className="tabs-custom tabs-horizontal tabs-line" id="navbar-tabs">
|
||||
<ul className="nav nav-tabs">
|
||||
<li className="nav-item" role="presentation">
|
||||
<a className="nav-link active" href="#navbar-tabs-1" data-toggle="tab">
|
||||
Login
|
||||
</a>
|
||||
</li>
|
||||
<li className="nav-item" role="presentation">
|
||||
<a className="nav-link" href="#navbar-tabs-2" data-toggle="tab">
|
||||
Register
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div className="tab-content">
|
||||
<div className="tab-pane fade show active" id="navbar-tabs-1">
|
||||
<form className="rd-form form-1">
|
||||
<div className="form-wrap">
|
||||
<input
|
||||
className="form-input"
|
||||
id="navbar-login-email"
|
||||
type="email"
|
||||
name="email"
|
||||
data-constraints="@Email @Required"
|
||||
/>
|
||||
<label className="form-label" htmlFor="navbar-login-email">
|
||||
E-mail
|
||||
</label>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<input
|
||||
className="form-input"
|
||||
id="navbar-login-password"
|
||||
type="password"
|
||||
name="password"
|
||||
data-constraints="@Required"
|
||||
/>
|
||||
<label className="form-label" htmlFor="navbar-login-password">
|
||||
Password
|
||||
</label>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<button className="button button-sm button-primary button-block" type="submit">
|
||||
Sign in
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div className="tab-pane fade" id="navbar-tabs-2">
|
||||
<form className="rd-form form-1">
|
||||
<div className="form-wrap">
|
||||
<input
|
||||
className="form-input"
|
||||
id="register-name"
|
||||
type="text"
|
||||
name="username"
|
||||
data-constraints="@Required"
|
||||
/>
|
||||
<label className="form-label" htmlFor="register-name">
|
||||
Username
|
||||
</label>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<input
|
||||
className="form-input"
|
||||
id="register-email"
|
||||
type="email"
|
||||
name="email"
|
||||
data-constraints="@Email @Required"
|
||||
/>
|
||||
<label className="form-label" htmlFor="register-email">
|
||||
E-mail
|
||||
</label>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<input
|
||||
className="form-input"
|
||||
id="register-password"
|
||||
type="password"
|
||||
name="password"
|
||||
data-constraints="@Required"
|
||||
/>
|
||||
<label className="form-label" htmlFor="register-password">
|
||||
Password
|
||||
</label>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<input
|
||||
className="form-input"
|
||||
id="register-password-confirm"
|
||||
type="password"
|
||||
name="password"
|
||||
data-constraints="@Required"
|
||||
/>
|
||||
<label className="form-label" htmlFor="register-password-confirm">
|
||||
Confirm Password
|
||||
</label>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<button className="button button-sm button-primary button-block" type="submit">
|
||||
Create an Account
|
||||
</button>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<div className="text-decoration-lines">
|
||||
<span className="text-decoration-lines-content">or enter with</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="form-wrap">
|
||||
<div className="button-group">
|
||||
<a
|
||||
className="button button-facebook button-icon button-icon-only"
|
||||
href="#"
|
||||
aria-label="Facebook"
|
||||
>
|
||||
<span className="icon mdi mdi mdi-facebook"></span>
|
||||
</a>
|
||||
<a
|
||||
className="button button-twitter button-icon button-icon-only"
|
||||
href="#"
|
||||
aria-label="Twitter"
|
||||
>
|
||||
<span className="icon mdi mdi-twitter"></span>
|
||||
</a>
|
||||
<a
|
||||
className="button button-google button-icon button-icon-only"
|
||||
href="#"
|
||||
aria-label="Google+"
|
||||
>
|
||||
<span className="icon mdi mdi-google"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -244,7 +102,11 @@ export default function Header() {
|
||||
</a>
|
||||
</li>
|
||||
<li className="rd-nav-item">
|
||||
<a className="rd-nav-link" href="/">
|
||||
<a
|
||||
className="rd-nav-link"
|
||||
href="https://dynamicrealtyinc.managebuilding.com/Resident/public/rentals"
|
||||
target="_blank"
|
||||
>
|
||||
RENTAL PORTAL
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user