Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions 720.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Proposal | Dhruvi Devmurari</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f4f4f9;
}
header {
text-align: center;
padding: 40px 0;
background: #2c3e50;
color: #fff;
border-radius: 8px;
}
section {
background: #fff;
padding: 20px;
margin: 20px 0;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
h1, h2 {
color: #2c3e50;
}
ul {
padding-left: 20px;
}
.footer {
text-align: center;
font-size: 0.9em;
color: #7f8c8d;
}
</style>
</head>
<body>

<header>
<h1>Website Proposal: Digital Collage Portfolio</h1>
<p>Prepared for: <strong>Dhruvi Devmurari</strong></p>
</header>

<section>
<h2>Project Overview</h2>
<p>This proposal outlines the development of a professional, visually immersive website dedicated to showcasing a collection of digital collages. The site will serve as a digital gallery, focusing on high-quality visuals, fluid transitions, and a minimalist design to ensure the artwork remains the primary focus.</p>
</section>

<section>
<h2>Key Features</h2>
<ul>
<li><strong>Dynamic Gallery:</strong> A masonry-style layout to showcase various collage sizes and orientations.</li>
<li><strong>Interactive Lightbox:</strong> Clickable images that expand to full-screen mode for detailed viewing.</li>
<li><strong>Categorization:</strong> Filters to sort work by theme, year, or technique (e.g., surrealism, vintage, abstract).</li>
<li><strong>About & Contact:</strong> A dedicated space to share your artistic vision and allow interested parties to get in touch.</li>
<li><strong>Responsive Design:</strong> Fully optimized for desktop, tablet, and mobile viewing.</li>
</ul>
</section>

<section>
<h2>Design Aesthetic</h2>
<p>The design will utilize a clean, monochromatic color palette (whites, grays, and deep blacks) to ensure that the colors within the collages pop. Navigation will be kept intuitive to maintain a "gallery-like" experience rather than a traditional cluttered website.</p>
</section>

<section>
<h2>Technical Stack</h2>
<ul>
<li><strong>Frontend:</strong> HTML5, CSS3, and JavaScript.</li>
<li><strong>Performance:</strong> Image optimization techniques to ensure fast load times without losing quality.</li>
<li><strong>Hosting:</strong> Suggestions include GitHub Pages, Vercel, or Netlify for professional, free hosting solutions.</li>
</ul>
</section>

<footer class="footer">
<p>&copy; 2026 Proposal prepared for Dhruvi Devmurari. All rights reserved.</p>
</footer>

</body>
</html>