UPDC Home: Difference between revisions

Last edited by on 02 07 2026
Jump to: navigation, search
imported>Admin
Updated homepage with COARE-style layout
Fix broken /wiki/index.php links (redirected to Main_Page) -> /index.php
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="updc-homepage">
<html>
<div class="updc-hero">
<h1>KNOW MORE ABOUT UPDC DATA COMMONS</h1>
<div class="updc-search">
<input type="text" placeholder="What are you searching for?" />
</div>
</div>
 
<div class="updc-cards">
<div class="updc-card">
<div class="updc-card-icon">
<i>ℹ</i>
</div>
<h3>About UPDC</h3>
<p>This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.</p>
<a href="#about">Learn More</a>
</div>
 
<div class="updc-card">
<div class="updc-card-icon">
<i>⚙</i>
</div>
<h3>Using UPDC Services</h3>
<p>This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.</p>
<a href="#services">Learn More</a>
</div>
 
<div class="updc-card">
<div class="updc-card-icon">
<i>⚖</i>
</div>
<h3>Policies and Guidelines</h3>
<p>This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.</p>
<a href="#policies">Learn More</a>
</div>
</div>
 
<div class="updc-recent">
<h3>Recent Updates</h3>
<ul>
<li><a href="Security_Hardening">Security Hardening Guide</a> <span class="date">Sep 25, 2025</span></li>
<li><a href="Password_Policies">Password Policies</a> <span class="date">Sep 23, 2025</span></li>
<li><a href="Adding_a_User_to_Your_VM">VM User Management</a> <span class="date">Sep 22, 2025</span></li>
</ul>
</div>
</div>
 
<style>
<style>
/* UPDC Homepage - COARE Style Layout */
/* UPDC Homepage - COARE Style Layout */
Line 85: Line 39:


.updc-search input:focus {
.updc-search input:focus {
     border-color: #007cba;
     border-color: #014421;
     box-shadow: 0 0 5px rgba(0,124,186,0.3);
     box-shadow: 0 0 5px rgba(1,68,33,0.3);
}
 
.updc-search button {
    margin-left: 10px;
    padding: 12px 20px;
    background: #014421;
    border: 1px solid #012211;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    color: white;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
 
.updc-search button:hover {
    background: #012211;
}
}


Line 208: Line 182:
}
}
</style>
</style>
<script>
function handleSearch() {
    const searchInput = document.getElementById('updc-search-input');
    const query = searchInput.value.trim();
   
    if (query) {
        // Use the correct search URL format
        window.location.href = '/index.php?search=' + encodeURIComponent(query);
    }
}
function handleKeyPress(event) {
    if (event.key === 'Enter') {
        handleSearch();
    }
}
// Add event listeners when page loads
document.addEventListener('DOMContentLoaded', function() {
    const searchInput = document.getElementById('updc-search-input');
    const searchButton = document.getElementById('updc-search-button');
   
    if (searchInput) {
        searchInput.addEventListener('keypress', handleKeyPress);
    }
   
    if (searchButton) {
        searchButton.addEventListener('click', handleSearch);
    }
});
</script>
<div class="updc-homepage">
<div class="updc-hero">
<h1>KNOW MORE ABOUT UPDC DATA COMMONS</h1>
<div class="updc-search">
<input type="text" id="updc-search-input" placeholder="What are you searching for?" />
<button id="updc-search-button" type="button">Search</button>
</div>
</div>
<div class="updc-cards">
<div class="updc-card">
<div class="updc-card-icon">
<i>ℹ</i>
</div>
<h3>About UPDC</h3>
<p>This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.</p>
<a href="/index.php/About_UPDC">Learn More</a>
</div>
<div class="updc-card">
<div class="updc-card-icon">
<i>⚙</i>
</div>
<h3>Using UPDC Services</h3>
<p>This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.</p>
<a href="/index.php/Using_UPDC_Services">Learn More</a>
</div>
<div class="updc-card">
<div class="updc-card-icon">
<i>⚖</i>
</div>
<h3>Policies and Guidelines</h3>
<p>This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.</p>
<a href="/index.php/Policies_and_Agreements">Learn More</a>
</div>
<div class="updc-card">
<div class="updc-card-icon">
<i>🌐</i>
</div>
<h3>UPDC Web Services</h3>
<p>This section covers the web applications and online services hosted by UPDC for the university community, such as UPila, our live queue-management app.</p>
<a href="/index.php/UPDC_Web_Services">Learn More</a>
</div>
</div>
<div class="updc-recent">
<h3>Recent Updates</h3>
<ul>
<li><a href="/index.php/UPila">UPila &mdash; Live Queue Management</a> <span class="date">Jul 2, 2026</span></li>
<li><a href="Security_Hardening">Security Hardening Guide</a> <span class="date">Sep 25, 2025</span></li>
<li><a href="Password_Policies">Password Policies</a> <span class="date">Sep 23, 2025</span></li>
<li><a href="Adding_a_User_to_Your_VM">VM User Management</a> <span class="date">Sep 22, 2025</span></li>
<li><a href="Data_Backup_Procedures">Data Backup Procedures</a> <span class="date">Sep 20, 2025</span></li>
<li><a href="Network_Configuration">Network Configuration Guide</a> <span class="date">Sep 18, 2025</span></li>
<li><a href="Software_Installation">Software Installation Guidelines</a> <span class="date">Sep 15, 2025</span></li>
<li><a href="Storage_Management">Storage Management Best Practices</a> <span class="date">Sep 12, 2025</span></li>
<li><a href="Monitoring_Systems">System Monitoring Setup</a> <span class="date">Sep 10, 2025</span></li>
<li><a href="Access_Control">Access Control Procedures</a> <span class="date">Sep 8, 2025</span></li>
<li><a href="Troubleshooting_Guide">Common Issues Troubleshooting</a> <span class="date">Sep 5, 2025</span></li>
</ul>
</div>
</div>
</html>

Latest revision as of 10:20, 2 July 2026

KNOW MORE ABOUT UPDC DATA COMMONS

ℹ

About UPDC

This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.

Learn More
⚙

Using UPDC Services

This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.

Learn More
⚖

Policies and Guidelines

This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.

Learn More
🌐

UPDC Web Services

This section covers the web applications and online services hosted by UPDC for the university community, such as UPila, our live queue-management app.

Learn More