Ethiotelecom Logo
Results

Course Price

179 Birr

    The complete Digital Marketing...

    * An hour explanation of topics and key words.
    * Prior marketing and social media knowledge
    * Full access to courses


Course Price

189 Birr

    UX/UI DESIGN For Beginners

    • Introduction to UX/UI design
    • Design Thinking
    • Simple UI design with Figma

Course Price

179 Birr

    Social Media Managment

    * descriptions and visual representations of the subjects.
    * Prior social media, social media analytics and management knowledge 
    * full access to courses


Course Price

199 Birr

    Introduction to Statistics

    • 3.5 hours of on-demand video
    • Downloadable resources
    • Full lifetime access
    • Exercises
    • Certificate of completion

Course Price

0 Birr

    Taking Control of Your Health

    ጤንነት ተፈጥሯዊ ስጦታ ነው ወይስ ፈልገንና አስሰን የምናገኘው ሀብት ነወ? ጤንነታችንንስ ወደነበረበት ተፈጥሯዊ ሁኔታ መመለስ እንችላለን!


Course Price

0 Birr

    Healthiness Is Natural

    ጤንነት ተፈጥሯዊ የጸጋ ስጦታ ነው። አብረን እንመልከት!


$(document).ready(function() { $('#keyword').keypress(function(e) { if (e.which == 13) { $.ajax({ headers: { 'X-CSRF-TOKEN': "JC2uFy55DV6zTF9W73xZeU5oaa9W6AUeEkUJiUg3" }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) // SendData(); } }); $('#btn-search').click(function(e) { $.ajax({ // headers: { // 'X-CSRF-TOKEN': "JC2uFy55DV6zTF9W73xZeU5oaa9W6AUeEkUJiUg3" // }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) }); });