From 258f314fbc3d34b624671274f77a34ba42b58568 Mon Sep 17 00:00:00 2001 From: michael-eugene Date: Fri, 22 Jan 2021 20:21:06 +0100 Subject: [PATCH] WEEK 1 Finished Assignent; Added my details to the submissions.md file, Created a basic website structure using HTML and CSS --- .../michael-eugene/assets/css/main.css | 42 +++++++++++++ .../michael-eugene/assets/js/main.js | 0 2021/BEGINNERS/michael-eugene/index.html | 59 +++++++++++++++++++ 2021/BEGINNERS/submission.md | 1 + 4 files changed, 102 insertions(+) create mode 100644 2021/BEGINNERS/michael-eugene/assets/css/main.css create mode 100644 2021/BEGINNERS/michael-eugene/assets/js/main.js create mode 100644 2021/BEGINNERS/michael-eugene/index.html 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 @@ + + + + + + Michael Eugene :: Frontend Website Developer + + + + + +
+

Michael Eugene

+

(Software Engineer)

+
+
+
+

About Me

+

+ 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. +

+
+
+

School & Experience

+

+ 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. +

+
+
+

Certifications

+

+ 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. +

+
+
+ + diff --git a/2021/BEGINNERS/submission.md b/2021/BEGINNERS/submission.md index e69de29..7b14364 100644 --- a/2021/BEGINNERS/submission.md +++ b/2021/BEGINNERS/submission.md @@ -0,0 +1 @@ +Michael - michael-eugene - 09056483938 \ No newline at end of file