-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 1022 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ajay kumar chawla</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="project_proposal.html">Proposal</a>
<a href="cv.html">CV</a>
<a href="intro.html">Intro</a>
</div>
<div class="banner">
<img src="img/banner-1.jpg" alt="banner">
<div class="overlay">
<div class="quate">"We have come here to Live,</div>
<br>
<div class="quate">there is no other damn purpose"</div>
<div class="author">-Sadhguru</div>
</div>
</div>
<div class="content">
<div class="left_content">
<h1>Ajay Kumar</h1>
<a href="intro.html">Intro</a>
<a href="cv.html">CV</a>
<a href="project_proposal.html">Project Proposal</a>
<a href="readme.html">Read Me</a>
<a href="validation.html">Validation</a>
</div>
<div class="right_content">
<img src="img/profile.jpg" alt="profile picture">
</div>
</div>
</body>
</html>