Ethiotelecom Logo

Course Price

209 Birr

    Layout design with Adobe Indes...

    • 6 sections

    • Full lifetime access

    • Access on mobile and PC

    • Certification up on course completion


Course Price

0 Birr

    Getting Started with Animaker

    • Introduction to Animaker
    • Tools in Animaker
    • The basics in Animaker
    • Quizzes

     

     


Course Price

189 Birr

    UX/UI DESIGN For Beginners

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

Course Price

249 Birr

    Advanced UI/UX Course

    • Redesign an app.
    • See the changes in practice.
    • Implement design thinking.

Course Price

149 Birr

    Blender Fundamentals

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

     


$(document).ready(function() { $('#keyword').keypress(function(e) { if (e.which == 13) { $.ajax({ headers: { 'X-CSRF-TOKEN': "f3vsYLQbPTC5csQEqLyWPmIhMmzA6dGPZi7NPBYr" }, 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': "f3vsYLQbPTC5csQEqLyWPmIhMmzA6dGPZi7NPBYr" // }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) }); });