-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (80 loc) · 2.83 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
<!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>Audacity</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<div class="head">
<h2>Claim</h2>
<h4>70% OFF</h4>
</div>
<div class="headcont">
<h3>Audacity courses and Nanodegree</h3>
<p>Our learn-by-doing approach incorporates projects <br>
based on real-world scenarios. <br>
They aren’t just multiple choice questions <br>
graded by bots.They are open-ended activities <br>
that require critical thinking and <br>
hands-on tech skills.Just like the workplace.</p>
</div>
</header>
<main>
<div class="mainhead">
<h2>Some audacity course <br> to Consider</h2>
</div>
<div class="intro">
<div>
<img src="nanocourse.jpeg" width="80%" alt="">
</div>
<div class="programming">
<h3>Introduction to <br> programming(Nanodegree)</h3>
<p>Virtually all companies <br> prioritize capability.
the importance <br> placed on culture fit generally <br>
varies from company to company.</p>
<button>ENROL NOW</button>
</div>
</div>
<div class=" fullstack intro">
<div class="programming">
<h3>Full stack web developer <br> (Nanodegrees)</h3>
<p>As the penultimate affirmation
of your achievement, your
Nanodegree credential
has intrinsic value.
It is proof of your success.</p>
<button>ENROL NOW</button>
</div>
<div>
<img src="nanocourse2.jpeg" width="80%" alt="">
</div>
</div>
<div class="intro">
<div>
<img src="nanocourse.jpeg" width="80%" alt="">
</div>
<div class="programming">
<h3>Digital Marketing <br> (Nanodegree)</h3>
<p>Virtually all companies prioritize capability.
the importance placed on culture fit generally
varies from company to company.</p>
<button>ENROL NOW</button>
</div>
</div>
<div class="main-lower">
<h2>Happy Learning!</h2>
<p>-The Hacker.js Team</p>
</div>
</main>
<footer>
<p>Contact us</p>
<h4> <span>>.</span> Hacker.io</h4>
<p><a href="">hacker@gmail</a></p>
<h5>written by @isoo</h5>
</footer>
</body>
</html>