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 Alona-tile #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
47 changes: 45 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 @@ -101,6 +101,49 @@ <h1>Bene Wynn</h1>
</div>
</div>
<!-- CARD ENDS -->
<!-- Alona CARD STARTS -->
<div class="card">
<div class="additional">
<div class="user-card">
<img class="user-image center"
src="https://pbs.twimg.com/profile_images/1144955263239294978/E6nvjHJ0_400x400.jpg" />
</div>
<div class="more-info">
<h1>Alona</h1>
<div class="coords">
<span>Web Design Student</span>
<span>Fairfax, VA</span>
</div>
<div class="stats">
<div>
<a class="icon" href="https://twitter.com/AritAmana">
<i class="fab fa-twitter"></i>
</a>
</div>
<div>
<a class="icon" href="https://linkedin.com/in/AritAmana">
<i class="fab fa-linkedin"></i>
</a>
</div>
<div>
<a class="icon" href="https://arit.dev">
<i class="fas fa-link"></i>
</a>
</div>
<div>
<a class="icon" href="https://github.com/msarit">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<div class="general">
<h1>Alona</h1>
<p>I am a Web Designer with skills in front end development. I have training in Digital Media and Web Technology at the University of Maryland Global Campus and front end development at Skillcrush.</p>
</div>
</div>
<!-- Alona CARD ENDS -->
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion profilePics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ https://randomuser.me/api/portraits/med/women/92.jpg
https://randomuser.me/api/portraits/med/women/9.jpg
https://randomuser.me/api/portraits/med/women/75.jpg
https://randomuser.me/api/portraits/med/women/40.jpg
https://randomuser.me/api/portraits/med/women/37.jpg
https://randomuser.me/api/portraits/med/women/37.jpg
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,3 @@ html, body {
.card.purple .additional {
background: linear-gradient(#a51a95, #731268);
}