-
Notifications
You must be signed in to change notification settings - Fork 2
/
education.html
59 lines (57 loc) · 1.78 KB
/
education.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
<!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" />
<link rel="stylesheet" href="./Styles/navbar.css" />
<link rel="stylesheet" href="education.css" />
<link rel="stylesheet" href="./gallery.css">
<title>Jobs and Education</title>
</head>
<body>
<div id="navbar"></div>
<h1>JOBS AND EDUCATION</h1>
<div id="container">
<div id="container1"></div>
<div id="container2">
<!-- first right container -->
<div class="container2_Scrollbar">
<h2>MOST POPULAR</h2>
<div id="container2_content"></div>
</div>
<!-- secons right container -->
<div class="container2_Scrollbar">
<h2>MORE FROM JOBS AND EDUCATION</h2>
<div id="container2_content1"></div>
</div>
<!-- third right container -->
<div class="container2_Scrollbar">
<h2>World Gallery</h2>
<div id="container2_content2"></div>
</div>
</div>
</div>
<footer id="footer">
<div>
<input type="text" placeholder="ENHANCED BY Google">
<button>Search</button>
</div>
<div id="buttons">
<h3>HOME</h3>
<h3>ASIAN AGE</h3>
<h3>ANDHRABHOOMI</h3>
<h3>FINANCE CHRONICLE</h3>
<h3>ABOUT US</h3>
<h3>CONTACT US</h3>
<h3>CLASSIFIED</h3>
<h3>BOOK CLASSIFIED</h3>
<h3>FEEDBACK</h3>
<h3>CAREER</h3>
<h3>E-PAPER</h3>
<h3>PRIVACY POLICY</h3>
</div>
</footer>
</body>
</html>
<script type="module" src="education .js"></script>