-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 2.03 KB
/
index.html
File metadata and controls
62 lines (58 loc) · 2.03 KB
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
57
58
59
60
61
62
<!DOCTYPE html>
<html dir="ltr" lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="STYLE.css" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<title>Deepa - Portfolio</title>
</head>
<body>
<header class="header">
<a href="#" class="logo">Deepa</a>
<nav class="navbar">
<a href="index.html" style="--i: 1" class="active">Home</a>
<a href="About.html" style="--i: 2">About</a>
<a href="skills.html" style="--i: 3">Skills</a>
<a href="experience.html" style="--i: 4">Experience</a>
<a href="contact.html" style="--i: 5">Contact</a>
</nav>
</header>
<section class="home">
<div class="home-sci">
<a href="https://twitter.com/DeepaVenkat172"
><i class="bx bxl-twitter"></i
></a>
<a href="https://github.com/DeepaVenkat11"
><i class="bx bxl-github"></i
></a>
<a href="https://www.linkedin.com/in/deepa-venkat/"
><i class="bx bxl-linkedin"></i
></a>
</div>
<div class="home-content">
<h1>Hi, I'm Deepa</h1>
<h3>Front End Developer</h3>
<p>
Driven software developer passionate about crafting efficient, scalable
solutions to real-world problems. I am seeking opportunities to expand my
skillset and contribute to innovative progit jects within a collaborative team
environment. Dedicated to continuous learning and growth in the dynamic
field of software development.
</p>
<a href="resume.png" download class="btn">Hire me</a>
</div>
<div class="home-img">
<div class="glowing-img">
<div class="image">
<img src="img.png" alt="Deepa" />
</div>
</div>
</div>
</section>
</body>
</html>