Updated some CSS and added .svg files locally.

This commit is contained in:
suroh 2019-02-28 11:15:24 +01:00
parent 85a88f4f0c
commit dc2a4084ea
4 changed files with 140 additions and 8 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 98 KiB

65
assets/imgs/theKing.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 323 KiB

View File

@ -170,7 +170,7 @@ section#otherSection {
a#home {
grid-column: 2;
grid-row: 2;
grid-row: 1;
align-self: center;
color: #000;
text-decoration: none;
@ -185,7 +185,7 @@ a#home:hover {
.work.text {
grid-column: 2 / span 3;
grid-row: 3 / 9;
grid-row: 2 / 9;
}
.work.text > h1 {
@ -199,13 +199,13 @@ a#home:hover {
.work.imgs {
grid-column: 5 / 8;
grid-row: 3 / 9;
grid-row: 2 / 9;
}
div.imgFeat {
position: relative;
grid-column: 3 / 8;
grid-row: 2;
grid-row: 1;
}
.imgFeat > img {

View File

@ -31,8 +31,10 @@
<section class="work imgs">
<object data="https://git.suroh.tk/suroh/mastersThesis/src/branch/master/assets/illustrations/headhunter.svg" type="image/svg+xml"></object>
<object data="../assets/imgs/headhunter.svg" type="image/svg+xml"></object>
<object data="../assets/imgs/theKing.svg" type="image/svg+xml"></object>
</section>
</body>
</html>