diff --git a/css/style.css b/css/style.css index d17d83a..3557a6c 100644 --- a/css/style.css +++ b/css/style.css @@ -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;} + +} + + diff --git a/index.html b/index.html index 4dc0c72..33f19e3 100644 --- a/index.html +++ b/index.html @@ -4,38 +4,107 @@ - + + + - - - - - - - - - - - - - - - - - + + + + + + + + - - - The quickest of brown foxes. + + +
+
+ + + + + +

Career Profile

+

+ 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. +

+
+ + + + + +

Experience

+

+

Full Stack Java Developer Internship| Carolina Softech, Charlotte, NC

Feb 2020-May 2020 +
Project: Portfolio Upload and Search Portal
+ 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. +

+
+ + + + + + +

TECHNICAL SKILLS

+

Languages: Java, HTML5, CSS3, JavaScript, SQL, Angular

+

Platforms: MySQL, Eclipse, Intellij, Jira, Trello, Tomcat, Git, GitHub

+

Technologies: J2EE, JSP, JDBC, Servlet, Bootstrap

+

Concepts: Object Oriented Programming, Dry Principles, Solid Principles, + Crud Principles, Rest Principles, Agile Environment, Database Design and + Implementation

+
+ + +
+
+ profilepic +

Stephanie Stevenson

+

Full Stack Developer

+
+
+
LinkedIn: linkedin.com/in/stephanie-stevenson-042553145
+
Email: sade2008.ss@gmail.com
+
Phone: (803) 415-6360
+
GitHub: github.com/StephSteve
+ + +
+ +
+
diff --git a/profilepic.jpg b/profilepic.jpg new file mode 100644 index 0000000..21570f2 Binary files /dev/null and b/profilepic.jpg differ