diff --git a/index.html b/index.html index 2b0909e..bf2a053 100644 --- a/index.html +++ b/index.html @@ -54,16 +54,44 @@ +
+
+
About me
+
+ + + +
+
+
+
+ osaka :3 +
+

Guams

+

21 years old

+

he/him

+
+
+
+

My current status :

+

Might update my blog someday...

+
+
+

Welcome to my website

Hi, I'm Guams, a french developer. I'm currently studying computer science, especially web development. - My hobbies are giving life to my ideas thanks to my coding skills, reading books and watching anime. -
- - On my free time I share my thoughts on the works I play or read on my + My hobbies are giving life to my ideas thanks to my coding skills, reading books and watching anime. On my + free time I share my thoughts on the works I play or read on my blog.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque doloribus ipsum quod rerum. Aliquid architecto asperiores debitis doloremque excepturi exercitationem facilis fugiat, nisi non possimus rem sit totam ut veniam. diff --git a/src/img/default.png b/src/img/default.png new file mode 100644 index 0000000..a152675 Binary files /dev/null and b/src/img/default.png differ diff --git a/src/style.css b/src/style.css index e53cfbe..b4d3a74 100644 --- a/src/style.css +++ b/src/style.css @@ -69,6 +69,45 @@ main { margin: 15px 0; } +.text { + word-break: keep-all; + margin: 0.5em; +} + +.osaka { + width: 50%; + height: auto; +} + +.status { + background-color: #546bab; +} + +#about-me-content { + overflow-y: scroll; + overflow-x: hidden; + word-break: break-word; + box-sizing: border-box; + max-height: 400px; + scrollbar-color: #a2a2a2 #ffffff; + scrollbar-width: thin; + box-shadow: + inset -1px -1px #404040, + inset 1px -1px #DFDFDF, + inset -2px -2px #7F7F7F, + inset 2px -2px #FFFFFF, + inset -3px -3px #C3C3C3, + inset 3px -3px #C3C3C3, + inset -4px -4px #C3C3C3, + inset 4px -4px #C3C3C3, + inset -5px -5px #FFFFFF, + inset 5px -5px #808080, + inset -6px -6px #DFDFDF, + inset 6px -6px #000000; + padding: 7px; + gap: 10px; +} + #changelog-content { overflow-y: scroll; overflow-x: hidden; @@ -122,7 +161,6 @@ li { } .navbar-link { - /*background-color: green;*/ padding: 2px; margin: 2px; } @@ -172,6 +210,11 @@ h1 { min-width: 70%; } +.about-top { + display: flex; + flex-direction: row; +} + /* Responsive */ @media (max-width: 850px) { @@ -202,6 +245,11 @@ h1 { object-fit: fill; } + .osaka { + width: 100%; + height: auto; + } + main { width:100%; }