|
| 1 | +<html> |
| 2 | + <head> |
| 3 | + <meta charset="utf-8"> |
| 4 | + <title>Basic infos</title> |
| 5 | + <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Montserrat:400,700" rel="stylesheet"> |
| 6 | + <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> |
| 7 | + <link href="style.css" rel="stylesheet"> |
| 8 | + </head> |
| 9 | + |
| 10 | + <body> |
| 11 | + |
| 12 | + <div class="container"> |
| 13 | + <div class="card text-center"> |
| 14 | + <img src="../shared/images/boris.jpg" alt="Boris Paillard" width="100"> |
| 15 | + <h1>Boris Paillard</h1> |
| 16 | + <h2>CEO @Le Wagon</h2> |
| 17 | + |
| 18 | + <p> |
| 19 | + After 3 years in financial markets, I got bored and launched Le Wagon. Our mission: <strong>bring technical skills to creative people</strong>. |
| 20 | + </p> |
| 21 | + |
| 22 | + <a href="https://lewagon.com">See for yourself</a> |
| 23 | + </div> |
| 24 | + |
| 25 | + <div class="card text-center"> |
| 26 | + <ul> |
| 27 | + <li> |
| 28 | + <a href="https://www.facebook.com/boris.paillard"> |
| 29 | + <i class="fa fa-facebook"></i> Facebook |
| 30 | + </a> |
| 31 | + </li> |
| 32 | + <li> |
| 33 | + <a href="https://www.linkedin.com/in/boris-paillard-86722670"> |
| 34 | + <i class="fa fa-linkedin"></i> Linkedin |
| 35 | + </a> |
| 36 | + </li> |
| 37 | + <li> |
| 38 | + <a href="https://twitter.com/bpapillard"> |
| 39 | + <i class="fa fa-twitter"></i> Twitter |
| 40 | + </a> |
| 41 | + </li> |
| 42 | + </ul> |
| 43 | + </div> |
| 44 | + |
| 45 | + <div class="card text-center"> |
| 46 | + <h2>My Favorite movies</h2> |
| 47 | + <table> |
| 48 | + <tbody> |
| 49 | + <tr> |
| 50 | + <td> |
| 51 | + <img src="../shared/images/space-odyssey.jpg" alt="space odyssey"> |
| 52 | + </td> |
| 53 | + <td> |
| 54 | + <h3>2001 - Space Odyssey</h3> |
| 55 | + <p>Humanity finds a mysterious, obviously artificial, object buried beneath the Lunar surface and, with the intelligent computer H.A.L. 9000, sets off on a quest.</p> |
| 56 | + </td> |
| 57 | + </tr> |
| 58 | + <tr> |
| 59 | + <td> |
| 60 | + <img src="../shared/images/monsieur-hulot.jpg" alt="monsieur hulot"> |
| 61 | + </td> |
| 62 | + <td> |
| 63 | + <h3>Monsieur Hulot</h3> |
| 64 | + <p>Monsieur Hulot comes to a beachside hotel for a vacation, where he accidentally (but good-naturedly) causes havoc.</p> |
| 65 | + </td> |
| 66 | + </tr> |
| 67 | + <tr> |
| 68 | + <td> |
| 69 | + <img src="../shared/images/alien.jpg" alt="alien"> |
| 70 | + </td> |
| 71 | + <td> |
| 72 | + <h3>Alien</h3> |
| 73 | + <p>The commercial vessel Nostromo receives a distress call from an unexplored planet. After searching for survivors, the crew heads home only to realize that a deadly bioform has joined them.</p> |
| 74 | + </td> |
| 75 | + </tr> |
| 76 | + </tbody> |
| 77 | + </table> |
| 78 | + </div> |
| 79 | + |
| 80 | + <div class="card text-center"> |
| 81 | + <h2>About this page</h2> |
| 82 | + This page has been coded during the <a href="https://lewagon.com/program" target="_blank">FullStack program @LeWagon</a>. That was probably the best experience of my entire life. |
| 83 | + <ul> |
| 84 | + <li> |
| 85 | + <a href="#"> |
| 86 | + <i class="fa fa-heart"></i> |
| 87 | + </a> |
| 88 | + </li> |
| 89 | + <li> |
| 90 | + <a href="#"> |
| 91 | + <i class="fa fa-share"></i> |
| 92 | + </a> |
| 93 | + </li> |
| 94 | + <li> |
| 95 | + <a href="#"> |
| 96 | + <i class="fa fa-star"></i> |
| 97 | + </a> |
| 98 | + </li> |
| 99 | + </ul> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + |
| 103 | + </body> |
| 104 | +</html> |
0 commit comments