1
0

Added GitHub stats to projects page

This commit is contained in:
Michael Gordeev
2019-10-12 19:26:44 +03:00
parent b4ce7c9288
commit 8ae42444f4
2 changed files with 9 additions and 7 deletions
@@ -3,8 +3,8 @@
ViewData["Title"] = "My projects";
}
<header>
<div class="inline-header">
<header class="projects-header">
<div>
<h1>My projects</h1>
<h3>Here is presented the most of projects I worked on</h3>
</div>
+7 -5
View File
@@ -119,19 +119,21 @@ article a:visited {
transform: scale(1.25);
}
.inline-header {
display: inline-block;
}
.github-stats {
margin-top: 20px;
float: right;
display: none;
grid-column: 2 / 2;
}
.projects-block {
margin: 0px 10px;
}
.projects-header {
display: grid;
margin-bottom: 20px;
grid-template-columns: 1fr auto;
}
.project-item {
background-color: whitesmoke;
margin-bottom: 10px;