Tuesday, January 6, 2026

Why Ethiopia is Celebrating Christmas on Jan 7?

Why Ethiopia is Celebrating Christmas on Jan 7? — By Yebbo Travel And Tours
Yebbo Travel & Tours logo
Yebbo Travel And Tours Powered by Yebbo Communication Network
Culture • Faith • Travel • Ethiopia

Why Ethiopia is Celebrating Christmas on Jan 7?

Ethiopia’s Christmas—known as Genna—lands on January 7 for a calendar reason, and it’s celebrated with a unique spiritual rhythm you can feel in the air.

Want to be 7 years younger with out knife? Visit Ethiopia!! Visit us online www.yebbotravel.com or www.yebbo.com, we have the master key for for the mother land.

If you’ve ever wondered why Ethiopia celebrates Christmas after much of the world has already packed away holiday decorations, the answer is beautifully simple: Ethiopia’s major Christian traditions follow an older church calendar for fixed feast days. That older system lines up Christmas with January 7 on the modern (Gregorian) calendar. (In the Ethiopian calendar, Genna is on Tahsas 29.) Sources: Library of Congress; Ethiopian Orthodox Church calendar; National Geographic.

Quick explanation (no headache): Many Orthodox churches keep Christmas on “December 25” according to the older Julian-based church calendar. Because the Julian calendar is currently 13 days behind the Gregorian calendar, that “Dec 25” lands on Jan 7 for much of the world today.

1) It’s a calendar story: Julian vs. Gregorian

In 1582, Pope Gregory XIII introduced the Gregorian calendar reform to correct long-term drift in the older Julian calendar. Over centuries, the difference between the two calendars grew—today it’s widely described as a 13-day gap—which is why Orthodox Christmas often appears on January 7 in countries and churches that keep the older calendar for certain feast days. (See: National Geographic’s overview of the calendar difference.)

2) Ethiopia calls Christmas “Genna”

In Ethiopia, Christmas is commonly called Genna (or Ganna). The holiday includes church services (often long and candlelit), community gatherings, and traditional food. Many Ethiopian Orthodox Christians also keep a pre-Christmas fast, then celebrate with a festive meal after the service. (See: Library of Congress / Folklife; Ethiopian Christmas summaries.)

Travel tip: If you want the most unforgettable Genna experience, plan around historic churches and pilgrimage sites where the celebration is especially vivid—then build the rest of your trip around culture, coffee, nature, and cuisine.

3) What it feels like to be in Ethiopia for Genna

Genna has a calm, spiritual tone—less “commercial holiday rush” and more “community + tradition + faith.” You’ll notice:

  • Early-morning church services with chanting and candlelight
  • Traditional white clothing (shamma/netela) you’ll see in many areas
  • Festive meals after fasting periods
  • Local games and gatherings (including the traditional “genna” game in some places)

4) “Want to be 7 years younger?” — the fun twist (and a real reason to visit)

Ethiopia uses its own civil calendar, often described as being about 7–8 years “behind” the Gregorian year count—so visitors love the playful line that you can “feel younger” in Ethiopia. More importantly, traveling during Genna is a chance to experience living history: an ancient Christian tradition celebrated in one of Africa’s most culturally rich countries.

Trip idea: Addis Ababa → Lalibela → Gondar → Bahir Dar
Must-do: Coffee ceremony + local markets + museum day

5) Plan your Ethiopia trip with Yebbo Travel And Tours

Whether you want a faith-and-history itinerary, a family heritage trip, or a full “Ethiopia highlights” tour, we can help you build it end-to-end—from flights to advice on timing, cities, and cultural experiences.

Visit Ethiopia!! Visit us online: www.yebbotravel.com or www.yebbo.com — we have the master key for for the mother land.

References used for the calendar explanation and Genna date: Library of Congress (Folklife) on Ethiopian Christmas & calendar system; Ethiopian Orthodox Church calendar page listing Christmas on Tahsas 29 (Jan 7); National Geographic explanation of Jan 7 Orthodox Christmas and the Julian/Gregorian difference.

Since 1999

Yebbo Comm. Network

25+ Years of Trusted Service
Ethiopian Passport
Yellow Card
Tax Services
Travel Agency
Translation
Notary Public
Passport Photos
Fingerprinting
Document Apostille & Authentication
Call 619-255-5530 Visit www.yebbo.com

Serving the Global Community Worldwide

Provided Code (verbatim)
(This is displayed as text so it won’t break the page.)
<!doctype html>


    
    
    Yebbo Communication Network
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
    <style>
        :root {
            --ethiopian-green: #078930;
            --ethiopian-yellow: #FCDD09;
            --ethiopian-red: #DA121A;
            --ethiopian-blue: #0F47AF;
            --dark-green: #056523;
            --light-yellow: #FFF9D6;
            --light-red: #FFEBEE;
            --text-color: #333;
            --light-bg: #f9f9f9;
            --shadow: 0 8px 25px rgba(7, 137, 48, 0.15);
        }
        
        #yebbo-skyscraper {
            font-family: 'Arial', 'Helvetica', sans-serif;
            background: linear-gradient(145deg, #ffffff, #f8fff9);
            border: 3px solid transparent;
            border-image: linear-gradient(to bottom, var(--ethiopian-green), var(--ethiopian-yellow), var(--ethiopian-red)) 1;
            border-radius: 12px;
            width: 300px;
            margin: 20px auto;
            box-shadow: var(--shadow);
            text-align: center;
            overflow: hidden;
            position: relative;
            animation: slideIn 0.8s ease-out;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        #yebbo-skyscraper:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(7, 137, 48, 0.3);
        }
        
        @keyframes slideIn {
            0% { opacity: 0; transform: translateY(20px); }
            100% { opacity: 1; transform: translateY(0); }
        }
        
        .flag-stripes {
            height: 8px;
            background: linear-gradient(to right, 
                var(--ethiopian-green) 33%, 
                var(--ethiopian-yellow) 33% 66%, 
                var(--ethiopian-red) 66%);
            width: 100%;
        }
        
        .ad-header {
            background: linear-gradient(135deg, var(--ethiopian-green), var(--dark-green));
            color: white;
            padding: 18px 15px;
            position: relative;
        }
        
        .ad-header h2 {
            margin: 0;
            font-size: 22px;
            letter-spacing: 0.5px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        }
        
        .years-badge {
            position: absolute;
            top: -10px;
            right: 15px;
            background: var(--ethiopian-yellow);
            color: var(--ethiopian-red);
            font-weight: bold;
            font-size: 12px;
            padding: 4px 10px;
            border-radius: 20px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            animation: pulse 2s infinite;
            border: 1px solid var(--ethiopian-red);
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .ad-tagline {
            background-color: var(--light-yellow);
            color: var(--ethiopian-green);
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            border-bottom: 2px dashed var(--ethiopian-yellow);
        }
        
        .services-container {
            padding: 15px;
            max-height: 320px;
            overflow-y: auto;
            scrollbar-width: thin;
            scrollbar-color: var(--ethiopian-green) #f0f0f0;
        }
        
        .services-container::-webkit-scrollbar {
            width: 6px;
        }
        
        .services-container::-webkit-scrollbar-track {
            background: #f0f0f0;
            border-radius: 10px;
        }
        
        .services-container::-webkit-scrollbar-thumb {
            background: linear-gradient(to bottom, var(--ethiopian-green), var(--ethiopian-yellow), var(--ethiopian-red));
            border-radius: 10px;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            text-align: left;
        }
        
        .service-item {
            display: flex;
            align-items: center;
            font-size: 13px;
            color: var(--text-color);
            padding: 8px 5px;
            border-radius: 6px;
            transition: all 0.2s ease;
            background-color: rgba(255, 255, 255, 0.9);
            border-left: 3px solid var(--ethiopian-green);
        }
        
        .service-item:nth-child(odd) {
            border-left-color: var(--ethiopian-yellow);
        }
        
        .service-item:nth-child(even) {
            border-left-color: var(--ethiopian-red);
        }
        
        .service-item:hover {
            background-color: rgba(7, 137, 48, 0.08);
            transform: translateX(3px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            margin-right: 8px;
            font-size: 16px;
            width: 20px;
            text-align: center;
        }
        
        /* Color cycling for icons */
        .service-item:nth-child(3n+1) .service-icon {
            color: var(--ethiopian-green);
        }
        
        .service-item:nth-child(3n+2) .service-icon {
            color: var(--ethiopian-yellow);
            text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        }
        
        .service-item:nth-child(3n+3) .service-icon {
            color: var(--ethiopian-red);
        }
        
        .contact-section {
            background: linear-gradient(to bottom, rgba(252, 221, 9, 0.1), rgba(7, 137, 48, 0.1));
            padding: 15px;
            border-top: 2px solid var(--ethiopian-yellow);
            border-bottom: 2px solid var(--ethiopian-red);
        }
        
        .contact-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to right, var(--ethiopian-red), #E83A3F);
            color: white;
            text-decoration: none;
            font-weight: bold;
            padding: 12px 20px;
            border-radius: 30px;
            margin: 10px 0;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(218, 18, 26, 0.3);
            border: 2px solid white;
        }
        
        .contact-button:hover {
            background: linear-gradient(to right, #C81015, var(--ethiopian-red));
            transform: scale(1.05);
            box-shadow: 0 6px 15px rgba(218, 18, 26, 0.4);
        }
        
        .contact-button i {
            margin-right: 8px;
        }
        
        .website-link {
            display: inline-block;
            background: var(--ethiopian-green);
            color: white;
            font-weight: bold;
            text-decoration: none;
            margin-top: 10px;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 14px;
            transition: all 0.2s ease;
            border: 2px solid white;
            box-shadow: 0 3px 8px rgba(7, 137, 48, 0.3);
        }
        
        .website-link:hover {
            background: var(--dark-green);
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(7, 137, 48, 0.4);
        }
        
        .ad-footer {
            background: linear-gradient(to right, var(--ethiopian-green), var(--dark-green));
            color: white;
            font-size: 11px;
            padding: 10px;
            line-height: 1.4;
        }
        
        .floating-icon {
            position: absolute;
            bottom: 80px;
            right: 15px;
            background: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            color: var(--ethiopian-green);
            font-size: 20px;
            z-index: 10;
            animation: float 3s ease-in-out infinite;
            border: 2px solid var(--ethiopian-yellow);
        }
        
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        
        .flag-icon {
            position: absolute;
            top: 15px;
            left: 15px;
            font-size: 18px;
            color: var(--ethiopian-yellow);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        }
        
        .color-highlight {
            color: var(--ethiopian-red);
            font-weight: bold;
        }
        
        @media (max-width: 350px) {
            #yebbo-skyscraper {
                width: 280px;
            }
        }
    </style>


    <!-- Yebbo Skyscraper Ad with Ethiopian Colors -->
    <div id="yebbo-skyscraper">
        <div class="flag-stripes"></div>
        
        <div class="ad-header">
            <div class="flag-icon">
                <i class="fas fa-flag"></i>
            </div>
            <div class="years-badge">Since 1999</div>
            <h2>Yebbo Comm. Network</h2>
        </div>
        
        <div class="ad-tagline">
            <i class="fas fa-award"></i> 25+ Years of <span class="color-highlight">Trusted</span> Service
        </div>
        
        <div class="services-container">
            <div class="services-grid">
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-passport"></i></div>
                    <div>Ethiopian Passport</div>
                </div>
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-id-card"></i></div>
                    <div>Yellow Card</div>
                </div>
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-file-invoice-dollar"></i></div>
                    <div>Tax Services</div>
                </div>
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-plane"></i></div>
                    <div>Travel Agency</div>
                </div>
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-language"></i></div>
                    <div>Translation</div>
                </div>
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-stamp"></i></div>
                    <div>Notary Public</div>
                </div>
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-camera"></i></div>
                    <div>Passport Photos</div>
                </div>
                <div class="service-item">
                    <div class="service-icon"><i class="fas fa-fingerprint"></i></div>
                    <div>Fingerprinting</div>
                </div>
                <div class="service-item" style="grid-column: span 2;">
                    <div class="service-icon"><i class="fas fa-file-certificate"></i></div>
                    <div>Document Apostille & Authentication</div>
                </div>
            </div>
        </div>
        
        <div class="floating-icon">
            <i class="fas fa-hands-helping"></i>
        </div>
        
        <div class="contact-section">
            <a href="tel:6192555530" class="contact-button">
                <i class="fas fa-phone-alt"></i> Call 619-255-5530
            </a>
            
            <a href="http://www.yebbo.com" target="_blank" class="website-link">
                <i class="fas fa-globe"></i> Visit www.yebbo.com
            </a>
            
            <p style="font-size: 12px; color: var(--ethiopian-green); margin-top: 12px; font-weight: bold;">
                <i class="fas fa-star" style="color: var(--ethiopian-yellow);"></i>
                Serving the Global Community Worldwide
                <i class="fas fa-star" style="color: var(--ethiopian-red);"></i>
            </p>
        </div>
        
        <div class="ad-footer">
            © Yebbo Communication Network — Trusted Since 1999
        </div>
    </div>
    
    <script>
        document.addEventListener("DOMContentLoaded", function() {
            const ad = document.getElementById("yebbo-skyscraper");
            
            // Initial animation
            ad.style.opacity = "0";
            setTimeout(() => {
                ad.style.transition = "opacity 0.8s ease";
                ad.style.opacity = "1";
            }, 300);
            
            // Service items hover effect enhancement
            const serviceItems = document.querySelectorAll('.service-item');
            serviceItems.forEach(item => {
                item.addEventListener('mouseenter', function() {
                    const borderColor = window.getComputedStyle(this).borderLeftColor;
                    this.style.boxShadow = `0 4px 8px ${borderColor}40`;
                });
                item.addEventListener('mouseleave', function() {
                    this.style.boxShadow = 'none';
                });
            });
            
            // Add click animation to contact button
            const contactButton = document.querySelector('.contact-button');
            contactButton.addEventListener('click', function() {
                this.style.transform = 'scale(0.95)';
                setTimeout(() => {
                    this.style.transform = 'scale(1.05)';
                }, 150);
                setTimeout(() => {
                    this.style.transform = 'scale(1)';
                }, 300);
            });
            
            // Color cycling animation for flag stripes
            const flagStripes = document.querySelector('.flag-stripes');
            let hueShift = 0;
            
            function animateFlagStripes() {
                hueShift = (hueShift + 0.5) % 360;
                flagStripes.style.background = `linear-gradient(to right, 
                    hsl(${(120 + hueShift) % 360}, 90%, 30%) 33%, 
                    hsl(${(60 + hueShift) % 360}, 90%, 55%) 33% 66%, 
                    hsl(${(0 + hueShift) % 360}, 85%, 50%) 66%)`;
                requestAnimationFrame(animateFlagStripes);
            }
            
            // Subtle color animation for flag stripes
            setTimeout(() => {
                animateFlagStripes();
            }, 2000);
            
            // Rotate colors in header
            function headerColorCycle() {
                const header = document.querySelector('.ad-header');
                const colors = [
                    'linear-gradient(135deg, var(--ethiopian-green), var(--dark-green))',
                    'linear-gradient(135deg, var(--dark-green), var(--ethiopian-green))',
                    'linear-gradient(135deg, #056523, #078930)'
                ];
                let currentColor = 0;
                
                setInterval(() => {
                    header.style.background = colors[currentColor];
                    currentColor = (currentColor + 1) % colors.length;
                }, 5000);
            }
            
            headerColorCycle();
            
            // Make stars twinkle
            const stars = document.querySelectorAll('.fa-star');
            stars.forEach(star => {
                setInterval(() => {
                    star.style.opacity = '0.7';
                    setTimeout(() => {
                        star.style.opacity = '1';
                    }, 500);
                }, 2000 + Math.random() * 2000);
            });
        });
    </script>

</!doctype>

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

የቦ ታክስ

ለዲያስፓራ አባላት በሙሉ እንዲሁም አሁን ኢትዮጵያ ላላችሁ። የአሜሪካ ታክሳችሁን ካላችሁበት ሆናችሁ እንድታሰሩ ነገሮችን ሁሉ አናስተካክላለናል። ያልተሰራ የታክስ ውዝፍ (Back Tax)፣ መስተካከል ያለበት ታክስ (Amendment) እንችላለን። የዚህ አመት ታክስ እና ሌሎችንም እንሰራለን።በViberም ሆነ Whatspp ይደውሉልን። ስልክ ቁጥራችን 619 255 5530 ነው ። YebboTax info@yebbo.com Yebbo.com

Translate

Do you need Ethiopian Power of Attorney where your agent can preform several crucial tasks on your behalf? Such as adoption proceedings, buying movable or immovable properties, paying tax, represent you in governmental and public offices and several others tasks with our your physical presence? If your answer is yes get the Ethiopian Power of Attorney or YEBBO now on sale

Shop Amazon

Call Yebbo

የቦ ኮሚኒኬሽን ኔት ወርክ ፣ ለ25 አመታት በላይ የስራ ልምድ ያካበተው የእናንተው በእናንተው። ከምሰጣቸው አገልግሎቶች ውስጥ የውክልና አገልግሎት መስጠት የኢትዮጵያ ፓስፖርት አገልግሎት መስጠት የቢጫ ካርድ የማውጣት አገልግሎት የታክስ አገልግሎት መስጠት (የትም የኢትዮጵያ ግዛት ይኑሩ) የጉዞ ወኪል የትርጉም ስራ አገልግሎት ለበለጠ መረጃ በስልክ ቁጥር 619-255-5530 ይደውሉ።