Nero: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== User Profile: [[User:Username|Username]] == | == User Profile: [[User:Username|Username]] == | ||
{| class="infobox" style="width: 250px; float: right; margin: | {| class="infobox" style="width: 250px; float: right; margin: 20px; border: none; background: linear-gradient(to bottom, #00bcd4, #4caf50); padding: 15px; border-radius: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); font-family: 'Roboto', sans-serif;" | ||
|- | |- | ||
| style="text-align: center;" | [[File:User-avatar.jpg| | | style="text-align: center;" | [[File:User-avatar.jpg|150px|alt=User Avatar]] <!-- Adjusted size for a sleek look --> | ||
|- | |- | ||
| style="color: | | style="color: #fff; font-size: 16px; font-weight: bold;" | '''Full Name''': John Doe | ||
|- | |- | ||
| style="color: | | style="color: #fff;" | '''Joined''': January 2023 | ||
|- | |- | ||
| style="color: | | style="color: #fff;" | '''Location''': New York, USA | ||
|- | |- | ||
| style="color: | | style="color: #fff;" | '''Interests''': Programming, Design, Music | ||
|- | |- | ||
| style="color: | | style="color: #fff;" | '''Contact''': [mailto:email@example.com Email] | ||
|} | |} | ||
=== About Me === | === About Me === | ||
<div style="background: #222; color: #ddd; padding: 10px; border-radius: 10px; font-style: italic; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); margin-right: 270px; position: relative;"> | |||
I am a passionate programmer and tech enthusiast, always exploring new technologies and working on exciting projects. My focus is on web development, design, and open-source software. I enjoy collaborating with like-minded individuals and pushing boundaries in the tech world. | |||
<div style="position: absolute; right: 0; top: 0; font-size: 30px; animation: move 3s infinite alternate;">🚀</div> <!-- Fun moving emoji --> | |||
</div> | |||
=== Contributions === | === Contributions === | ||
<ul style="list-style: none; padding: 0; color: #2196f3;"> | |||
<li>Created and maintained the [[Project:Example]]</li> | |||
<li>Helped improve the [[Help:Formatting]] page</li> | |||
<li>Active member of the [[Community:Discussions]] forum</li> | |||
</ul> | |||
=== Skills === | === Skills === | ||
<div style="display: flex; flex-wrap: wrap; gap: 10px; font-weight: bold;"> | |||
<span style="background: #333; color: #fff; padding: 5px 10px; border-radius: 25px;">Web Development</span> | |||
<span style="background: #333; color: #fff; padding: 5px 10px; border-radius: 25px;">Graphic Design</span> | |||
<span style="background: #333; color: #fff; padding: 5px 10px; border-radius: 25px;">Programming</span> | |||
</div> | |||
=== Hobbies === | === Hobbies === | ||
<ul style="list-style: none; padding: 0; color: #e91e63;"> | |||
<li>Playing guitar</li> | |||
<li>Hiking and exploring nature</li> | |||
<li>Reading sci-fi novels</li> | |||
</ul> | |||
=== Links === | === Links === | ||
* [https://example.com Personal Website] | * [https://example.com Personal Website] | ||
* [https://github.com/username GitHub Profile] | * [https://github.com/username GitHub Profile] | ||
<style> | |||
@keyframes move { | |||
0% { transform: translateX(0); } | |||
100% { transform: translateX(20px); } | |||
} | |||
</style> |
Revision as of 23:11, 6 December 2024
User Profile: Username
File:User-avatar.jpg |
Full Name: John Doe |
Joined: January 2023 |
Location: New York, USA |
Interests: Programming, Design, Music |
Contact: Email |
About Me
I am a passionate programmer and tech enthusiast, always exploring new technologies and working on exciting projects. My focus is on web development, design, and open-source software. I enjoy collaborating with like-minded individuals and pushing boundaries in the tech world.
🚀
Contributions
- Created and maintained the Project:Example
- Helped improve the Help:Formatting page
- Active member of the Community:Discussions forum
Skills
Web Development Graphic Design Programming
Hobbies
- Playing guitar
- Hiking and exploring nature
- Reading sci-fi novels
Links
<style> @keyframes move {
0% { transform: translateX(0); } 100% { transform: translateX(20px); }
} </style>