-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
51 lines (47 loc) · 2.23 KB
/
index.htm
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
<!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">
<title>Von | Ralls</title>
<meta name="description" content="Von Ralls">
<meta name="keywords" content="von, ralls, vonralls, Von Ralls">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<script src="https://kit.fontawesome.com/abe75db1bd.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-53066624-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-53066624-1');
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<p class="von">v o n r a l l s</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12 iconCols">
<a href="https://www.facebook.com/von.ralls/"><i class="fab fa-facebook-f icon"></i></a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 iconCols">
<a href="https://twitter.com/vonralls"><i class="fab fa-twitter icon"></i></a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 iconCols">
<a href="https://instagram.com/vonralls"><i class="fab fa-instagram icon"></i></a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 iconCols">
<a href="https://vonralls.com/blog/"><i class="fas fa-blog icon"></i></a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>