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;
|
text-decoration: none;
|
||||||
color: #333;
|
color: #333;
|
||||||
border-bottom: thin solid rgba(0,0,0,1);
|
border-bottom: thin solid rgba(0,0,0,1);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -91,7 +91,7 @@ section#audioSection {
|
||||||
|
|
||||||
section#otherSection {
|
section#otherSection {
|
||||||
grid-column: 2 / 8;
|
grid-column: 2 / 8;
|
||||||
grid-row: 2 / 10;
|
grid-row: 2 / 10;
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
@ -170,7 +170,7 @@ section#otherSection {
|
||||||
|
|
||||||
a#home {
|
a#home {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
grid-row: 2;
|
grid-row: 1;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -185,7 +185,7 @@ a#home:hover {
|
||||||
|
|
||||||
.work.text {
|
.work.text {
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 3 / 9;
|
grid-row: 2 / 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.work.text > h1 {
|
.work.text > h1 {
|
||||||
|
@ -199,15 +199,15 @@ a#home:hover {
|
||||||
|
|
||||||
.work.imgs {
|
.work.imgs {
|
||||||
grid-column: 5 / 8;
|
grid-column: 5 / 8;
|
||||||
grid-row: 3 / 9;
|
grid-row: 2 / 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.imgFeat {
|
div.imgFeat {
|
||||||
position: relative;
|
position: relative;
|
||||||
grid-column: 3 / 8;
|
grid-column: 3 / 8;
|
||||||
grid-row: 2;
|
grid-row: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgFeat > img {
|
.imgFeat > img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,8 +31,10 @@
|
||||||
|
|
||||||
|
|
||||||
<section class="work imgs">
|
<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>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue