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
154 changes: 154 additions & 0 deletions 706.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>College Website Proposal - Ramraj Nishad</title>
<style>
:root {
--primary-color: #1e3a8a;
--secondary-color: #3b82f6;
--text-dark: #1f2937;
--text-light: #4b5563;
--bg-light: #f3f4f6;
--white: #ffffff;
--border-color: #e5e7eb;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: var(--text-dark);
background-color: var(--bg-light);
margin: 0;
padding: 0;
}

.container {
max-width: 900px;
margin: 40px auto;
background: var(--white);
padding: 40px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

header {
border-bottom: 3px solid var(--primary-color);
padding-bottom: 20px;
margin-bottom: 30px;
}

h1 {
color: var(--primary-color);
font-size: 2.5rem;
margin: 0 0 10px 0;
}

.meta-info {
font-size: 1rem;
color: var(--text-light);
}

.meta-info strong {
color: var(--primary-color);
}

h2 {
color: var(--primary-color);
font-size: 1.5rem;
border-bottom: 1px solid var(--border-color);
padding-bottom: 8px;
margin-top: 30px;
}

h3 {
color: var(--secondary-color);
font-size: 1.2rem;
margin-top: 20px;
}

p, li {
color: var(--text-light);
font-size: 1.05rem;
}

ul {
padding-left: 20px;
}

li {
margin-bottom: 8px;
}

table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

th, td {
border: 1px solid var(--border-color);
padding: 12px;
text-align: left;
}

th {
background-color: var(--primary-color);
color: var(--white);
}

tr:nth-child(even) {
background-color: #f9fafb;
}

.highlight-box {
background-color: #eff6ff;
border-left: 4px solid var(--secondary-color);
padding: 15px;
margin: 20px 0;
border-radius: 0 4px 4px 0;
}

footer {
margin-top: 50px;
text-align: center;
font-size: 0.9rem;
color: var(--text-light);
border-top: 1px solid var(--border-color);
padding-top: 20px;
}

@media (max-width: 768px) {
.container {
margin: 10px;
padding: 20px;
}
h1 {
font-size: 2rem;
}
}
</style>
</head>
<body>

<div class="container">
<header>
<h1>Project Proposal: Next-Generation College Website</h1>
<div class="meta-info">
<p><strong>Prepared By:</strong> Ramraj Nishad</p>
<p><strong>Target Audience:</strong> College Administration, Faculty, and Students</p>
<p><strong>Date:</strong> July 2026</p>
</div>
</header>

<section>
<h2>1. Executive Summary</h2>
<p>In the digital age, a college website serves as the primary gateway for prospective students, a core resource for current students, and an administrative hub for faculty. This proposal outlines the design and development of a modern, responsive, and secure college web portal aimed at streamlining academic resources, improving information accessibility, and projecting a progressive institutional image.</p>
</section>

<section>
<h2>2. Objectives</h2>
<ul>
<li><strong>User-Centric Navigation:</strong> Create intuitive pathways for distinct user groups (Prospective Students