-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.43 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
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Personal Portfolio Website</title>
<!----CSS link----->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="Ape">
<nav>
<img src="logo.jpg" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
<a href="#" class="btn">View Now</a>
</nav>
<div class="content">
<span class="title">Web Developer</span>
<h1>Hello, I’m <span>Apeksha </br></span></h1>
<br>
<br>
<br>
<br>
<p>I'm a student at Vidya Pratishthan's Kamalnayan Bajaj Institute of Engineering And Technology , Baramati. I’m studying Computer Engineering, and I really love it!
I’m interested in learning more about how computers work, and I have been working on my own projects that combine coding and art.
It’s done in HTML5, JavaScript, CSS3, and Python and runs in any browser you can access.</p>
<a href="#" class="btn">Show Information</a>
</div>
</div>
</body>
</html>