mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-06 22:27:50 -04:00
got a pretty banner image up with a proper web format. tweaks to navbar and home page only for now
This commit is contained in:
parent
cfcf8be16f
commit
fc7dbaa54b
7 changed files with 434 additions and 35 deletions
|
@ -1,9 +1,3 @@
|
|||
.img-jumbotron {
|
||||
background-image: url("../img/logo.jpg");
|
||||
background-size: cover;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
|
@ -11,4 +5,26 @@
|
|||
|
||||
.icon-footer {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.bgimage {
|
||||
width:100%;
|
||||
height:100vh;
|
||||
background: url('../img/logo.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size:cover;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.bgimage h1 {
|
||||
color:white;
|
||||
text-shadow:2px 2px #333;
|
||||
}
|
||||
|
||||
.center {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 134 KiB |
1
assets/img/logo.svg
Normal file
1
assets/img/logo.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 3840 1440"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2{fill:#f6e73c;}.cls-3{fill:#f8ba4b;}.cls-4{fill:#5ab2da;}.cls-5{fill:#f591ab;}.cls-6{fill:#865897;}.cls-7{fill:#fff;}</style><linearGradient id="linear-gradient" x1="40.84" y1="1816.32" x2="3691.38" y2="-291.32" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#06061d"/><stop offset="0.16" stop-color="#090828"/><stop offset="0.7" stop-color="#130e47"/><stop offset="1" stop-color="#161053"/></linearGradient></defs><title>Artboard 1</title><g id="bg"><rect class="cls-1" x="-123.49" y="-6.69" width="3979.2" height="1538.39"/></g><g id="rainbow"><polygon class="cls-2" points="-1172.25 1064.19 -1180.73 1212.18 2032 531 2002 391 -1172.25 1064.19"/><polygon class="cls-3" points="-1180.73 1358.68 -1180.73 1212.18 2032 531 2061 664 -1180.73 1358.68"/><polygon class="cls-4" points="-1177 1503.39 -1180.73 1358.68 2061 664 2092.59 809.88 -1177 1503.39"/><polygon class="cls-5" points="2298 912 -1177.97 1646.98 -1177 1503.39 2094 809.58 2125 889 2293.71 892.63 2298 912"/><polygon class="cls-6" points="2454.86 1023.12 -1022.64 1744.61 -1022.64 1614.13 2298 912 2377 914 2395 928 2444 978 2454.86 1023.12"/></g><g id="SPEEDY_BOI" data-name="SPEEDY BOI"><polygon points="2002 391 2119 932 2294 894 2180 354 2002 391"/><polygon points="2005.97 622.07 2014 665 2068 654 2060 611 2005.97 622.07"/><polygon points="2032.17 750.18 2014 665 1970.84 673.92 1987.98 759.79 2032.17 750.18"/><polygon points="2289 649 2298 693 2241 705 2232 661 2289 649"/><polygon points="2269.83 560.85 2289.01 649.02 2333.83 639.85 2314.83 550.85 2269.83 560.85"/><polygon points="2302 939 2386 921 2377 878 2294 894 2302 939"/><polygon points="2386 921 2399 988 2444 978 2430 912 2386 921"/><polygon points="2452.99 1023.49 2498.99 1014.49 2489.99 968.49 2443.99 978 2452.99 1023.49"/><polygon points="2074 942 2065 897 2122 885 2129.93 929.63 2074 942"/><polygon points="2074 942 1941 969 1959 1058 2004 1048 1994 1004 2083 987 2074 942"/><polygon class="cls-7" points="2187.69 390.7 2196.54 432.36 2106.23 452.41 2098.51 409.75 2187.69 390.7"/></g></svg>
|
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue