-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial-lloyd.html
34 lines (34 loc) · 1.11 KB
/
social-lloyd.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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lower Third</title>
<link rel="stylesheet" href="css/test.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="box-yellow fab roll-in-blurred-bottom">
<div class="fa-linkedin-in icon"></div>
</div>
<div class="box-white scale-up-tl">
<div class="text">/in/lloydbax</div>
</div>
</div>
<div class="container">
<div class="box-yellow fab roll-in-blurred-bottom">
<div class="fa-twitter icon"></div>
</div>
<div class="box-white scale-up-tl">
<div class="text">@lloydbax</div>
</div>
</div>
<div class="container">
<div class="box-yellow roll-in-blurred-bottom">
<div class="fab fa-instagram icon"></div>
</div>
<div class="box-white scale-up-tl">
<div class="text">@lloydbax</div>
</div>
</div>
</body>
</html>