105 lines
2.7 KiB
HTML
105 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700;800&display=swap"
|
|
rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
|
|
<title>Frontend Mentor | Skilled e-learning landing page</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<img src="assets/logo-dark.svg" alt="skilled logo">
|
|
<a href="">Get Started</a>
|
|
</header>
|
|
|
|
|
|
<main>
|
|
<section>
|
|
<h1>Maximize skill, minimize budget</h1>
|
|
<p>
|
|
Our modern courses across a range of in-demand skills will give you the
|
|
knowledge you need to live the life you want.
|
|
</p>
|
|
|
|
<a href="">Get Started</a>
|
|
|
|
<picture>
|
|
<source media="(min-width: )" srcset="" sizes="">
|
|
<img src="assets/image-hero-mobile.png" alt="">
|
|
</picture>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Check out our most popular courses!</h2>
|
|
|
|
<article>
|
|
<img src="assets/icon-animation.svg" alt="">
|
|
<h3>Animation</h3>
|
|
<p>
|
|
Learn the latest animation techniques to create stunning motion design and captivate your audience.
|
|
</p>
|
|
<a href="">Get Started</a>
|
|
</article>
|
|
|
|
<article>
|
|
<img src="assets/icon-design.svg" alt="">
|
|
<h3>Design</h3>
|
|
<p>
|
|
Create beautiful, usable interfaces to help shape the future of how the web looks.
|
|
</p>
|
|
<a href="">Get Started</a>
|
|
</article>
|
|
|
|
<article>
|
|
<img src="assets/icon-photography.svg" alt="">
|
|
<h3>Photography</h3>
|
|
<p>
|
|
Explore critical fundamentals like lighting, composition, and focus to capture exceptional photos.
|
|
</p>
|
|
<a href="">Get Started</a>
|
|
</article>
|
|
|
|
<article>
|
|
<img src="assets/icon-crypto.svg" alt="">
|
|
<h3>Crypto</h3>
|
|
<p>
|
|
All you need to know to get started investing in crypto. Go from beginner to advanced with this 54 hour
|
|
course.
|
|
</p>
|
|
<a href="">Get Started</a>
|
|
</article>
|
|
|
|
<article>
|
|
<img src="assets/icon-business.svg" alt="">
|
|
<h3>Business</h3>
|
|
<p>
|
|
A step-by-step playbook to help you start, scale, and sustain your business without outside investment.
|
|
</p>
|
|
<a href="">Get Started</a>
|
|
</article>
|
|
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<img src="assets/logo-light.svg" alt="skilled logo">
|
|
<a href="">Get Started</a>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html> |