Updated some CSS and added .svg files locally.
This commit is contained in:
parent
85a88f4f0c
commit
dc2a4084ea
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 98 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 323 KiB |
|
@ -67,7 +67,7 @@ nav a:hover {
|
|||
text-decoration: none;
|
||||
color: #333;
|
||||
border-bottom: thin solid rgba(0,0,0,1);
|
||||
transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -91,7 +91,7 @@ section#audioSection {
|
|||
|
||||
section#otherSection {
|
||||
grid-column: 2 / 8;
|
||||
grid-row: 2 / 10;
|
||||
grid-row: 2 / 10;
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
@ -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,15 +199,15 @@ 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 {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue