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
69 changes: 64 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,68 @@
body {
background-color: navy;

.flex-container{
border: groove lightgray 20px;
padding: 25px;
margin: 50px;
display: flex;

}
.flex-item1 {

flex: 2;
padding: 30px;

}

.flex-item2 {

flex: 1;
background-color: peachpuff;
justify-content: center;

}

object {
height: 100vh;
width: 100vh;
h1, h4, h3{
color: #c06c84;
;
}

h2 {
color: #c06c84;



}

.image {

height: 500px;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;

}

.contact {

background-color: #355c7d;
height: 790px;
text-align: center;
color: peachpuff;
padding-top: 30px;
}

.image:hover {

animation: spin 1s;
animation-iteration-count: 3;

}

@keyframes spin {

from{rotate: 0deg;}
to{rotate: 360deg;}

}


111 changes: 90 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,107 @@
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<head> <!-- header begins here -->

<head>
<!-- header begins here===================================================================================== -->
<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 -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->











<script type="text/javascript" src="./js/header-functions.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<link href="./css/style.css" rel="stylesheet">

</head>
<!-- header ends here ================================================================================================================-->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->


The quickest of brown foxes.
<body>
<!-- main content of the page to the left of the page -->
<div class="flex-container">
<div id="main-content" class="flex-item1">
<svg class="bi bi-person-circle" width="3em" height="3em" viewBox="0 0 16 16" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13.468 12.37C12.758 11.226 11.195 10 8 10s-4.757 1.225-5.468 2.37A6.987 6.987 0 0 0 8 15a6.987 6.987 0 0 0 5.468-2.63z" />
<path fill-rule="evenodd" d="M8 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
<path fill-rule="evenodd" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z" />
</svg>
<h1>Career Profile</h1>
<p>
Full stack web developer helping companies with professional solutions from UI to databases.
I have managed and built websites both static and dynamic to meet business needs. My ability to
apply soft skills to technology make me effective in communication and problem solving in a team
development environment or in direct contact with stakeholders.
</p>
<br>

<svg class="bi bi-briefcase-fill" width="3em" height="3em" viewBox="0 0 16 16" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z" />
<path fill-rule="evenodd"
d="M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5v1.384l-7.614 2.03a1.5 1.5 0 0 1-.772 0L0 5.884V4.5zm5-2A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V3h-1v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V3H5v-.5z" />
</svg>
<h1>Experience</h1>
<p>
<h4>Full Stack Java Developer Internship| Carolina Softech, Charlotte, NC</h4> Feb 2020-May 2020
<h5>Project: Portfolio Upload and Search Portal</h5>
Performed both front-end and back-end development to build a website from scratch.
Implemented databases and displayed live data on a website to create users, login and search for jobs
Implemented MVC architecture on a website by creating Data Access Objects to help eliminate redundancy.
Followed SOLID principles when creating back end technologies to ensure scalability of the website.
</p>
<br>

<svg class="bi bi-laptop" width="3em" height="3em" viewBox="0 0 16 16" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M13.5 3h-11a.5.5 0 0 0-.5.5V11h12V3.5a.5.5 0 0 0-.5-.5zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11z" />
<path d="M0 12h16v.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5V12z" />
</svg>

<h4>TECHNICAL SKILLS</h4>
<p>Languages: Java, HTML5, CSS3, JavaScript, SQL, Angular</p>
<p>Platforms: MySQL, Eclipse, Intellij, Jira, Trello, Tomcat, Git, GitHub</p>
<p>Technologies: J2EE, JSP, JDBC, Servlet, Bootstrap</p>
<p>Concepts: Object Oriented Programming, Dry Principles, Solid Principles,
Crud Principles, Rest Principles, Agile Environment, Database Design and
Implementation</p>
</div>
<!---Main content ends here==========================================================================================-->
<!--------Flex box and right side content with photo-->
<div id="right-side-content" class="flex-item2">
<div class="image">
<img src="profilepic.jpg" alt="profilepic" class="rounded-circle" height="200px" width="200px">
<h1>Stephanie Stevenson</h1>
<h2>Full Stack Developer</h2>
</div>
<div class="contact">
<h5>LinkedIn: linkedin.com/in/stephanie-stevenson-042553145</h5>
<h5>Email: sade2008.ss@gmail.com</h5>
<h5>Phone: (803) 415-6360</h5>
<h5>GitHub: github.com/StephSteve</h5>


</div>

</div>
</div>



Expand Down
Binary file added profilepic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.