| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Shamrock Capital Intranet</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| .dealcloud-widget { |
| background: linear-gradient(135deg, #f5f7fa 0%, #e4eff8 100%); |
| border-radius: 12px; |
| box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); |
| } |
| .calendar-event { |
| transition: all 0.2s ease; |
| } |
| .calendar-event:hover { |
| transform: translateY(-2px); |
| box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| } |
| .announcement-card { |
| transition: all 0.3s ease; |
| } |
| .announcement-card:hover { |
| transform: scale(1.02); |
| } |
| .sidebar-item { |
| transition: all 0.2s ease; |
| } |
| .sidebar-item:hover { |
| background-color: rgba(59, 130, 246, 0.1); |
| border-left: 4px solid #3b82f6; |
| } |
| .active-sidebar-item { |
| background-color: rgba(59, 130, 246, 0.1); |
| border-left: 4px solid #3b82f6; |
| font-weight: 600; |
| } |
| .search-input:focus { |
| box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50 font-sans"> |
| <div class="flex h-screen overflow-hidden"> |
| |
| <div class="hidden md:flex md:flex-shrink-0"> |
| <div class="flex flex-col w-64 bg-white border-r border-gray-200"> |
| <div class="flex items-center justify-center h-16 px-4 bg-green-700"> |
| <div class="flex items-center"> |
| <i class="fas fa-clover text-white text-2xl mr-2"></i> |
| <span class="text-white font-bold text-xl">Shamrock Capital</span> |
| </div> |
| </div> |
| <div class="flex flex-col flex-grow px-4 py-4 overflow-y-auto"> |
| <div class="mt-2"> |
| <div class="relative"> |
| <input type="text" class="search-input w-full pl-10 pr-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:border-blue-500" placeholder="Search..."> |
| <div class="absolute left-3 top-2.5 text-gray-400"> |
| <i class="fas fa-search"></i> |
| </div> |
| </div> |
| </div> |
| <nav class="mt-6"> |
| <div class="space-y-1"> |
| <a href="#" class="sidebar-item active-sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-900 rounded-md"> |
| <i class="fas fa-home mr-3 text-blue-500"></i> |
| Dashboard |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-briefcase mr-3 text-blue-400"></i> |
| DealCloud |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-calendar-alt mr-3 text-blue-400"></i> |
| Calendar |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-file-alt mr-3 text-blue-400"></i> |
| Documents |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-users mr-3 text-blue-400"></i> |
| Team Directory |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-chart-line mr-3 text-blue-400"></i> |
| Reports |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-cog mr-3 text-blue-400"></i> |
| Settings |
| </a> |
| </div> |
| <div class="mt-8"> |
| <h3 class="px-4 text-xs font-semibold text-gray-500 uppercase tracking-wider"> |
| Quick Links |
| </h3> |
| <div class="mt-2 space-y-1"> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-external-link-alt mr-3 text-green-500"></i> |
| SharePoint |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-envelope mr-3 text-green-500"></i> |
| Outlook |
| </a> |
| <a href="#" class="sidebar-item flex items-center px-4 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900"> |
| <i class="fas fa-lock mr-3 text-green-500"></i> |
| VPN Access |
| </a> |
| </div> |
| </div> |
| </nav> |
| </div> |
| <div class="p-4 border-t border-gray-200"> |
| <div class="flex items-center"> |
| <img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt=""> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-700">John Smith</p> |
| <p class="text-xs font-medium text-gray-500">Partner</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="flex flex-col flex-1 overflow-hidden"> |
| |
| <div class="flex items-center justify-between h-16 px-4 bg-white border-b border-gray-200"> |
| <div class="flex items-center md:hidden"> |
| <button class="text-gray-500 focus:outline-none"> |
| <i class="fas fa-bars"></i> |
| </button> |
| </div> |
| <div class="flex items-center space-x-4"> |
| <div class="relative"> |
| <button class="p-1 text-gray-400 rounded-full hover:text-gray-500 focus:outline-none"> |
| <i class="fas fa-bell"></i> |
| </button> |
| <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500"></span> |
| </div> |
| <div class="relative"> |
| <button class="p-1 text-gray-400 rounded-full hover:text-gray-500 focus:outline-none"> |
| <i class="fas fa-envelope"></i> |
| </button> |
| <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-blue-500"></span> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="flex-1 overflow-auto p-4 bg-gray-50"> |
| <div class="max-w-7xl mx-auto"> |
| |
| <div class="bg-gradient-to-r from-green-600 to-green-800 rounded-xl shadow-md p-6 mb-6 text-white"> |
| <div class="flex items-center justify-between"> |
| <div> |
| <h1 class="text-2xl font-bold">Welcome back, John!</h1> |
| <p class="mt-1 opacity-90">Here's what's happening at Shamrock Capital today.</p> |
| </div> |
| <div class="hidden md:block"> |
| <div class="flex items-center"> |
| <div class="mr-4 text-right"> |
| <p class="text-xs opacity-80">Today is</p> |
| <p class="font-semibold" id="current-date">Monday, June 12, 2023</p> |
| </div> |
| <div class="bg-white bg-opacity-20 p-3 rounded-lg"> |
| <i class="fas fa-clover text-2xl"></i> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="grid grid-cols-1 lg:grid-cols-3 gap-6"> |
| |
| <div class="lg:col-span-2 space-y-6"> |
| |
| <div class="dealcloud-widget bg-white p-6 rounded-xl shadow-sm border border-gray-100"> |
| <div class="flex items-center justify-between mb-4"> |
| <h2 class="text-lg font-semibold text-gray-800"> |
| <i class="fas fa-briefcase text-blue-500 mr-2"></i> |
| DealCloud Pipeline |
| </h2> |
| <button class="text-sm text-blue-600 hover:text-blue-800 font-medium"> |
| View All |
| </button> |
| </div> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-4"> |
| <div class="bg-white p-4 rounded-lg border border-gray-200"> |
| <div class="flex items-center"> |
| <div class="p-2 rounded-full bg-blue-100 text-blue-600 mr-3"> |
| <i class="fas fa-lightbulb"></i> |
| </div> |
| <div> |
| <p class="text-xs text-gray-500">Prospects</p> |
| <p class="font-bold text-lg">24</p> |
| </div> |
| </div> |
| </div> |
| <div class="bg-white p-4 rounded-lg border border-gray-200"> |
| <div class="flex items-center"> |
| <div class="p-2 rounded-full bg-yellow-100 text-yellow-600 mr-3"> |
| <i class="fas fa-handshake"></i> |
| </div> |
| <div> |
| <p class="text-xs text-gray-500">In Process</p> |
| <p class="font-bold text-lg">12</p> |
| </div> |
| </div> |
| </div> |
| <div class="bg-white p-4 rounded-lg border border-gray-200"> |
| <div class="flex items-center"> |
| <div class="p-2 rounded-full bg-green-100 text-green-600 mr-3"> |
| <i class="fas fa-check-circle"></i> |
| </div> |
| <div> |
| <p class="text-xs text-gray-500">Closed</p> |
| <p class="font-bold text-lg">5</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="mt-6"> |
| <h3 class="text-sm font-medium text-gray-700 mb-3">Recent Activity</h3> |
| <div class="space-y-3"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-600"> |
| <i class="fas fa-file-signature"></i> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">NDA signed with TechStart Inc.</p> |
| <p class="text-xs text-gray-500">2 hours ago by Sarah Johnson</p> |
| </div> |
| </div> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 h-10 w-10 rounded-full bg-purple-100 flex items-center justify-center text-purple-600"> |
| <i class="fas fa-comment-dollar"></i> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Term sheet submitted for GreenEnergy Co.</p> |
| <p class="text-xs text-gray-500">Yesterday by Michael Chen</p> |
| </div> |
| </div> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 h-10 w-10 rounded-full bg-green-100 flex items-center justify-center text-green-600"> |
| <i class="fas fa-handshake"></i> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Deal closed with MediTech Solutions</p> |
| <p class="text-xs text-gray-500">June 10 by David Wilson</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100"> |
| <div class="flex items-center justify-between mb-4"> |
| <h2 class="text-lg font-semibold text-gray-800"> |
| <i class="fas fa-calendar-alt text-blue-500 mr-2"></i> |
| Outlook Calendar |
| </h2> |
| <button class="text-sm text-blue-600 hover:text-blue-800 font-medium"> |
| View Calendar |
| </button> |
| </div> |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-4"> |
| <div class="calendar-event bg-blue-50 p-4 rounded-lg border border-blue-100"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 pt-1"> |
| <div class="h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-600"> |
| <i class="fas fa-users"></i> |
| </div> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Team Meeting</p> |
| <p class="text-xs text-gray-500">10:00 AM - 11:00 AM</p> |
| <p class="text-xs text-gray-500 mt-1">Conference Room A</p> |
| </div> |
| </div> |
| </div> |
| <div class="calendar-event bg-purple-50 p-4 rounded-lg border border-purple-100"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 pt-1"> |
| <div class="h-10 w-10 rounded-full bg-purple-100 flex items-center justify-center text-purple-600"> |
| <i class="fas fa-phone-alt"></i> |
| </div> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Call with TechStart Inc.</p> |
| <p class="text-xs text-gray-500">2:30 PM - 3:00 PM</p> |
| <p class="text-xs text-gray-500 mt-1">Zoom Meeting</p> |
| </div> |
| </div> |
| </div> |
| <div class="calendar-event bg-green-50 p-4 rounded-lg border border-green-100"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 pt-1"> |
| <div class="h-10 w-10 rounded-full bg-green-100 flex items-center justify-center text-green-600"> |
| <i class="fas fa-utensils"></i> |
| </div> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Lunch with Investors</p> |
| <p class="text-xs text-gray-500">12:00 PM - 1:30 PM</p> |
| <p class="text-xs text-gray-500 mt-1">The Capital Grille</p> |
| </div> |
| </div> |
| </div> |
| <div class="calendar-event bg-yellow-50 p-4 rounded-lg border border-yellow-100"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 pt-1"> |
| <div class="h-10 w-10 rounded-full bg-yellow-100 flex items-center justify-center text-yellow-600"> |
| <i class="fas fa-chart-line"></i> |
| </div> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Quarterly Review</p> |
| <p class="text-xs text-gray-500">4:00 PM - 5:30 PM</p> |
| <p class="text-xs text-gray-500 mt-1">Board Room</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="space-y-6"> |
| |
| <div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100"> |
| <div class="flex items-center justify-between mb-4"> |
| <h2 class="text-lg font-semibold text-gray-800"> |
| <i class="fas fa-bullhorn text-blue-500 mr-2"></i> |
| Company Announcements |
| </h2> |
| <button class="text-sm text-blue-600 hover:text-blue-800 font-medium"> |
| View All |
| </button> |
| </div> |
| <div class="space-y-4"> |
| <div class="announcement-card bg-blue-50 p-4 rounded-lg border border-blue-100"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 pt-1"> |
| <div class="h-10 w-10 rounded-full bg-blue-600 flex items-center justify-center text-white"> |
| <i class="fas fa-info-circle"></i> |
| </div> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Office Closure - Independence Day</p> |
| <p class="text-xs text-gray-500">Posted June 10 by HR Department</p> |
| <p class="text-xs text-gray-700 mt-2">The office will be closed on Monday, July 4th in observance of Independence Day. Have a safe and enjoyable holiday!</p> |
| </div> |
| </div> |
| </div> |
| <div class="announcement-card bg-green-50 p-4 rounded-lg border border-green-100"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 pt-1"> |
| <div class="h-10 w-10 rounded-full bg-green-600 flex items-center justify-center text-white"> |
| <i class="fas fa-trophy"></i> |
| </div> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Deal of the Quarter Award</p> |
| <p class="text-xs text-gray-500">Posted June 8 by Leadership Team</p> |
| <p class="text-xs text-gray-700 mt-2">Congratulations to the team for closing the MediTech Solutions deal, our largest Q2 investment! Celebration lunch this Friday.</p> |
| </div> |
| </div> |
| </div> |
| <div class="announcement-card bg-purple-50 p-4 rounded-lg border border-purple-100"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 pt-1"> |
| <div class="h-10 w-10 rounded-full bg-purple-600 flex items-center justify-center text-white"> |
| <i class="fas fa-building"></i> |
| </div> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">New Office Policy Update</p> |
| <p class="text-xs text-gray-500">Posted June 5 by Operations</p> |
| <p class="text-xs text-gray-700 mt-2">Starting next week, we're implementing a hybrid work policy. Details have been shared via email and on SharePoint.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100"> |
| <div class="flex items-center justify-between mb-4"> |
| <h2 class="text-lg font-semibold text-gray-800"> |
| <i class="fas fa-file-alt text-blue-500 mr-2"></i> |
| Recent SharePoint Documents |
| </h2> |
| <button class="text-sm text-blue-600 hover:text-blue-800 font-medium"> |
| View All |
| </button> |
| </div> |
| <div class="space-y-3"> |
| <div class="flex items-center p-2 hover:bg-gray-50 rounded-lg"> |
| <div class="flex-shrink-0 h-10 w-10 bg-blue-100 rounded flex items-center justify-center text-blue-600"> |
| <i class="fas fa-file-pdf"></i> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Q2 Investment Report.pdf</p> |
| <p class="text-xs text-gray-500">Updated 2 hours ago by Sarah Johnson</p> |
| </div> |
| </div> |
| <div class="flex items-center p-2 hover:bg-gray-50 rounded-lg"> |
| <div class="flex-shrink-0 h-10 w-10 bg-green-100 rounded flex items-center justify-center text-green-600"> |
| <i class="fas fa-file-excel"></i> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Portfolio Performance.xlsx</p> |
| <p class="text-xs text-gray-500">Updated yesterday by Finance Team</p> |
| </div> |
| </div> |
| <div class="flex items-center p-2 hover:bg-gray-50 rounded-lg"> |
| <div class="flex-shrink-0 h-10 w-10 bg-yellow-100 rounded flex items-center justify-center text-yellow-600"> |
| <i class="fas fa-file-word"></i> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Investment Thesis Template.docx</p> |
| <p class="text-xs text-gray-500">Updated June 9 by David Wilson</p> |
| </div> |
| </div> |
| <div class="flex items-center p-2 hover:bg-gray-50 rounded-lg"> |
| <div class="flex-shrink-0 h-10 w-10 bg-red-100 rounded flex items-center justify-center text-red-600"> |
| <i class="fas fa-file-powerpoint"></i> |
| </div> |
| <div class="ml-3"> |
| <p class="text-sm font-medium text-gray-900">Investor Presentation.pptx</p> |
| <p class="text-xs text-gray-500">Updated June 8 by Marketing</p> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100"> |
| <h2 class="text-lg font-semibold text-gray-800 mb-4"> |
| <i class="fas fa-bolt text-blue-500 mr-2"></i> |
| Quick Actions |
| </h2> |
| <div class="grid grid-cols-2 gap-3"> |
| <button class="flex items-center justify-center p-3 bg-blue-50 rounded-lg border border-blue-100 hover:bg-blue-100"> |
| <i class="fas fa-plus-circle text-blue-600 mr-2"></i> |
| <span class="text-sm font-medium">New Deal</span> |
| </button> |
| <button class="flex items-center justify-center p-3 bg-green-50 rounded-lg border border-green-100 hover:bg-green-100"> |
| <i class="fas fa-calendar-plus text-green-600 mr-2"></i> |
| <span class="text-sm font-medium">Add Event</span> |
| </button> |
| <button class="flex items-center justify-center p-3 bg-purple-50 rounded-lg border border-purple-100 hover:bg-purple-100"> |
| <i class="fas fa-upload text-purple-600 mr-2"></i> |
| <span class="text-sm font-medium">Upload File</span> |
| </button> |
| <button class="flex items-center justify-center p-3 bg-yellow-50 rounded-lg border border-yellow-100 hover:bg-yellow-100"> |
| <i class="fas fa-envelope text-yellow-600 mr-2"></i> |
| <span class="text-sm font-medium">Send Email</span> |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| <script> |
| |
| </html> |