Skip to content

Commit efe93c5

Browse files
committed
Banner 2 with backgorund img Meery
1 parent bf314e8 commit efe93c5

13 files changed

Lines changed: 234 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}
2.33 KB
Loading

Html/Christmas Banner 2/bg.jpg

204 KB
Loading

Html/Christmas Banner 2/ch.jpg

589 KB
Loading
2.54 KB
Loading

Html/Christmas Banner 2/fb.png

46.1 KB
Loading

Html/Christmas Banner 2/index.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
17+
<div class="tech-icons">
18+
<div class="tech-item">
19+
<img src="ch.jpg" alt="MongoDB">
20+
<p>santa</p>
21+
22+
</div>
23+
</section>
24+
25+
<section class="call-to-action">
26+
27+
<h2>Decode the Right Choice for Your Career</h2>
28+
<p>Call us now: 7501457587/8207073099</p>
29+
<p>Follow us on :</p>
30+
<div class="social-links">
31+
<a href="#"><img src="fb.png" alt="Follow us on Facebook"></a>
32+
<a href="#"><img src="ins.png" alt="Follow us on Instagram"></a>
33+
<a href="#"><img src="you.png" alt="Follow us on Instagram"></a>
34+
</div>
35+
</section>
36+
</main>
37+
38+
<footer>
39+
<p>&copy; 2023 NGTIQ</p>
40+
</footer>
41+
</body>
42+
</html>

Html/Christmas Banner 2/ins.png

93.3 KB
Loading

Html/Christmas Banner 2/logo.png

125 KB
Loading
1.81 KB
Loading

0 commit comments

Comments
 (0)