Main Page: Difference between revisions
EkramHossen (talk | contribs) No edit summary Tag: Manual revert |
EkramHossen (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
< | <style> | ||
.section { | |||
border: 1px solid #cceccc; | |||
border-radius: 8px; | |||
padding: 20px; | |||
background-color: #f8fff8; | |||
margin-bottom: 20px; | |||
} | |||
.section h2 { | |||
color: #206020; | |||
margin-top: 0; | |||
} | |||
.flex-wrap { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 20px; | |||
} | |||
.left { | |||
flex: 2; | |||
min-width: 300px; | |||
} | |||
.right { | |||
flex: 1; | |||
min-width: 200px; | |||
} | |||
</style> | |||
<div class="section"> | |||
<h2>Welcome to Freelancipedia</h2> | |||
<p>Explore content written by professionals and freelancers across industries. Your knowledge matters—create your own page today!</p> | |||
</div> | </div> | ||
< | <div class="section flex-wrap"> | ||
<div | <div class="left"> | ||
<h2>Spotlight Article</h2> | |||
[[File: | [[File:Digital-creator.jpg|thumb|none|250px|Featured Entrepreneur]] | ||
'''Mira Chen''' is a creative strategist and AI educator with over 10 years of freelancing experience across Asia and Europe. | |||
</div> | |||
</div> | |||
<div class="right"> | |||
<h2>Top Contributors</h2> | |||
* [[User:Mira]] | |||
* [[User:JamesK]] | |||
* [[User:Ekram]] | |||
<h2>Recent Pages</h2> | |||
* [[Freelance Success]] | |||
* [[Design Tools]] | |||
* [[Marketing Hacks]] | |||
</div> | |||
</div> | </div> |