Welcome, I’m Daniel.

🎓 I’m a student from the 🇨🇿 Czech Republic who loves technology 🖥️, traveling ✈️, space 🚀, politics 🗳️, video games 🎮, skyscrapers 🏙️, photography 📸, and more!

🤔 I’m not entirely sure what to do here yet, but I wanted some place to:

📝 Share random blog posts about my IT adventures

📂 Showcase my portfolio

🖼️ Display some of my gallery photos

✉️ Add a contact page

  • Rokytnice nad Jizerou – Skiing trip
    I love skiing. Its one of (if not) the best sport. I would much rather ski for 8 hours, pay 40 euros on not so good burger, and have absolutely destroyed legs, then train in the full body in the gym. So in short, I like skiing, so I went with my sister and younger brother to Rokytnice nad Jizerou Rokytnice nad Jizerou on Google Maps It all started in 6:20 in the morning. When my alarm didn’t rang.So it actually started in 6:30, when i was woken up by my sister. I was pretty tired from trying to fix… Read more: Rokytnice nad Jizerou – Skiing trip

.custom-footer { background-color: #121212; color: #ffffff; padding: 40px 20px; font-family: sans-serif; } .footer-container { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; } /* Grouping Socials and Nav on the Left */ .footer-left-group { display: flex; align-items: center; gap: 40px; flex: 1; /* Takes up left side space */ } /* Social Icons fully to the left */ .footer-socials { display: flex; gap: 15px; } .footer-socials img { width: 24px; height: auto; transition: opacity 0.3s; } .footer-socials img:hover { opacity: 0.7; } /* Navigation: Stacked and Centered Text */ .footer-nav { display: flex; flex-direction: column; text-align: center; } .footer-nav a { color: #ffffff; text-decoration: none; font-size: 16px; margin: 5px 0; } /* Logo: Centered with margins */ .footer-logo { flex: 0 1 auto; text-align: center; margin: 0 20px; } .footer-logo img { max-height: 60px; /* Adjust based on your logo shape */ display: block; } /* Spacer to balance the flexbox for true centering */ .footer-spacer { flex: 1; } /* Responsive: Vertical View (Mobile) */ @media (max-width: 768px) { .footer-container { flex-direction: column; align-items: flex-start; /* Logo shifts to left */ gap: 30px; } .footer-left-group { flex-direction: column; align-items: flex-start; gap: 20px; } .footer-nav { text-align: left; /* Align text left on mobile */ } .footer-logo { margin: 0; order: -1; /* Puts logo at the very top on mobile */ } .footer-spacer { display: none; } }