-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (213 loc) · 10.3 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>laxmi_kandivalasa | Software Engineer</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
</head>
<body>
<div class="container">
<!-- Section 1 -->
<section class="section-1 center" id="section-1">
<h1 class="section-1-heading">
Laxmi's Portfolio
</h1>
<img src="pic2.png" alt="laxmi_kandivalasa" class="person-img" />
<div class="name-container">
<h3 class="person-name">laxmi_kandivalasa </h3>
</div>
<div id="title-container">
<div id="text-name"></div>
<div id="cursor"></div>
</div>
<a href="#section-3" class="section-1-btn">Projects</a>
</section>
<!-- End of Section 1 -->
<!-- Navbar -->
<nav class="navbar center">
<a href="#section-1" class="navbar-link">Home</a>
<a href="#section-2" class="navbar-link">About</a>
<a href="#section-3" class="navbar-link">Portfolio</a>
<a href="#section-4" class="navbar-link">Contact</a>
</nav>
<!-- End of Navbar -->
<!-- Section 2 -->
<section class="section-2" id="section-2">
<h1 class="section-heading section-2-heading">About</h1>
<div class="progress-bars-wrapper">
<div class="progress-bar">
<p class="progress-text">
HTML
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
CSS
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
JavaScript
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
C/C++
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
</div>
<div class="all-cards">
<div class="service">
<i class="far fa-lightbulb"></i>
<h2 class="service-heading">Creative</h2>
</div>
<div class="card-about">
<div class="person-info">
<div class="card-header">
<div class="dot black dot--full"></div>
<div class="dot black dot--full"></div>
<div class="dot black dot--full"></div>
</div>
<h3>Hi! </br></br> I'm a Software Engineer who loves to transform ideas into reality using code.
I'm currently designing, building applications for my practice purpose.
This is a portfolio website to place some of my mini-projects and share my work. </h3>
</div>
</div>
<div class="service">
<i class="fas fa-cut"></i>
<h2 class="service-heading">Problem Solving</h2>
</div>
</div>
</section>
<!-- End of Section 2 -->
<!-- Section 3 -->
<section class="section-3" id="section-3">
<h1 class="section-heading section-3-heading">Projects</h1>
<div class="projects-wrapper center">
<div class="project">
<div class="project-text">
<h2 class="project-name">Calculator</h2>
<h4 class="project-technologies">HTML / CSS / JS</h4>
</div>
<img src="p1.png" class="project-img" />
<!-- <a href="https://github.com/dev-penny/Demo-Fiori-App" class="project-link" target="_blank">Go to
github</a> -->
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">GAME</h2>
<h4 class="project-technologies">HTML / CSS / JS </h4>
</div>
<img src="p2.png" class="project-img" />
<!-- <a href="https://github.com/dev-penny/Compiler-design" class="project-link" target="_blank">Go to
github</a> -->
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">Portfolio</h2>
<h4 class="project-technologies">HTML / CSS / JS</h4>
</div>
<img src="p3.png" class="project-img" />
<!-- <a href="https://github.com/dev-penny/project-website" class="project-link" target="_blank">Go to
github</a> -->
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">TO DO List</h2>
<h4 class="project-technologies">HTML / CSS / JS</h4>
</div>
<img src="p4.png" class="project-img" />
<!-- <a href="https://github.com/dev-penny/Paypal-clone" class="project-link" target="_blank">Go to
github</a> -->
</div>
<!-- <div class="project">
<div class="project-text">
<h2 class="project-name">Server Applications</h2>
<h4 class="project-technologies">C / C++</h4>
</div>
<img src="images/project-3.jpg" class="project-img" />
<a href="https://github.com/dev-penny/Server-applications" class="project-link" target="_blank">Go
to github</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">Router Operation</h2>
<h4 class="project-technologies">C / C++</h4>
</div>
<img src="images/project-4.jpg" class="project-img" />
<a href="https://github.com/dev-penny/Router-operation" class="project-link" target="_blank">Go to
github</a>
</div> -->
</div>
</section>
<!-- End of Section 3 -->
<!-- Section 4 -->
<section class="section-4" id="section-4">
<h1 class="section-heading section-4-heading">Get in Touch</h1>
<!-- <ul class="list-unstyled">
<li><i class="fas fa-phone-alt" color="black"></i> +30 69XXXXXXXX</li>
<li><i class="fas fa-building" color="black"></i> Thessaloniki, Greece</li>
<li><i class="fas fa-map-marker" color="black"></i> Evia, Greece</li>
<li><i class="fa fa-envelope" color="black"></i>
<a class="section-detail-email" href="mailto:[email protected]">Send an email</a></li>
<ul> -->
<div class="card-about card-contact-info">
<div class="person-info card-contact-info">
<div class="card-header card-header-contact-info">
<div class="dot red dot--full dot-contact-info"></div>
<div class="dot yellow dot--full dot-contact-info"></div>
<div class="dot green dot--full dot-contact-info"></div>
</div>
<h3>Whether you want to get in touch, talk about a project collaboration, or just say hi, I'd love
to hear from you.
Simply send me an <a class="section-detail-email"
href="[email protected]">email</a>.
</br></br>
Liked some of my work?
</br>
Buy me a
<a class="coffee-link" href="https://www.buymeacoffee.com/laxmi_kandivalasa" target="blank">coffee ☕</a>
and leave a comment as it motivates me to build new things!
<!-- <button class="coffee-img">
<img src = "images/bmc-logo.svg" alt="coffee-img"/>
</button> -->
</a>
</h3>
</div>
</div>
</section>
<!-- End of Section 4 -->
<!-- Section 5 -->
<footer class="section-5 center">
<div class="social-media">
<a href="https://github.com/laxmikandivalasa" class="social-media-link">
<i class="fab fa-github-square"></i>
</a>
<a href="https://www.linkedin.com/in/laxmikandivalasa" class="social-media-link">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.instagram.com" class="social-media-link">
<i class="fab fa-instagram-square"></i>
</a>
</div>
<p class="copyright">
Copyright © 2024 Laxmi Kandivalasa. All Rights Reserved.
</p>
</footer>
<!-- End of Section 5 -->
</div>
<script src="script.js"></script>
</body>
</html>