Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull request for KseniaRoseLake-tile #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
49 changes: 47 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="https://kit.fontawesome.com/090972f43a.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/090972f43a.js" crossorigin="anonymous"></script>
<title>Git With It @ TechRebalanced</title>
</head>
<body>
Expand Down Expand Up @@ -58,6 +58,51 @@ <h1>Arit Amana</h1>
</div>
</div>
<!-- CARD ENDS -->

<!-- KSENIA'S CARD STARTS -->
<div class="card pink">
<div class="additional">
<div class="user-card">
<img class="user-image center"
src="https://randomuser.me/api/portraits/med/women/7.jpg" />
</div>
<div class="more-info">
<h1>Ksenia Rose Lake</h1>
<div class="coords">
<span>Future Software Engineer</span>
<span>Washington, DC</span>
</div>
<div class="stats">
<div>
<a class="icon" href="">
<i class="fab fa-twitter"></i>
</a>
</div>
<div>
<a class="icon" href="https://linkedin.com/in/KseniaLake">
<i class="fab fa-linkedin"></i>
</a>
</div>
<div>
<a class="icon" href="">
<i class="fas fa-link"></i>
</a>
</div>
<div>
<a class="icon" href="https://github.com/rose-lake">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<div class="general">
<h1>Ksenia Rose Lake</h1>
<p>Future Software Engineer. Former Middle School Math Teacher. Data Analytics Bootcamp Grad. Currently enrolled in Java Web Developer Boot Camp. Excited to be back in tech!</p>
</div>
</div>
<!-- CARD ENDS -->

<!-- MSBENE CARD STARTS -->
<div class="card green">
<div class="additional">
Expand Down Expand Up @@ -103,4 +148,4 @@ <h1>Bene Wynn</h1>
<!-- CARD ENDS -->
</div>
</body>
</html>
</html>