-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (67 loc) · 1.84 KB
/
index.html
File metadata and controls
73 lines (67 loc) · 1.84 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<title>Daniela</title>
<meta name="description" content="Little Miss Tofu">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="card banner1">
</div>
<div class="card">
<h1><strong>Daniela Alejandra</strong></h1>
<h2><em>Influencer</em></h2>
</div>
<div class="card banner3">
</div>
<div class="card" id="job-description">
<h3>About Me</h3>
<ul class="list-inline">
<button type="button" class="btn">
Influencer
</button>
<button type="button" class="btn">
Vlogger
</button>
<button type="button" class="btn">
Life Coach
</button>
</ul>
</div>
<div class="card">
<h3>How I can help you</h3>
<button type="button" class="btn">
Click here to watch my Youtube Channel
</button>
</div>
<div class="card">
<ul class="list-inline">
<li>
<a href="#">
<i class="fab fa-facebook-f"></i> Facebook
</a>
</li>
<li>
<a href="#">
<i class="fab fa-linkedin"></i> Linkedin
</a>
</li>
<li>
<a href="#">
<i class="fab fa-instagram"></i> Instagram
</a>
</li>
</ul>
</div>
<div class="card banner2">
</div>
<footer>
<p>© 2020 Little Miss Tofu</p>
</footer>
</body>
</html>