-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 2.25 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
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PortFolio</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/navbar.css">
</head>
<body>
<!-- navbar -->
<nav>
<div class="container1">
<img src="icons/resume.png" alt="logo" width="50" height="50">
<h3 class="h3">PortFolio</h3>
</div>
<ul>
<li><a class="nav-link active" aria-current="page" href="index.html"><strong>Home</strong></a></li>
<li><a class="nav-link active" aria-current="page" href="aboutme.html"><strong>About Me</strong></a></li>
<li><a class="nav-link active" aria-current="page" href="skills.html"><strong>Skills</strong></a></li>
<li><a class="nav-link active" aria-current="page" href="resume.html"><strong>Resume</strong></a></li>
<li><a class="nav-link active" aria-current="page" href="contact.html"><strong>Contact</strong></a></li>
</ul>
</nav>
<!-- home -->
<div class="container3"></div> <!-- pink background container in home page -->
<div class="container4"> <!-- white background in home page-->
<!-- <div class="containerh1"> -->
<h1 class="containerh1">Hello!</h1>
<!-- </div> -->
<p class="para">Committed to continuous learning <br>and knowledge sharing, with a <br> strong focus on
excellence and <br> organizational skills.</p>
</div>
<div class="card">
<img src="icons/circle.png" alt="" class="circle" width="160px" height="160px">
<img src="icons/portfolio-modified.png" alt="photo" width="150px" height="150px" class="image">
<h2 class="cardh2">KRISHITA HARESH RAVAT</h2>
<img src="icons/line solid.png" alt="" class="solidline" height="20px" width="150px">
<h4 class="cardh4">Wev Development Enthusiast <br>Growth Mindset | Proactive Learner</h4>
</div>
</body>
</html>