|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" dir=""> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Michael</title> |
| 7 | + |
| 8 | + <link href="CSS/bootstrap.min.css" rel="stylesheet"> |
| 9 | + <link rel="stylesheet" href="CSS/style.css"> |
| 10 | + </head> |
| 11 | + |
| 12 | +<body class="fade-in"> |
| 13 | + <section id="main" class="py-5"> |
| 14 | + <div class="container"> |
| 15 | + <div class="row align-items-center"> |
| 16 | + <div class="col-12 col-sm-6 col-md-4 order-1 py-4 py-md-0 text-center text-sm-end"> |
| 17 | + <h3 class="typing">Hi! I’m Michael.</h3> |
| 18 | + </div> |
| 19 | + |
| 20 | + <div class="col-12 col-sm-6 col-md-8 order-0 text-center "> |
| 21 | + <img src="img/michael.jpeg" class="glow img-fluid rounded-circle border" alt="Michael"> |
| 22 | + </div> |
| 23 | + |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + </section> |
| 27 | + <section id="data" class="py-5"> |
| 28 | + <div class="container"> |
| 29 | + <div class="item"> |
| 30 | + <h5>I am a software engineer.</h5> |
| 31 | + </div> |
| 32 | + |
| 33 | + <div class="item" id="career"> |
| 34 | + <h5>Career</h5> |
| 35 | + <p> I don’t really keep a public resume/LinkedIn anymore but for the sake of helping people quickly get an overview of my work, here you go: |
| 36 | + </p> |
| 37 | + <ul><li><p>I have a high school degree, class of 2005. |
| 38 | + </p></li></ul> |
| 39 | + <ul><li><p> |
| 40 | + I founded a SAAS website 93socialproof.com from 2006 - 2007. first SAAS that adds social proof to website. people can create and customize different type of social proof on my website. And after that, they need to include script to their website to enable social proofs. |
| 41 | + |
| 42 | + |
| 43 | + </p></li></ul> |
| 44 | + <p><ul><li> |
| 45 | + I worked at Safha Solutions from 2008 - 2014. |
| 46 | + |
| 47 | + </li></ul></p> |
| 48 | + <p><ul><li> |
| 49 | + I worked at ORYXLab.com from 2015 - 2024. |
| 50 | + |
| 51 | + </li></ul></p> |
| 52 | + |
| 53 | + <h5 class="item">Here are some other places you can find me:</h5> |
| 54 | + <ul> |
| 55 | + <li><a href="http://twitter.com/__michael8">Tweets</a></li> |
| 56 | + <li><a href="http://github.com/michael8e">Code</a> (but most of my code is private these days) </li> |
| 57 | + <li>For writing and speaking requests, you can reach me at [email protected]. </li> |
| 58 | + </ul><div></div> |
| 59 | + <ul></ul> |
| 60 | + <div class="container mt-5 item"> |
| 61 | + <div class="row justify-content-center row align-items-center list-inline-item"> |
| 62 | + <div class="col-md-6"> |
| 63 | + <div class="card shadow-lg p-3 mb-5 bg-danger rounded"> |
| 64 | + <div class="card-body bg-dark text-light"> |
| 65 | + <h5 class="card-title">Carson Rathi</h5> |
| 66 | + <h6 class="card-subtitle mb-2 text-muted">CEO, Asta e-service.</h6> |
| 67 | + <p class="card-text"> |
| 68 | + "This Developer, is the “God” of coding. I have worked with many programmer but this guy is MASTER of coding and very nice and responsible human. 10/10. Highly recommend it to others in the industry!" |
| 69 | + </p> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + |
| 80 | + </section> |
| 81 | +<script src="JS/bootstrap.min.js"></script> |
| 82 | +</body> |
| 83 | + |
| 84 | +</html> |
0 commit comments