diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..dc22264 --- /dev/null +++ b/index.html @@ -0,0 +1,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>
\ No newline at end of file |
