Nero: Difference between revisions

From HybridIRC Wiki
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: 10px; border: 1px solid #ccc; background: linear-gradient(135deg, #00b4d8, #0056b3); padding: 20px; border-radius: 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);"
{| 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|200px|alt=User Avatar]]
| style="text-align: center;" | [[File:User-avatar.jpg|150px|alt=User Avatar]] <!-- Adjusted size for a sleek look -->
|-
|-
| style="color: white; font-weight: bold;" | '''Full Name''': John Doe
| style="color: #fff; font-size: 16px; font-weight: bold;" | '''Full Name''': John Doe
|-
|-
| style="color: white;" | '''Joined''': January 2023
| style="color: #fff;" | '''Joined''': January 2023
|-
|-
| style="color: white;" | '''Location''': New York, USA
| style="color: #fff;" | '''Location''': New York, USA
|-
|-
| style="color: white;" | '''Interests''': Programming, Design, Music
| style="color: #fff;" | '''Interests''': Programming, Design, Music
|-
|-
| style="color: white;" | '''Contact''': [mailto:email@example.com Email]
| style="color: #fff;" | '''Contact''': [mailto:email@example.com Email]
|}
|}


=== About Me ===
=== About Me ===
Hello! I am a passionate programmer and a tech enthusiast. I enjoy exploring new technologies and working on exciting projects. I am especially interested in web development, design, and open-source software.
<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 ===
* Created and maintained the [[Project:Example]].
<ul style="list-style: none; padding: 0; color: #2196f3;">
* Helped improve the [[Help:Formatting]] page.
    <li>Created and maintained the [[Project:Example]]</li>
* Active member of the [[Community:Discussions]] forum.
    <li>Helped improve the [[Help:Formatting]] page</li>
    <li>Active member of the [[Community:Discussions]] forum</li>
</ul>


=== Skills ===
=== Skills ===
* Web Development (HTML, CSS, JavaScript)
<div style="display: flex; flex-wrap: wrap; gap: 10px; font-weight: bold;">
* Graphic Design (Photoshop, Illustrator)
    <span style="background: #333; color: #fff; padding: 5px 10px; border-radius: 25px;">Web Development</span>
* Programming (Python, Java, C++)
    <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 ===
* Playing guitar
<ul style="list-style: none; padding: 0; color: #e91e63;">
* Hiking and exploring nature
    <li>Playing guitar</li>
* Reading sci-fi novels
    <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

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>