Ethiotelecom Logo
Results

Course Price

189 Birr

    Web Design Fundamentals with A...

    • 20+ hours of on-demand video
    • 5+ class projects
    • Full lifetime access
    • Access on mobile and tablet
    • Beginner friendly
    • Certification of completion 

Course Price

179 Birr

    Introduction To Node.js

    • More than 3 hours of on-demand video
    • Prior javascript knowledge
    • Full lifetime access
    • Downloadable resources
    • Certificate of completion

Course Price

149 Birr

    Introduction To Git

    • Learn the key concepts of the Git source control system

    • Step through the Git workflow

    • Compare the different states in Git and many more


Course Price

149 Birr

    PowerPoint for Beginners

    • No prior knowledge required about PowerPoint.
    • Basic PowerPoint knowledge to get you started comfortably. 
    • Certificate of completion

Course Price

289 Birr

    Introduction to Adobe illustra...

    • Introduction to the fundamental tools in adobe illustrator

    • Introduction to colour and typography tools in adobe illustrator

    • Quizzes at the end of the chapters

    • Projects and exercise


Course Price

209 Birr

    Layout design with Adobe Indes...

    • 6 sections

    • Full lifetime access

    • Access on mobile and PC

    • Certification up on course completion


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