diff --git a/2021/BEGINNERS/michael-eugene/assets/css/main.css b/2021/BEGINNERS/michael-eugene/assets/css/main.css new file mode 100644 index 0000000..b89b4aa --- /dev/null +++ b/2021/BEGINNERS/michael-eugene/assets/css/main.css @@ -0,0 +1,42 @@ +*, +*::before, +*::after { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +body { + font-family: "Roboto Mono", monospace; + background: black; + color: grey; + padding: 2em; +} + +a { + text-decoration: underline; + color: white; +} + +h1, +h2, +h3 { + color: white; +} + +div.container { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin-bottom: 2em; +} + +div.container p { + margin: 0 1.5em; + text-align: justify; +} + +div.section { + margin: 1.5em auto; +} diff --git a/2021/BEGINNERS/michael-eugene/assets/js/main.js b/2021/BEGINNERS/michael-eugene/assets/js/main.js new file mode 100644 index 0000000..e69de29 diff --git a/2021/BEGINNERS/michael-eugene/index.html b/2021/BEGINNERS/michael-eugene/index.html new file mode 100644 index 0000000..267150a --- /dev/null +++ b/2021/BEGINNERS/michael-eugene/index.html @@ -0,0 +1,59 @@ + + +
+ + ++ I'm a Software Engineer currently working as a freelancer. I mostly do + front-end development and I am a complete + Vuejs and CSS nerd. I + also can't seem to shut up about Test-driven development and Utility + First CSS; Special thanks to + Tailwind CSS. I'm also an active member of the + Google DSC, UNILAG. +
++ I am currently studying in the University of Lagos(B.Ed in + Mathematics). I am in my 3rd year. I have been practing code and + learning about the front end for little over a while and I intend to + also dive into the back end development to achieve my goal as a full + stack software develoer. +
++ Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit + voluptate provident fugiat quod, similique reiciendis assumenda neque + enim id tempore pariatur recusandae odit dolorem illum omnis. Cumque + aspernatur quae numquam. +
+