Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 39 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,43 @@
body {
background-color: navy;
.a{
background-color: white;
border: 0px #cccccc solid;
padding: 2px;
width: 45%;
height: 20%;
margin-left: 5%;
margin-top: 2%;
font-family: Verdana,Arial, Helvetica, sans-serif;

}
.b{
margin-left: 12%;
margin-right: 10%;


background-color:;
border: 3px solid black;
}

.c{
margin-left: 0%;
margin-right: 0%;
width: 120%;
background-color:;
border: 0px solid black;

object {
height: 100vh;
width: 100vh;
}

figure {
background-color: black;
border: 2px #cccccc solid;
padding: 2px;
margin: 2%;
float:right;

}
figcaption {
background-color: none;
color: white;
font-style: italic;
text-align: Center;
}
Binary file added img/Lakshmi_Photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Person.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/experiences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 44 additions & 43 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,57 +1,58 @@
<!DOCTYPE html>
<html lang="en">

<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<head> <!-- header begins here -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">

<link href="./css/style.css" rel="stylesheet">
<script type="text/javascript" src="./js/header-functions.js"></script>

</head> <!-- header ends here -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->












<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->


The quickest of brown foxes.




<!-- ====================================================== -->
<!-- ====================================================== -->
<footer>
<body>

<div class="b">
<figure>
<img src="./img/Lakshmi_Photo.jpg" alt="Logo" width="300" height="300" style="float:center" >
<figcaption>LAKSHMI BULUSU</figcaption>
<figcaption>Java Application Developer</figcaption>
<figcaption>LinkedIn Profile: <a href="https://www.linkedin.com/in/lakshmi-bulusu-64b26519b" target="_blank">Lakshmi Bulusu</a></figcaption>
<figcaption>Phone: (321)332-8399</figcaption>
<figcaption>EMAIL ID: lkbulusu@gmail.com</figcaption>
</figure>

<div class="a">
<img src="./img/Person.png" alt="Icon" width="30" height="30" style="float:left">
<h3>Career Profile</h3>
<ul class ="c">
<li>Trained software professional with a Bachelor's degree in Engineering.</li>
<li>Worked on technologies like C,C++,Java,SQL,RDBMS and OOPS concepts.</li>
</ul>
</div>

<div class="a">
<img src="./img/experiences.png" alt="Icon" width="30" height="30" style="float:left">
<h3>Training Experiences</h3>
<ul class ="c">
<li>Java Full Stack Engineer(FSE) from Per Scholas, U.S.A.</li>
<li>Oracle training from SSI, India.</li>
<li>Software Testing program from MindQ Solutions, India</li>
</ul>
</div>

<div class="a">
<img src="./img/experiences.png" alt="Icon" width="30" height="30" style="float:left">
<h3>Education</h3>
<ul class ="c">
<li>Bachelor of Engineering (B.E) in Computer Science with First class</li>
<li>Diploma in Computer Science with Distinction</li>
</ul>
</div>

</div>
<footer>
<!-- footer of page begins here -->
<script type="text/javascript" src="./js/footer-functions.js"></script>
</footer> <!-- footer of page ends here -->
<!-- ====================================================== -->
<!-- ====================================================== -->

</footer> <!-- footer of page ends here -->
</body>
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->

</html>