Added GitHub stats to projects page
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user