dlseitz.dev-frontend/index.html

91 lines
4.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Derek L. Seitz - Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles/styles.css">
</head>
<body>
<!--? The flow and layout for this page should have a similar feel to "https://dribbble.com/shots/26383872-AI-Assistant-Website-Landing-Page" in that it flows smoothly, isn't overwhelming for the user, uses strategic coloring as a highlight (and not a domination). For the user, it needs to feel effortless to absorb the quality being presented. -->
<!--*Additionally, it would be a good idea to reword some of the pitch to highlight and emphasize the collaborative approach being taken to understand the client's needs, their dynamic with their own customers, and how I can help them meet those needs through my work. Something like:
“Working closely with you to understand your unique business and customers…”
“Together, well craft a website that reflects your vision and meets your audiences needs…”
“Im here not just to build, but to partner with you in your growth journey…” -->
<!-- ↓ Start Header ↓ -->
<!-- ↓ Start Main ↓ -->
<main>
<h1>Grow Your Online Presence with Me, Derek L. Seitz</h1>
<p>A great website is often your most powerful sales tool. It's the first impression you make and the cornerstone of your online presence.</p>
<h2>What a Well-Designed Website Can Do</h2>
<!-- ↓ Start ↓ -->
<!--? The .benefits-list list will be a JavaScript feature that cycles through the list of benefits. The list likely needs to be lengthened further, and instead of flashing them one by one, perhaps use an accordion feature as a pop-out for different categories, or even a hover that expands the displayed benefits (tap-to-expand using javaScript for mobile devices)-->
<div class="benefits-list">
<ul class="growth">
<li>Attract more visitors</li>
<li>Expand your availability</li>
<li>Convert visitors into customers</li>
<li>Engage with your audience</li>
</ul>
<ul class="brand-cred">
<li>Share your expertise</li>
<li>Build trust and credibility</li>
<li>Showcase your products and services</li>
<li>Communicate your vision</li>
</ul>
<ul class="operations">
<li>Transform your workflow</li>
<li>Provide cost-effective marketing</li>
<li>Enhance customer service</li>
<li>Improve data analytics</li>
</ul>
</div>
<p>The list of benefits goes on and on.</p>
<p>While I focus on getting your website noticed, you can focus on what makes your business thrive: the people and communities your serve.</p>
<!--? ↓ Start ↓ -->
<!--? This section will feature a carousel of services on cards. The carousel will be scrollable, and when the card is clicked or touched, it will expand to provide a clearer description of the service. This will be accomplished with JavaScript-->
<h2>The Ways I Can Help</h2>
<div class="services">
<h3>Web Development & Design:</h3>
<ul class="web-dev-service">
<li>Web development</li>
<li>Design & related services</li>
<li>Front-End & Back-End development</li>
<li>Website redesigns</li>
<li>Discovery & Planning sessions</li>
<li>Wire-frames & mockups</li>
<li>Custom solutions<br>(e.g., CMS, eCommerce, & booking tools)</li>
</ul>
<h3>Maintenance & Ongoing Support:</h3>
<ul class="ongoing-service">
<li>Site maintenance & updates</li>
<li>Technical support</li>
<li>Routine maintenance & updates</li>
<li>Post-launch support</li>
<li>Ongoing support</li>
</ul>
<h3>Other Related Services:</h3>
<ul class="other-service">
<li>Basic SEO setup & Google Analytics integration</li>
<li>Hosting services</li>
<li>Deployment</li>
<li>E-commerce</li>
</ul>
</div>
</main>
<hr class="footer-separator">
</body>
</html>