-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (108 loc) · 3.85 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
108
109
110
111
112
113
114
115
<!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>Product Page Basic-Isaac</title>
<link rel="stylesheet" href="stylesheet.css" >
</head>
<body>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<div id="page-wrapper">
<header id="header">
<div class="logo">
<img id="header-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSDMIeTp27D76ERUh9RidjGB5dUjgZdMOBKRw&usqp=CAU" alt="Isaac Logo">
</div>
<nav id="nav-bar">
<ul>
<li><a class="nav-link" href="#whyus">Why_Us</a></li>
<li><a class="nav-link" href="#features">Features</a></li>
<li><a class="nav-link" href="#pricing">Pricing</a></li>
<li><a class="nav-link" href="#Reviews">CopyRights</a></li>
</ul>
</nav>
</header>
<div class="container">
<section id="features"><br></br><br><br>
<h2>Isaac's Online Courses</h2>
<form id="form" action="https://www.freecodecamp.com/email-submit">
<input name="Email" id="email" type="email" placeholder="Enter Your Email Here" required>
<input id="submit" type="submit" value="Get Started" class="btn" >
</form>
<div class="Features" >
<div class="Features">
<h2>Premium Content</h2>
<p class="ftr-des" > The Course content Provided Isaac is one of the best there is & he is also one of the most Experienced in the FIeld </p>
</div>
<div class="Features">
<h2>Easy to Understand</h2>
<p class="ftr-des" > the Language Used in the Course and the flow of words is optimized for better Understanding </p>
</div>
<div class="Features">
<h2>Affordable Price</h2>
<p class="ftr-des" > The Courses are priced at a affordable rate understandiung the financial independence of the students</p>
</div>
</div>
</section>
<section id="whyus">
<iframe
id="video"
height="350" width="450"
src="https://www.youtube-nocookie.com/embed/y8Yv4pnO7qc?rel=0&controls=0&showinfo=0"
frameborder="0"
allowfullscreen>
</iframe>
</section>
<section id="pricing">
<div class="pricing" id="courses">
<div class="product">
Front End Web Development
<h2> 100$ </h2>
<h3>Course Contents</h3>
<ol>
<li>HTML5</li>
<li>CSS3 </li>
<li>JavaScript </li>
<li>Bootstrap </li>
<li>FlexBox & Grid</li>
</ol>
<button class="btn">Select</button></div>
<div class="product">
Back End Web Development
<h2> 500$ </h2>
<h3>Course Contents</h3>
<ol>
<li>JavaScript</li>
<li>PHP </li>
<li>SQL </li>
<li>MySQL </li>
<li>NoSQL</li>
</ol><button class="btn">Select</button></div>
<div class="product">
Full Stack Web Development
<h2> 1000$ </h2>
<h3>Course Contents</h3>
<ol>
<li>Front-End</li>
<li>Back-End</li>
<li>Client-Side </li>
<li>User Interface</li>
<li>Server Side</li>
</ol><button class="btn">Select</button></div>
</div>
</section>
<section id="Reviews">
<div class="reviews">
</div>
</section>
</div>
<footer>CopyRights © Isaac 2021®</footer>
</div>
</body>
</html>