-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.69 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akula Neeraj Saiteja</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="main">
<div class="nav">
<div class="a">
<div class="h"><a style="color: whitesmoke;" href="index.html">Home</a></div>
<div class="h"><a style="color: whitesmoke; text-decoration: none;" href="about.html">About</a></div>
<div class="h"><a style="color: whitesmoke; text-decoration: none;" href="contact.html">Contact</a></div>
</div>
<div class="b">
<div ><a class="i" href="https://github.com/neeraj10122004"><img src="icons/github.png" alt="Github"></a></div>
<div ><a class="i" href="https://www.linkedin.com/in/neeraj-saiteja-akula-96974b254/"><img src="icons/linkedin.png" alt="Linkedin"></a></div>
</div>
</div>
<div class="data">
<div class="text">
<div class="name"><h1>Akula Neeraj Saiteja</h1></div>
<div><h2>Hello my Name is neeraj and i am an aspiring developer</h2><h2>This is my portfolio website</h2></div>
<div class="about">Check the terminal below for more info <i>Hint: list --- list of all commands</i></div>
</div>
<img class="img" src="images/img.JPG" alt="Neeraj" srcset="">
</div>
<div class="terminal">
<div class="prev_data">
</div>
<input type="text" placeholder="$" onkeydown="command()" >
</div>
</div>
<script src="index.js"></script>
</body>
</html>