forked from poornimajaipur/codeinnovationseries-poornima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
29 lines (25 loc) · 1.05 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="aboutus.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
</head>
<body>
<div id="linkbar">
<a class="navlink" href="homepage.html">Homepage</a>
<a class="navlink" href="aboutus.html">About Us</a>
<a class="navlink" href="product.html">Products</a>
<a class="navlink" href="contactus.html">Contact Us</a>
</div>
<h3>Who am I?</h3>
<h4>My name is Shubham Bhati(PGI19CS054)<br>
I am a second year student of Bachelor of Technology in Computer Engineering, pursuing from Poornima Group of
Institution.<br>
This my NSP project for third semester, software engineering lab.<br>
This is a html and css web to display news with four pages Homepage, About Us, Product and Contact Us.<br>
The homepage contains news in form of boxes having image, heading, and some starting text.<br>
</h4>
</body>
</html>