diff --git a/src/App.vue b/src/App.vue index 91c09fb..13cbf21 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,8 +37,8 @@ export default class App extends Vue { // justify-content: flex-start; // align-items: auto; - background: url('./assets/wave.footer.svg') bottom no-repeat; - background-size: 100vw auto; + // background: url('./assets/wave.footer.svg') bottom no-repeat; + // background-size: 100vw auto; overflow: hidden; } diff --git a/src/assets/logo-dark.svg b/src/assets/logo-dark.svg new file mode 100644 index 0000000..9add45d --- /dev/null +++ b/src/assets/logo-dark.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/logo-light.svg b/src/assets/logo-light.svg new file mode 100644 index 0000000..6786308 --- /dev/null +++ b/src/assets/logo-light.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/wave.footer.svg b/src/assets/wave.footer.svg index f683d39..1fff768 100644 --- a/src/assets/wave.footer.svg +++ b/src/assets/wave.footer.svg @@ -2,21 +2,21 @@ + inkscape:version="1.1 (c68e22c387, 2021-05-23)" + sodipodi:docname="wave.footer.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + inkscape:object-paths="true" + inkscape:pagecheckerboard="0" /> diff --git a/src/assets/wave.invert.1.svg b/src/assets/wave.invert.1.svg index 61e3567..73f4104 100644 --- a/src/assets/wave.invert.1.svg +++ b/src/assets/wave.invert.1.svg @@ -23,13 +23,13 @@ inkscape:collect="always" id="linearGradient1485"> + style="stop-color:#ffffff;stop-opacity:0.94999999" /> @@ -52,9 +52,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="0.50001213" - inkscape:cx="1379.9665" - inkscape:cy="465.98869" + inkscape:zoom="0.66967706" + inkscape:cx="855.6363" + inkscape:cy="73.169596" inkscape:document-units="mm" inkscape:current-layer="layer1" showgrid="false" @@ -90,12 +90,12 @@ id="layer1" transform="translate(-0.83328333,-158.9488)"> + sodipodi:nodetypes="aaaccccaaa" /> + offset="0.2287928" + style="stop-color:#ffffff;stop-opacity:0.22018261" /> + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/components/Banner.vue b/src/components/Banner.vue index 151902d..27d2793 100644 --- a/src/components/Banner.vue +++ b/src/components/Banner.vue @@ -57,7 +57,7 @@ /CSS', link: 'https://www.w3.org/standards/webdesign/htmlcss', level: 1 }, - { label: 'Javascript', link: 'https://developer.mozilla.org/JavaScript', level: 1 }, - { label: 'Typescript', link: 'https://www.typescriptlang.org/', level: 0.9 }, - { label: 'C/C++', link: 'https://isocpp.org/', level: 0.6 }, + { label: 'Typescript', link: 'https://www.typescriptlang.org/', level: 0.6 }, + { label: 'C/C++', link: 'https://isocpp.org/', level: 0.8 }, { label: 'Python', link: 'https://www.python.org/', level: 0.3 }, { label: 'go', link: 'https://golang.org/', level: 1 }, ],