-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi.html
55 lines (45 loc) · 1.56 KB
/
i.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Mara's Profile</title>
<meta charset="utf-8">
<link rel="stylesheet" href="s.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="intro">
<h1>Welcome to my profile! 👋🏽</h1>
<img src="images/avatar.png" alt="profile picture" id="avatar">
<h3>Web-delveloper</h3>
<a href="#" class="main-btn">More About Me</a>
</div>
<div class="boxes">
<div class="box">
<h2>I love Ruby</h2>
<p>I love programming in Ruby 💎</p>
</div>
<div class="box">
<h2>I love Travelling</h2>
<p>I love discovering new countries and cultures 🌎</p>
</div>
<div class="box">
<h2>I love Beer</h2>
<p>Everyday is beer day! 🍻</p>
</div>
</div>
<div class="images">
</div>
<div class="social">
<h2>Follow Me!</h2>
<ul>
<li><a href="#"><i class="fab fa-github"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-facebook"></i></a></li>
</ul>
</div>
</body>
</html>