-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (173 loc) · 8.82 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lahari Krishnam | Portfolio</title>
<!-- box icons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- custom css -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header design -->
<header class="header">
<a href="" class="logo">LK.</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services"> Services</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home section design -->
<section class="home" id="home">
<div class="home-content">
<h3>Hey there, It's Me!</h3>
<h1><span>L</span>ahari <span>K</span>rishnam</h1>
<h3>I'm a <span class="multiple-text"></span></h3>
<p>Aspiring software engineer with a strong foundation in computer science and a passion for developing elegant, efficient
code.</p>
<div class="social-media">
<a href="https://www.linkedin.com/in/lahari03/"><i class='bx bxl-linkedin'></i></a>
<a href="https://instagram.com/lahari_k03"><i class='bx bxl-instagram-alt'></i></a>
<a href="https://github.com/Lahari03"><i class='bx bxl-github'></i></a>
<a href="mailto:[email protected]"><i class='bx bxs-envelope'></i></a>
</div>
<a href="https://github.com/Lahari03" class="btn">Know More</a>
</div>
<div class="home-img">
<img src="images/home.png" alt="">
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<div class="about-img">
<img src="images/about.png" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>CS Undergrad</h3>
<p>A pre-final year CS-AIML undergrad from SRMIST. As a computer science engineering student, I'm passionate about leveraging technology to solve complex problems and make a positive impact. With a strong foundation in programming and computer science principles, I'm always eager to learn and stay up-to-date on industry developments. I bring creativity, attention to detail, and determination to succeed to every project, and I'm committed to making a meaningful contribution to the world of technology.</p>
<a href="#" class="btn">Resume</a>
</div>
</section>
<!-- services section design -->
<section class="services" id="services">
<h2 class="heading">My <span>Services</span></h2>
<div class="services-container">
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Web Development</h3>
<p>
<!-- Innovative frontend developer with a keen eye for design and a passion for creating engaging digital experiences. -->
As a beginner frontend developer, I am committed to learning and expanding my skills in HTML, CSS, and JavaScript. With a passion for creating intuitive interfaces and a dedication to writing clean code, I am excited to take on challenging projects and deliver outstanding results.
</p>
<!-- <a href="#" class="btn">Read More</a> -->
</div>
<div class="services-box">
<i class='bx bxs-edit'></i>
<h3>Content Writing</h3>
<p>
As a content writer, I am passionate about crafting engaging and informative content that resonates with readers. With a strong background in research and a talent for writing clear, concise copy, I am dedicated to delivering high-quality work that exceeds expectations.
</p>
<!-- <a href="#" class="btn">Read More</a> -->
</div>
<div class="services-box">
<i class='bx bxs-paint'></i>
<h3>Graphic Design</h3>
<p>
As a graphic designer, I create visually stunning designs that align with clients' goals. With experience using standard design tools such as Canva, Photoshop, etc. I'm passionate about creating brand logos, digital graphics, and marketing materials that captivate and engage audiences.
</p>
<!-- <a href="#" class="btn">Read More</a> -->
</div>
</div>
</section>
<!-- portfolio section design -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Project</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/portfolio1.png" alt="">
<div class="portfolio-layer">
<h4>Portfolio</h4>
<p>Responsive personal portfolio website using HTML CSS & Javascript</p>
<a href="https://lahari03.github.io"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/Motion-Mouse.jpg" alt="">
<div class="portfolio-layer">
<h4>Motion Mouse</h4>
<p>Virtual Mouse controlled by hand gestures using Python, OpenCV, PyautoGUI and Mediapipe. </p>
<a href="https://github.com/Lahari03/MotionMouse"><i class='bx bxl-github'></i></a>
</div>
</div>
<!-- <div class="portfolio-box">
<img src="images/portfolio3.png" alt="">
<div class="portfolio-layer">
<h4>Project3</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Soluta dicta quis vitae.</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div> -->
<!-- <div class="portfolio-box">
<img src="images/portfolio4.png" alt="">
<div class="portfolio-layer">
<h4>Project4</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Soluta dicta quis vitae.</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div> -->
<!-- <div class="portfolio-box">
<img src="images/portfolio5.png" alt="">
<div class="portfolio-layer">
<h4>Project5</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Soluta dicta quis vitae.</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div> -->
<!-- <div class="portfolio-box">
<img src="images/portfolio6.png" alt="">
<div class="portfolio-layer">
<h4>Project6</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Soluta dicta quis vitae.</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div> -->
</div>
</section>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="https://usebasin.com/f/e3fa772f823e" method="POST">
<div class="input-box">
<input type="text" name="First Name" placeholder="First Name" required>
<input type="text" name="Last Name" placeholder="Last Name" required>
<input type="email" name="Email Address" placeholder="Email Address" required>
<input type="text" name="Subject" placeholder="Subject" required>
</div>
<textarea name="Your Message" id="" cols="30" rows="10" placeholder="Your Message" required></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
</section>
<!-- footer design -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Lahari | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bxs-up-arrow-alt'></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!-- custom js -->
<script src="js/script.js"></script>
</body>
</html>