-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (53 loc) · 2.04 KB
/
index.html
File metadata and controls
62 lines (53 loc) · 2.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="style.css">
<title>AJIET</title>
</head>
<body>
<nav class="navbar">
<a href="https://ajiet.edu.in" target="blank" class="logo">Logo</a>
<ul class="nav-links">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Department</a></li>
<li><a href="#">contact</a></li>
</ul>
<a href="#" class ="icon">
<i class="fa fa-bars"></i>
</a>
</nav>
<center>
<h1><b> A J Institue of Engineering and Technology</b></h1>
<hr>
<img src="/AJIET.jpg" alt="ajiet image">
</center>
<section class="about-section">
<h2>About us</h2>
<div class="about -grid">
<p> A J Institue of Engineering and Technology(AJIET)</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Debitis, distinctio? Illo labore beatae assumenda quas dolorum ab a sunt quidem nemo, corrupti magni ullam nulla enim esse recusandae sapiente necessitatibus.</p>
<img src="/AJIET.jpg"" alt="ajiet image">
</div>
</section>
<hr>
<center>
<h2>Our Department</h2>
<div class="dep-cards">
<a href="cse.html">
<div class="dep-card">
<h2> Department Of Computer Science And Engineering</h2>
<img src="/AJIET.jpg" alt="cse image">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Impedit vel tempora animi dolore ex placeat, ullam repellendus possimus? Nihil dicta voluptas voluptatem ipsa obcaecati sed soluta deserunt adipisci recusandae doloribus?</p>
</div>
</a>
</div>
<a href="#">
<button>Top</button>
</a>
</center>
</body>
</html>