-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout us.html
56 lines (55 loc) · 2.47 KB
/
about us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>About us</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="src/styles/about us.css">
</head>
<header>
<div>
<img id="logoImage" src="assets\logo\phd-logos.jpg">
</div>
<nav>
<ul>
<li> <a href="postJob.html"> Post a Job </a> </li>
<li> <a href="signup.html"> Sign Up </a> </li>
<li> <a href="signup.html"> Sign In </a> </li>
</ul>
</nav>
</header>
<body>
<div class="section">
<div class="container">
<div class="title">
<h1>About Us</h1>
</div>
<div class="content">
<div class="article">
<h3>
The higher positions in companies demand better qualification.
Masters degree is now a compulsion and then the advanced level comes to PhD.
There are many benefits of achieving a doctorate degree as we all know.
The employed professional doesn't have the time and resources to research.<br>
<br>
Powered by a team of qualified staff and cutting-edge database system,
we remain the unrivaled platform in connecting people from corners of the country to collaborate and publish revolutionary papers in the various fields of the sectors available.
</h3>
<p> <b><a href="contact.html">Contact us</a> </b><br>
<br><b>Address:</b> VIT Bhopal, Kotri Kalan, Ashta, Near, Indore Road, Bhopal, Madhya Pradesh 466114
<br>
<br><b>Email:</b> [email protected] </p>
<div class="button">
<a href="">Read More</a>
</div>
</div>
</div>
<div class = "image-section">
<img src = "assets\illustrations\About us.png">
</div>
</div>
</div>
</body>
<footer>
<p>DART © <script>document.write(new Date().getFullYear());</script> All Rights Reserved!</p> </footer>
</html>