| 123456789101112131415161718192021222324252627282930 |
- <div
- id="aboutme"
- class="window"
- style="width: 70%; height: 45%; position: absolute; left: 15%; top: 22%; display: none;"
- >
- <div id="aboutmeheader" class="title-bar">
- <div class="title-bar-text">About Me</div>
- <div class="title-bar-controls">
- <button class="close" aria-label="Minimize"></button>
- <button class="close" aria-label="Close"></button>
- </div>
- </div>
- <div class="window-body">
- <div class="field-row-stacked">
- <!-- prettier-ignore -->
- <textarea
- readonly
- id="text20"
- style="font-size: 25px; resize: none; padding: 10px; height: 37vh;"
- >I'm Simon, a self taught programmer
-
- My programming skills include proficiency in Javascript, Typescript, Html, CSS
- My Web Framework knowlage includes Sveltekit, React, Astro
- Although not entirely proficient, I also write in Python and Golang from time to time
- </textarea>
- </div>
- </div>
- </div>
|