-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (49 loc) · 1.94 KB
/
index.html
File metadata and controls
55 lines (49 loc) · 1.94 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
<!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="navabr">
<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 Institute 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>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Expedita aliquid eius molestias obcaecati, accusantium, atque ducimus dolores iure sunt vitae possimus quia! Iusto, sed fugiat eum vitae possimus ipsam minima!</p>
<img src="/AJIET.jpg" alt="ajiet image">
</div>
</section>
<hr>
<center>
<h2>our departments</h2>
<div class="dep-cards">
<a href="cse.html">
<div class="dep-cards">
<h2>department of Computer Science and Enginnering</h2>
<img src="/AJIET.jpg" alt="ajiet image">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sed facere excepturi amet dolorum mollitia sint placeat ut, quisquam nihil ex quis numquam voluptatibus, illum dicta commodi odit eius deserunt? Quos!</p>
</div>
</a>
</div>
</center>
</body>
</html>