Template:Company: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<!-- 🏢 Company Cards --> | <!-- 🏢 Company Cards --> | ||
<div style="display:flex; flex-wrap:wrap; gap:16px; padding:10px;"> | <div style="display:flex; flex-wrap:wrap; gap:16px; padding:10px; justify-content:flex-start;"> | ||
<style> | |||
.company-card { | |||
width:48%; /* 👈 2 cards per row */ | |||
background:#ffffff; | |||
border-radius:12px; | |||
box-shadow:0 3px 10px rgba(0,0,0,0.12); | |||
padding:14px; | |||
text-align:center; | |||
font-family:Arial, sans-serif; | |||
box-sizing:border-box; | |||
} | |||
.company-title { | |||
font-weight:600; | |||
margin-top:8px; | |||
} | |||
.company-industry { | |||
font-size:85%; | |||
color:#666; | |||
} | |||
.company-info { | |||
font-size:80%; | |||
margin-top:6px; | |||
line-height:1.6; | |||
} | |||
</style> | |||
<!-- Company 1 --> | <!-- Company 1 --> | ||
<div | <div class="company-card"> | ||
[[File:Medline Academy Logo.jpg|110px|frameless|center]] | [[File:Medline Academy Logo.jpg|110px|frameless|center]] | ||
<div | <div class="company-title">Medline Academy</div> | ||
<div class="company-industry">EdTech / Educational Institute</div> | |||
<div | |||
<div | <div class="company-info"> | ||
[[ | [[India]]<br> | ||
Founded: 2016<br> | Founded: 2016<br> | ||
Founder:[[Ainstin S Dennis]] | Founder: [[Ainstin S Dennis]] | ||
</div> | </div> | ||
<small>[[Company Page|Read More →]]</small> | <small>[[Company Page|Read More →]]</small> | ||
</div> | </div> | ||
<!-- Company 2 --> | <!-- Company 2 --> | ||
<div | <div class="company-card"> | ||
[[File:Logo2.png|110px|frameless|center]] | [[File:Logo2.png|110px|frameless|center]] | ||
<div | <div class="company-title">Company Name</div> | ||
<div class="company-industry">Industry / Type</div> | |||
<div | |||
<div | <div class="company-info"> | ||
Country<br> | |||
Founded: Year<br> | |||
Founder: Name | |||
</div> | </div> | ||
<small>[[Company Page|Read More →]]</small> | <small>[[Company Page|Read More →]]</small> | ||
</div> | </div> | ||
<!-- Company 3 --> | <!-- Company 3 --> | ||
<div | <div class="company-card"> | ||
[[File:Logo3.png|110px|frameless|center]] | [[File:Logo3.png|110px|frameless|center]] | ||
<div | <div class="company-title">Company Name</div> | ||
<div class="company-industry">Industry / Type</div> | |||
<div | <div class="company-info"> | ||
Country<br> | |||
Founded: Year<br> | |||
Founder: Name | |||
</div> | </div> | ||
<small>[[Company Page|Read More →]]</small> | <small>[[Company Page|Read More →]]</small> | ||
</div> | </div> | ||
<!-- Company 4 --> | <!-- Company 4 --> | ||
<div | <div class="company-card"> | ||
[[File:Logo4.png|110px|frameless|center]] | [[File:Logo4.png|110px|frameless|center]] | ||
<div | <div class="company-title">Company Name</div> | ||
<div class="company-industry">Industry / Type</div> | |||
<div | <div class="company-info"> | ||
Country<br> | |||
Founded: Year<br> | |||
Founder: Name | |||
</div> | </div> | ||
<small>[[Company Page|Read More →]]</small> | <small>[[Company Page|Read More →]]</small> | ||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 11:23, 17 March 2026
<style> .company-card {
width:48%; /* 👈 2 cards per row */ background:#ffffff; border-radius:12px; box-shadow:0 3px 10px rgba(0,0,0,0.12); padding:14px; text-align:center; font-family:Arial, sans-serif; box-sizing:border-box;
} .company-title {
font-weight:600; margin-top:8px;
} .company-industry {
font-size:85%; color:#666;
} .company-info {
font-size:80%; margin-top:6px; line-height:1.6;
} </style>
