UPDC Home: Difference between revisions

Last edited by on 02 07 2026
Jump to: navigation, search
imported>Admin
No edit summary
imported>Admin
No edit summary
Line 1: Line 1:
<html>
<html>
<style>
/* UPDC Homepage - COARE Style Layout */
.updc-homepage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.updc-hero {
    text-align: center;
    margin-bottom: 40px;
}
.updc-hero h1 {
    font-size: 2.5em;
    color: #666;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.updc-search {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.updc-search input {
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    width: 400px;
    outline: none;
}
.updc-search input:focus {
    border-color: #007cba;
    box-shadow: 0 0 5px rgba(0,124,186,0.3);
}
.updc-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}
.updc-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.updc-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.updc-card-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: white;
}
.updc-card-icon i {
    font-size: 24px;
    color: #666;
}
.updc-card h3 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}
.updc-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}
.updc-card a {
    color: #007cba;
    text-decoration: underline;
    font-weight: 500;
}
.updc-card a:hover {
    color: #005a87;
}
.updc-recent {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
}
.updc-recent h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.3em;
}
.updc-recent ul {
    list-style: none;
    padding: 0;
}
.updc-recent li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}
.updc-recent li:last-child {
    border-bottom: none;
}
.updc-recent a {
    color: #007cba;
    text-decoration: none;
}
.updc-recent a:hover {
    text-decoration: underline;
}
.updc-recent .date {
    color: #999;
    font-size: 0.9em;
    float: right;
}
/* Responsive design */
@media (max-width: 768px) {
    .updc-cards {
        grid-template-columns: 1fr;
    }
   
    .updc-search input {
        width: 100%;
        max-width: 300px;
    }
   
    .updc-hero h1 {
        font-size: 2em;
    }
}
</style>
<div class="updc-homepage">
<div class="updc-homepage">
<div class="updc-hero">
<div class="updc-hero">
Line 47: Line 210:
</div>
</div>
</html>
</html>
<includeonly>{{#addResourceLoaderModule:ext.updc.homepage}}</includeonly>

Revision as of 06:40, 25 September 2025

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

Recent Updates