Main Page: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <!-- Global Bio Index Home Page --> | ||
<div style="font-family:Montserrat, sans-serif;"> | |||
<!-- HERO SECTION --> | |||
<section style="background:#ffffff; padding:80px 20px; text-align:center; border-bottom:1px solid #eaeaea;"> | |||
<h1 style="font-size:48px; color:#002b7f; font-weight:700; margin-bottom:15px;"> | |||
Global Bio Index | |||
</h1> | |||
<p style="font-size:22px; color:#555; max-width:650px; margin:0 auto; margin-bottom:30px;"> | |||
Explore verified profiles of innovators, founders, and industry leaders. | |||
</p> | |||
== | <!-- Search Bar --> | ||
<form action="/wiki/Special:Search" method="get" style="max-width:600px; margin:20px auto;"> | |||
<input type="search" | |||
name="search" | |||
placeholder="Search People, Organizations, Innovations..." | |||
style="width:100%; padding:18px 24px; font-size:18px; border-radius:12px; border:2px solid #cfd9ea;"> | |||
</form> | |||
</section> | |||
<!-- CATEGORIES SECTION --> | |||
<section style="padding:80px 20px; text-align:center;"> | |||
<h2 style="font-size:36px; font-weight:600; color:#002b7f;">Browse Categories</h2> | |||
<p style="opacity:0.7; max-width:600px; margin:0 auto 40px;"> | |||
Explore verified knowledge organized for global discovery. | |||
</p> | |||
<div style="display:flex; flex-wrap:wrap; justify-content:center; gap:25px;"> | |||
<a href="/wiki/Category:People" style="text-decoration:none;"> | |||
<div style="width:200px; padding:25px; border-radius:16px; border:1px solid #d6e0f5; transition:0.3s; background:#fff;"> | |||
<h3 style="color:#002b7f;">People</h3> | |||
<p style="font-size:14px; color:#444;">Leaders & Innovators</p> | |||
</div> | |||
</a> | |||
<a href="/wiki/Category:Companies" style="text-decoration:none;"> | |||
<div style="width:200px; padding:25px; border-radius:16px; border:1px solid #d6e0f5; transition:0.3s; background:#fff;"> | |||
<h3 style="color:#002b7f;">Companies</h3> | |||
<p style="font-size:14px; color:#444;">Organizations Shaping the Future</p> | |||
</div> | |||
</a> | |||
<a href="/wiki/Category:Startups" style="text-decoration:none;"> | |||
<div style="width:200px; padding:25px; border-radius:16px; border:1px solid #d6e0f5; transition:0.3s; background:#fff;"> | |||
<h3 style="color:#002b7f;">Startups</h3> | |||
<p style="font-size:14px; color:#444;">Bold New Ventures</p> | |||
</div> | |||
</a> | |||
<a href="/wiki/Category:Innovations" style="text-decoration:none;"> | |||
<div style="width:200px; padding:25px; border-radius:16px; border:1px solid #d6e0f5; transition:0.3s; background:#fff;"> | |||
<h3 style="color:#002b7f;">Innovations</h3> | |||
<p style="font-size:14px; color:#444;">Breakthrough Ideas</p> | |||
</div> | |||
</a> | |||
<a href="/wiki/Category:Entertainment" style="text-decoration:none;"> | |||
<div style="width:200px; padding:25px; border-radius:16px; border:1px solid #d6e0f5; transition:0.3s; background:#fff;"> | |||
<h3 style="color:#002b7f;">Entertainment</h3> | |||
<p style="font-size:14px; color:#444;">Creators & Performers</p> | |||
</div> | |||
</a> | |||
<a href="/wiki/Category:Institutions" style="text-decoration:none;"> | |||
<div style="width:200px; padding:25px; border-radius:16px; border:1px solid #d6e0f5; transition:0.3s; background:#fff;"> | |||
<h3 style="color:#002b7f;">Institutions</h3> | |||
<p style="font-size:14px; color:#444;">Universities & Think Tanks</p> | |||
</div> | |||
</a> | |||
</div> | |||
</section> | |||
<!-- FEATURED PROFILES --> | |||
<section style="padding:80px 20px; background:#f7f8fc; text-align:center;"> | |||
<h2 style="font-size:32px; font-weight:600; color:#002b7f;">Featured Profiles</h2> | |||
<p style="opacity:0.7; margin-bottom:35px;">Recently added & highlighted personalities</p> | |||
<div style="display:flex; flex-wrap:wrap; justify-content:center; gap:25px;"> | |||
<div style="width:260px; padding:20px; border-radius:16px; background:white; border:1px solid #d6e0f5;"> | |||
<a href="/wiki/Satya_Nadella" style="color:#002b7f; font-size:18px;"><strong>Satya Nadella</strong></a> | |||
<p style="font-size:13px; opacity:0.6;">CEO, Microsoft</p> | |||
</div> | |||
<div style="width:260px; padding:20px; border-radius:16px; background:white; border:1px solid #d6e0f5;"> | |||
<a href="/wiki/Gautam_Adani" style="color:#002b7f; font-size:18px;"><strong>Gautam Adani</strong></a> | |||
<p style="font-size:13px; opacity:0.6;">Founder, Adani Group</p> | |||
</div> | |||
<div style="width:260px; padding:20px; border-radius:16px; background:white; border:1px solid #d6e0f5;"> | |||
<a href="/wiki/Ratan_Tata" style="color:#002b7f; font-size:18px;"><strong>Ratan Tata</strong></a> | |||
<p style="font-size:13px; opacity:0.6;">Industrialist & Philanthropist</p> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- FOOTER --> | |||
<footer style="padding:40px 20px; background:white; border-top:1px solid #ddd; text-align:center; font-size:14px; color:#666;"> | |||
© {{CURRENTYEAR}} Global Bio Index. All rights reserved. | |||
</footer> | |||
</div> | |||
Revision as of 12:06, 25 November 2025
<section style="background:#ffffff; padding:80px 20px; text-align:center; border-bottom:1px solid #eaeaea;">
Global Bio Index
Explore verified profiles of innovators, founders, and industry leaders.
<form action="/wiki/Special:Search" method="get" style="max-width:600px; margin:20px auto;">
<input type="search"
name="search"
placeholder="Search People, Organizations, Innovations..."
style="width:100%; padding:18px 24px; font-size:18px; border-radius:12px; border:2px solid #cfd9ea;">
</form>
</section>
<section style="padding:80px 20px; text-align:center;">
Browse Categories
Explore verified knowledge organized for global discovery.
<a href="/wiki/Category:People" style="text-decoration:none;">
People
Leaders & Innovators
</a>
<a href="/wiki/Category:Companies" style="text-decoration:none;">
Companies
Organizations Shaping the Future
</a>
<a href="/wiki/Category:Startups" style="text-decoration:none;">
Startups
Bold New Ventures
</a>
<a href="/wiki/Category:Innovations" style="text-decoration:none;">
Innovations
Breakthrough Ideas
</a>
<a href="/wiki/Category:Entertainment" style="text-decoration:none;">
Entertainment
Creators & Performers
</a>
<a href="/wiki/Category:Institutions" style="text-decoration:none;">
Institutions
Universities & Think Tanks
</a>
</section>
<section style="padding:80px 20px; background:#f7f8fc; text-align:center;">
Featured Profiles
Recently added & highlighted personalities
<a href="/wiki/Satya_Nadella" style="color:#002b7f; font-size:18px;">Satya Nadella</a>
CEO, Microsoft
<a href="/wiki/Gautam_Adani" style="color:#002b7f; font-size:18px;">Gautam Adani</a>
Founder, Adani Group
<a href="/wiki/Ratan_Tata" style="color:#002b7f; font-size:18px;">Ratan Tata</a>
Industrialist & Philanthropist
</section>
<footer style="padding:40px 20px; background:white; border-top:1px solid #ddd; text-align:center; font-size:14px; color:#666;">
© 2025 Global Bio Index. All rights reserved.
</footer>