|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>ReadME HTML version</title> |
| 7 | + <link rel="stylesheet" href="mystyle.css"> |
| 8 | +</head> |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +<body> |
| 13 | + |
| 14 | + <!-- README.md Replica --> |
| 15 | + <div class="mainContainer"> |
| 16 | + <h1>Mya.README </h1> |
| 17 | + <hr> |
| 18 | + <!-- Code_like Intro --> |
| 19 | + <div class="Intro"> |
| 20 | + <code> <br> |
| 21 | + <code style="color : #ff7b72">const</code> |
| 22 | + <code style="color : #ffa657">Mya</code> = |
| 23 | + <code style="color : #ff7b72">class</code> |
| 24 | + <code style="color : #ffa657">SoftwareEngineer </code> { <br> |
| 25 | + <code style="color : rgb(208, 153, 225)">intern</code>(code, tools) { <br> |
| 26 | + self.<code style="color : #79c0ff">code =</code> |
| 27 | + <code style="color : #ffa657">Javascript</code>, |
| 28 | + <code style="color : #79c0ff">HTML</code>, <code style="color : #79c0ff">CSS</code>, |
| 29 | + <code style="color : #ffa657">Java</code>; <br> self.<code style="color : #79c0ff">tools =</code> |
| 30 | + <code style="color : #ffa657">React</code>, <code style="color : #ffa657">Docker</code>; <br> } <br> }; |
| 31 | + <br> |
| 32 | + <br> |
| 33 | + <code style="color : #8b949e"> |
| 34 | + // Intrested in bringing ideas to life within a web browser. <br> |
| 35 | + // Learning how websites become quick, responsive, and accesssible to everyone. </code> |
| 36 | + </code> |
| 37 | + </div> |
| 38 | + |
| 39 | + <!-- Image --> |
| 40 | + <img src="img/banner copy.png" height="200px" width="100%"/> |
| 41 | + <!-- Work Hours --> |
| 42 | + <section> |
| 43 | + <h3> ☴ My work hours </h3> |
| 44 | + <p> <code class="mini-code">9AM-5PM</code> I'm an early bird and often begin the day with a head start of my work. |
| 45 | + Feel free to reach me by email during this time, |
| 46 | + and I'll get back to you as soon as I'm able! |
| 47 | + </p> |
| 48 | + </section> |
| 49 | + |
| 50 | + <!--Communication Prefrence--> |
| 51 | + <h3>What's the best way to communicate with me? .🍀 ݁˖</h3> |
| 52 | + <p>Private message through google chat works perfectly. |
| 53 | + Email works too as a follow up or if I happened to miss one of your messages.</p> |
| 54 | + <!-- Tip Area --> |
| 55 | + <div class="tip-box"> |
| 56 | + <img src="img/tip-icon.png"> |
| 57 | + <p> <i>In case I don't respond:</i> Ping me again on google chat or send me another email! </p> |
| 58 | + </div> |
| 59 | + |
| 60 | + <!-- List of things to help with --> |
| 61 | + <h3>I'd be happy to help you with ꒰ ﹍ ꒱</h3> |
| 62 | + <ul> |
| 63 | + <li> Code suggestions</li> |
| 64 | + <li>Explain or understand a code snippet</li> |
| 65 | + <li>Photos + design ideas</li> |
| 66 | + </ul> |
| 67 | + |
| 68 | + <!-- Additional Info --> |
| 69 | + <h3 id="extra">Extra ⓘ </h3> |
| 70 | + <hr> |
| 71 | + <ul> |
| 72 | + <li>✦ procreate artist ↓</li> |
| 73 | + <ul> |
| 74 | + <li>I like to combine my art and code together! |
| 75 | + <ul> |
| 76 | + <li>In case you find me with my ipad, that's why</li> |
| 77 | + </ul> |
| 78 | + </li> |
| 79 | + </ul> |
| 80 | + <li>visual learner</li> |
| 81 | + <li>Jr Developer HS Intern for 4 years with Code Differently (youth program)</li> |
| 82 | + <li>No, I don't drink coffee. <s>Hot chocolate is my go to</s></li> |
| 83 | + </ul> |
| 84 | + |
| 85 | + <!-- Will Smith Quote --> |
| 86 | + <div class="quote-box"> |
| 87 | + <p> |
| 88 | + I'm the type of person that if you ask me a question and I don't know the answer, I'm gonna tell you that I don't know. But I bet you what, |
| 89 | + I know how to find the answer and I will find the answer. <br> - Will smith |
| 90 | + </p> |
| 91 | + </div> |
| 92 | + |
| 93 | + <!-- Credits --> |
| 94 | + <p id="credits"> |
| 95 | + // readme inspired by <a href=https://github.com/kaeti/personal-readme>Kaeti's repo</a> , |
| 96 | + code snippet inspired by <a href=https://github.com/Thaiane/Thaiane>Thai Brega</a> |
| 97 | + </p> |
| 98 | + |
| 99 | + </div> |
| 100 | +</body> |
| 101 | +</html> |
0 commit comments