-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.22 KB
/
index.html
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
<html>
<head>
<title>My Profile</title>
<meta charset="utf-8">
<script src="https://kit.fontawesome.com/9fb134cb89.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Lora:400,700|Roboto:100,200,300,400,500,700,900|Literata|Roboto+Mono:100,200,300,400,500,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="card" id="first_card">
<h1>Hullo, A'm Haggis</h1>
<img src="images/image_of_me.jpg" alt="A picture of moi - par Ellyn Bouscasse" class="avatar">
<h2>A Strugglin Duvelopur</h2>
<p class="bio">Lurnin' tae prograhm uz nae eezy pal! Gaet yuhrself owvuuurrr tae Lae Wagan ryght nooooooh Jimmae!</p>
<a href="#" class="btn-blue">LURN MOHR</a>
</div>
<div class="card" id="second_card">
<ul class="list-inline">
<li><a href=""><i class="fab fa-facebook-f"></i></a></li>
<li><a href=""><i class="fab fa-github"></i></a></li>
<li><a href=""><i class="fab fa-twitter"></i></a></li>
</ul>
</div>
</div>
</body>
</html>