Skip to content

Commit

Permalink
feat: adds README.html for Yafiaha (code-differently#29)
Browse files Browse the repository at this point in the history
Feat:Lesson-01 add README.html

Co-authored-by: Yafiaha <[email protected]>
  • Loading branch information
yafiaha and Yafiaha authored Sep 27, 2024
1 parent 71dc21c commit e39f4bf
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 0 deletions.
178 changes: 178 additions & 0 deletions lesson_01/yafiahabdullah/README.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Yafiah Abdullah README</title>
<style>
/* From extension vscode.github */
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only],
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
display: none;
}

</style>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item {
list-style-type: none;
}

.task-list-item-checkbox {
margin-left: -20px;
vertical-align: middle;
pointer-events: none;
}
</style>
<style>
:root {
--color-note: #0969da;
--color-tip: #1a7f37;
--color-warning: #9a6700;
--color-severe: #bc4c00;
--color-caution: #d1242f;
--color-important: #8250df;
}

</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--color-note: #2f81f7;
--color-tip: #3fb950;
--color-warning: #d29922;
--color-severe: #db6d28;
--color-caution: #f85149;
--color-important: #a371f7;
}
}

</style>
<style>
.markdown-alert {
padding: 0.5rem 1rem;
margin-bottom: 16px;
color: inherit;
border-left: .25em solid #888;
}

.markdown-alert>:first-child {
margin-top: 0
}

.markdown-alert>:last-child {
margin-bottom: 0
}

.markdown-alert .markdown-alert-title {
display: flex;
font-weight: 500;
align-items: center;
line-height: 1
}

.markdown-alert .markdown-alert-title .octicon {
margin-right: 0.5rem;
display: inline-block;
overflow: visible !important;
vertical-align: text-bottom;
fill: currentColor;
}

.markdown-alert.markdown-alert-note {
border-left-color: var(--color-note);
}

.markdown-alert.markdown-alert-note .markdown-alert-title {
color: var(--color-note);
}

.markdown-alert.markdown-alert-important {
border-left-color: var(--color-important);
}

.markdown-alert.markdown-alert-important .markdown-alert-title {
color: var(--color-important);
}

.markdown-alert.markdown-alert-warning {
border-left-color: var(--color-warning);
}

.markdown-alert.markdown-alert-warning .markdown-alert-title {
color: var(--color-warning);
}

.markdown-alert.markdown-alert-tip {
border-left-color: var(--color-tip);
}

.markdown-alert.markdown-alert-tip .markdown-alert-title {
color: var(--color-tip);
}

.markdown-alert.markdown-alert-caution {
border-left-color: var(--color-caution);
}

.markdown-alert.markdown-alert-caution .markdown-alert-title {
color: var(--color-caution);
}

</style>

</head>
<body class="vscode-body vscode-light">
<h1 id="yafiah-abdullah-readme">Yafiah Abdullah README</h1>
<h2 id="introduction">Introduction</h2>
<p>Hello, my name is Yafiah Abdullah. I am currently finishing my degree in Computer Science at Central State University. While attending Central, I was a student-athlete on the Track &amp; Field team, specializing in Long Jump and Triple Jump. I also have a deep passion for film, with Spike Lee being my favorite director and &quot;Do The Right Thing&quot; as my all-time favorite movie.</p>
<h2 id="prerequisites">Prerequisites</h2>
<p>Here are some of the things I need to be a productive citizen and engineer.</p>
<p>*Get plenty of sleep, exercise, and stretch in the morning</p>
<p>*Practice daily prayer</p>
<p>*Use headphones and listen to a great music playlist</p>
<p>*Enjoy nutritious food</p>
<h2 id="best-way-to-communicate">Best Way to Communicate</h2>
<ol>
<li>
<p>Email: I prioritize important emails and check my inbox frequently, so I will respond promptly.</p>
</li>
<li>
<p>Text Message: I'm not the fastest at replying to text messages, but I usually respond when I have the time!</p>
</li>
</ol>
<h2 id="fun-facts">Fun Facts</h2>
<ul>
<li>I played the Violin</li>
<li>My first programming language was Java.</li>
<li>I ran track for almost a decade.</li>
<li>I love to do outdoors activites</li>
<li>I also love to cook!</li>
</ul>
<h2 id="photo-gallery">Photo Gallery</h2>


<img src="images/1497533116-not-dead.gif" height=400/>
<br>
<img src="images/94132137-7d4fc100-fe7c-11ea-8512-69f90cb65e48.gif" height=400 />
<br>
<img src="images/download.jpg" height=400 />


</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lesson_01/yafiahabdullah/images/download.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e39f4bf

Please sign in to comment.