Skip to content

Commit d4d0afc

Browse files
committed
Banner
1 parent feac63e commit d4d0afc

12 files changed

Lines changed: 162 additions & 0 deletions

File tree

Html/NGTIQ Banner/angular.png

2.33 KB
Loading

Html/NGTIQ Banner/express.png

2.54 KB
Loading

Html/NGTIQ Banner/fb.png

46.1 KB
Loading

Html/NGTIQ Banner/img1.jpg

15.5 KB
Loading

Html/NGTIQ Banner/img2.jpg

30.7 KB
Loading

Html/NGTIQ Banner/index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>MACS - Pedestal to Your Success</title>
7+
<link rel="stylesheet" href="style.css"> </head>
8+
<body>
9+
<header>
10+
<img src="logo.png" alt="MACS Logo"> <h1>NGTIQ</h1>
11+
<h2>Pedestal to Your Success</h2>
12+
</header>
13+
14+
<main>
15+
<section class="technologies">
16+
<h3>MEAN / MERN DEVELOPER</h3>
17+
<div class="tech-icons">
18+
<div class="tech-item">
19+
<img src="mongodb.png" alt="MongoDB">
20+
<p>MongoDB</p>
21+
</div>
22+
<div class="tech-item">
23+
<img src="express.png" alt="Express">
24+
<p>Express</p>
25+
</div>
26+
<div class="tech-item">
27+
<img src="angular.png" alt="Angular">
28+
<p>Angular</p>
29+
</div>
30+
<div class="tech-item">
31+
<img src="node.png" alt="Node.js">
32+
<p>Node.js</p>
33+
</div>
34+
</div>
35+
</section>
36+
37+
<section class="call-to-action">
38+
39+
<h2>Decode the Right Choice for Your Career</h2>
40+
<p>Call us now: 7501457587/8207073099</p>
41+
<p>Follow us on :</p>
42+
<div class="social-links">
43+
<a href="#"><img src="fb.png" alt="Follow us on Facebook"></a>
44+
<a href="#"><img src="ins.png" alt="Follow us on Instagram"></a>
45+
<a href="#"><img src="you.png" alt="Follow us on Instagram"></a>
46+
</div>
47+
</section>
48+
</main>
49+
50+
<footer>
51+
<p>&copy; 2023 NGTIQ</p>
52+
</footer>
53+
</body>
54+
</html>

Html/NGTIQ Banner/ins.png

93.3 KB
Loading

Html/NGTIQ Banner/logo.png

125 KB
Loading

Html/NGTIQ Banner/mongodb.png

1.81 KB
Loading

Html/NGTIQ Banner/node.png

7.58 KB
Loading

0 commit comments

Comments
 (0)