-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
143 lines (133 loc) · 5.7 KB
/
Copy pathabout.html
File metadata and controls
143 lines (133 loc) · 5.7 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link rel="stylesheet" href="./styles.css">
<title>About page</title>
</head>
<body>
<div class="main-wrapper">
<header class="header">
<div class="heading-mini desktop">
<div><i class="uil uil-bars mini"></i></div>
<ul class="mini-heading">
<li>
<a href="www.facbook.com"><i class="uil uil-facebook-f"></i></a>
</li>
<li><a href="www.twitter.com"><i class="uil uil-twitter"></i></a>
</li>
<li>
<a href="www.googletranslate.com">English</a>
</li>
<li>
<a href="index.html">My page</a>
</li>
<li>
<a href="#">Logout</a>
</li>
</ul>
</div>
<nav class="navbar">
<a href="index.html"><img src="./images/logo1.png" alt="Udemy logo" class="logo desktop"></a>
<ul id="nav-menu" class="nav-menu">
<i id="close-btn" class="uil uil-multiply close-btn mobile"></i>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#program">Program</a></li>
<li><a href="#about.html">Join</a></li>
<li><a href="#about.html">Sponsor</a></li>
<li><a href="#about.html">News</a></li>
<li><a href="#about.html" class="business">Udemy Business</a></li>
</ul>
</nav>
<nav id="toggle" class="mobile">
<i class="uil uil-bars mobile-menu"></i>
</nav>
</header>
<section id="about">
<nav class="about-nav desktop">
<li>
<a href="index.html"><i class="uil uil-estate"></i> <span><i class="uil uil-angle-right"></i></span></a>
</li>
<li>
<a href="about.html">About <span><i class="uil uil-angle-right"></i></span></a>
</li>
<li><a href="#about.html">course</a></li>
</nav>
<div class="about-wrapper">
<h2 class="home-title mobile">"Future-ready skills on your schedule!"</h2>
<h1 class="about-title">Unlock The Power Of Your People</h1>
<div class="demo-wrapper">
<h2 class="demo">Get your demo</h2>
<p class="demo-text">See why leading organizations choose Udemy Business as their destination for employee learning.</p>
<h3 class="demo-title">In your demo, learn more about:</h3>
<ul class="demo-list">
<li>Unlimited access to 17,000+ top courses selected from Udemy.com – anytime, on any device</li>
<li>Fresh content taught by global instructors – for any learning style</li>
<li>Actionable learning insights and admin functionality</li>
</ul>
</div>
<div class="banner-text">
<p class="banner">Get unlimited access to 17,000+ of Udemy’s top courses for your team. Learn and improve skills across business, tech, design, and more.</p>
</div>
<a href="index.html" class="link">@www.Udemy.org <span><i class="uil uil-angle-right"></i></span></a>
</div>
</section>
<section class="life">
<h2 class="life-title">Transform your life through education</h2>
<p class="life-text desktop">Learners around the world are launching new careers, advancing in their fields, and enriching their lives.Who doesn’t love a good story of self-reinvention We’ve certainly seen our share among Udemy students and instructors alike There’s the Brazilian lawyer who became an app developer, the Egyptian civil engineer who pivoted to sports management, the New York actor who turned into a startup CEO, and many more...</p>
<p class="life-text mobile">Learners around the world are launching new careers, advancing in their fields, and enriching their lives</p>
<img src="./images/Udemy_logo.svg (1).png" alt="udemy logo images" class="udemy-logo">
</section>
<section class="course">
<h2 class="course-title">Featured topics by category</h2>
<div class="underlined"></div>
<p class="course-text">Choose from 204,000 online video courses with new additions published every month</p>
<div class="course-container">
<div class="img-container">
<img src="./images/instructor-1x-v3.jpg" alt="the instructor">
<div class="overlay"></div>
<figcaption>
<h1 class="img-title">Become an instructor</h1>
</figcaption>
</div>
<div class="img-container">
<img src="./images/ub-1x-v3.jpg" alt="the business">
<div class="overlay"></div>
<figcaption>
<h1 class="img-title">Transform your life</h1>
</figcaption>
</div>
</div>
</section>
<section class="home-footer desktop mobile about-brand">
<h2 class="program-title ">Partner</h2>
<div class="underlined"></div>
<div class="sponsor">
<div class="sponsor-wrapper">
<img class="card-icon" src="./images/nasdaq-dark.svg" alt="nasdaq-dark">
<img class="card-icon" src="./images/box-dark.svg" alt="box-dark">
<img class="card-icon" src="./images/netapp-dark.svg" alt="netapp-dark">
<img class="card-icon" src="./images/tcs-dark.svg" alt="tcs-dark">
<img class="card-icon" src="./images/eventbrite-dark.svg" alt="event-dark">
</div>
</div>
</section>
<footer class="footer about-footer">
<a href="index.html"><img src="./images/logo1.png" alt="Udemy logo" class="logo footer-logo"></a>
<div class="footer-text">
<p class="footer-copy">2022 All Rights served to Soe Sandar Win</p>
<p class="footer-copy">At 65+ hours, this Web Development course is without a doubt the most comprehensive web development course available online.</p>
</div>
</footer>
</div>
<script src="./script.js" type="module"></script>
<script
src="https://kit.fontawesome.com/9ea65bb5f9.js"
crossorigin="anonymous"
></script>
</body>
</html>