Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WEEK 1 #148

Open
wants to merge 1 commit into
base: cohort2_beginners
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions 2021/BEGINNERS/michael-eugene/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -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;
}
Empty file.
59 changes: 59 additions & 0 deletions 2021/BEGINNERS/michael-eugene/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Michael Eugene :: Frontend Website Developer</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/css/main.css" />
</head>
<body>
<div class="container">
<h1>Michael Eugene</h1>
<h3>(Software Engineer)</h3>
</div>
<div class="container">
<div class="section">
<h3>About Me</h3>
<p>
I'm a Software Engineer currently working as a freelancer. I mostly do
front-end development and I am a complete
<a href="https://vuejs.org" target="_blank">Vuejs</a> and CSS nerd. I
also can't seem to shut up about Test-driven development and Utility
First CSS; Special thanks to
<a href="https://tailwindcss.com/docs/utility-first" target="_blank"
>Tailwind CSS</a
>. I'm also an active member of the
<a
href="https://dsc.community.dev/university-of-lagos/"
target="_blank"
>Google DSC, UNILAG.</a
>
</p>
</div>
<div class="section">
<h3>School & Experience</h3>
<p>
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.
</p>
</div>
<div class="section">
<h3>Certifications</h3>
<p>
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.
</p>
</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions 2021/BEGINNERS/submission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Michael - michael-eugene - 09056483938