forked from arnavdev25/Frontend-Master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (100 loc) · 5.34 KB
/
index.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
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
<!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" />
<title>Frontend Master Website</title>
<link rel="stylesheet" href="./styles/main.css" />
<link rel="stylesheet" href="./styles/nav.css" />
<link rel="stylesheet" href="./styles/footer.css" />
<link rel="stylesheet" href="./styles/home-page.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css"
integrity="sha512-10/jx2EXwxxWqCLX/hHth/vu2KY3jCF70dCQB8TSgNjbCVAC/8vai53GfMDrO2Emgwccf2pJqxct9ehpzG+MTw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<!-- -----------------------------Navbar Start----------------------------------------------- -->
<header class="header"></header>
<!-- ---------------------------------Navbar End-------------------------------------------- -->
<!-- ---------------------------------------Landing Start--------------------------------------- -->
<div id="banner">
<video autoplay muted loop>
<source
src="https://static.frontendmasters.com/assets/fm/med/home/hero.mp4"
type="video/mp4"
/>
</video>
<div id="contents">
<h1>Advance Your Skiils</h1>
<h2>with In-Depth, Modern <br> Front-End Engineering Courses</h2>
<div>
<a href="courses.html"><button>Browse Our Courses</button></a>
<a href="joinnow.html"><button style=" background: #c02d28;">Become a Member</button></a>
</div>
</div>
</div>
<section id="clip1"></section>
<div id="icons">
<a href="icon1.html"> <img src="https://www.bing.com/th?id=OIP.fxMFAWgcs9ASnyZoIMeLJAHaHa&w=174&h=170&c=8&rs=1&qlt=90&o=6&dpr=1.41&pid=3.1&rm=2" alt="JS"> </a>
<a href="icon2.html"> <img src="https://th.bing.com/th/id/R.21cef5f5ff8f0a831ed1692e91e7154a?rik=aLpwwKogBecykg&riu=http%3a%2f%2fyycjs.com%2freal-world-react%2fimg%2freact-logo.png&ehk=Da48R0vYoMh7ImQa8E9fc04Z5BaQHyOkz3qjQ6IddFo%3d&risl=&pid=ImgRaw&r=0&sres=1&sresct=1" alt="React"> </a>
<a href="icon3.html"> <img src="https://th.bing.com/th/id/OIP.ts3lYA8TB3a6qWmDknphoQHaHa?pid=ImgDet&w=300&h=300&rs=1" alt="TS"> </a>
<a href="icon4.html"><img src="https://cdn.pixabay.com/photo/2015/04/23/17/41/node-js-736399_960_720.png" alt="Node"></a>
<a href="icon5.html"><img src="https://upload.wikimedia.org/wikipedia/commons/f/f1/Vue.png" alt="Vue3"></a>
<a href="icon6.html"><img src="https://raw.githubusercontent.com/CAST-Extend/resources/master/com.castsoftware.angularjs.png" alt="Angular13"></a>
<a href="icon7.html"><img src="https://th.bing.com/th/id/R.6b2018f5c6532f6c29806ef06ffb158d?rik=A1DOk4SIw4rtiw&riu=http%3a%2f%2f1000marcas.net%2fwp-content%2fuploads%2f2021%2f02%2fCSS-Logo.png&ehk=ON8ObCxBDE%2f%2fZS37%2fZkw9lFVSiR1xOwAcDkS%2bdFm6vc%3d&risl=&pid=ImgRaw&r=0" alt="CSS"></a>
<a href="icon8.html"><img src="https://assets.website-files.com/57e53b27f0345c214ef43b64/5a245c9eb1a83e0001a5a066_D3-logo.png" alt="Core"></a>
<a href="icon9.html"><img src="https://th.bing.com/th/id/OIP.xQCjgB2DVqhtqGoGw9E6TQHaHa?w=177&h=180&c=7&r=0&o=5&dpr=1.41&pid=1.7" alt="Webpack"></a>
</div>
</div>
</div>
<!-- -----------------------------------------Landing End---------------------------------------- -->
<!-- ---------------------------------------------Slide Bar Start----------------------------------------- -->
<div class="slider-container"></div>
<!-- ---------------------------------------------Slide Bar End----------------------------------------- -->
<!-- -------------------------------------------------Join and Boot Camp Start-------------------------------------------- -->
<div id="join">
<div>
<h1>
Join Now and Learn Straight from the Experts Who Shape the Modern Web
</h1>
<div>
<a href="joinnow.html"><button>Join Now</button></a>
</div>
</div>
</div>
<div id="bootcamp">
<img
src="https://static.frontendmasters.com/assets/fm/med/bootcamp/bc-logo-ad.png"
alt=""
/>
<p>
Looking to take your first steps in Web Development? <br />
Try the free Frontend Masters Bootcamp!
</p>
<a href="more.html">More Info ></a>
</div>
<!-- -------------------------------------------------Join and Boot Camp End-------------------------------------------- -->
<!-- -------------------------------------Footer Start------------------------------------------ -->
<div id="footer"></div>
<!-- -----------------------------------------Footer End----------------------------------------------- -->
</body>
</html>
<script type="module"></script>
<script
src="https://kit.fontawesome.com/2ab2a134b6.js"
crossorigin="anonymous"
></script>
<script src="scripts/index.js" type="module"></script>
<script src="scripts/data.js"></script>