-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (69 loc) · 3.26 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./resources/styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<title>Anuroop Pamarthi</title>
</head>
<body>
<header class="header">
<nav class="navbar flex">
<div>
<img src="" alt="logo">
</div>
<ul class="nav-list flex">
<li class="nav-item"><a class="nav-link" href="">about</a></li>
<li class="nav-item"><a class="nav-link" href="">projects</a></li>
<li class="nav-item"><a class="nav-link" href="">contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="intro center container">
<div class="author-img">
<img class="author-image" src="./resources/public/Images/Author-Image.jpg" alt="author-image">
</div>
<div class="author-details">
<h1 class="heading-primary">Hello, I'm Anuroop Pamarthi</h1>
<p class="about">I'm a Full Stack Developer & Python Developer. Also an experineced Program Anaylst / QA Engineer with having 2+ yrs of experience in both Manual/Functional Testing and Automation with Playwright and Selenium-Java</p>
</div>
</section>
<section class="projects container">
<h2 class="heading-secondary center mb-4">have a look on my work</h2>
<div class="project-category">
<h3 class="heading-tertitary">static / responsive web projects</h3>
<ul class="project-list grid">
<li class="project-item vida"><a class="project-link" href="./Projects/VIDA_Clone/index.html">vida</a></li>
<li class="project-item omnifood"><a class="project-link" href="./Projects/Omnifood_Project/index.html">omnifood</a></li>
<li class="project-item slack"><a class="project-link" href="./Projects/Slack Home_Clone/index.html">slack</a></li>
</ul>
</div>
<div class="project-category">
<h3 class="heading-tertitary">python projects</h3>
<ul class="project-list grid">
<li class="project-item blog"><a class="project-link" href="https://blog-deployment-site.onrender.com/">blog site project</a></li>
</ul>
</div>
<div class="project-category">
<h3 class="heading-tertitary">react projects</h3>
<ul class="project-list grid">
<li class="project-item keeper-app"><a class="project-link" href="https://yvdngg.csb.app/">keeper app</a></li>
</ul>
</div>
</section>
<section class="skills">
<h2 class="heading-secondary">check out my skills</h2>
<div>
<ul></ul>
</div>
</section>
</main>
<footer>
<div></div>
</footer>
</body>
</html>