aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: dc22264bc11007a3f6ee060a92faa26816c06e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Andrew Lee CV</title>
    <!-- Font Awesome -->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet"/>
    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
    <!-- MDB -->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.3.0/mdb.min.css" rel="stylesheet" />
    <style>
        body {
            background-color: #212121;
            color: white;
        }
    </style>
</head>
<body>
<div class="container">
    <div class="row">
        <div class="col-md-3">
            <img src="assets/Alee.png" width="50%" height="50%">
          <h1>Andrew Lee</h1>
          <p>Courriel: <a href="mailto:andrew@alee14.me">andrew@alee14.me</a></p>
          <p>Site Web: <a href="https://alee14.me">https://alee14.me</a></p>
        </div>
        <div class="col-md">
          <h1>Intérêt</h1>
          <ul>
              <li>Programmeur</li>
          </ul>
        </div>
      </div>
</div>
    <!-- MDB -->
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.3.0/mdb.min.js"></script>
</body>
</html>