-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
49 lines (39 loc) · 2.27 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Morfidon - Video Course Creator</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="nav-placeholder"></div>
<main>
<section id="about-content">
<h2>My Journey</h2>
<p>With over 20 years of experience in website development and 15 years in programming, I've accumulated a wealth of knowledge that I'm excited to share with you.</p>
<h2>My Courses</h2>
<p>I've created <strong>27 popular video courses</strong> covering programming, web development, and math. These courses have attracted <strong>over 340,000 students</strong> on Udemy, a testament to their quality and accessibility.</p>
<h2>My Teaching Philosophy</h2>
<ul>
<li>I always strive to explain concepts in the simplest possible way.</li>
<li>I firmly believe that <em>everyone has the ability to develop software if taught properly</em> - and that includes <em>you</em>.</li>
<li>I provide context for each new concept, ensuring you understand not just the 'how', but also the 'why'.</li>
<li>After completing my courses, <strong>you will finally understand everything that you code</strong>.</li>
</ul>
<h2>My Commitment</h2>
<p>Today, I'm here to share my extensive experience and knowledge with you. My goal is to make complex topics accessible and enjoyable to learn.</p>
<h2>Let's Connect</h2>
<p>If you have any questions about the topics covered in my courses, please don't hesitate to ask. I'm here to support your learning journey every step of the way.</p>
</section>
<section id="cta">
<h2>Ready to Start Your Learning Journey?</h2>
<p>Explore my courses and take your skills to the next level!</p>
<a href="courses/" class="cta-button">View All Courses</a>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="js/include-common-elements.js"></script>
<script src="js/main.js"></script>
</body>
</html>