-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (65 loc) · 3.21 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121793924-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121793924-1');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T2WHVPQ');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Venanzio Petrarolo</title>
<link rel="shortcut icon" href="img/male-user-icon.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<!-- Add icon library -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="jumbotron col-lg-12 col-md-12 col-sm-12 col-xs-12" align="center">
<div class="col-lg-6 col-md-8 col-sm-10 col-xs-12">
<h1>Venanzio Petrarolo</h1>
<p>Hey there, this is my personal website. Not much to see here for now, but you can check out the links below.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 centrewrap" align="center">
<p><a href="mailto:u15202578@tuks.co.za" class="fa fa-envelope"></a>
<a href="docs/CV.pdf"><img class="fa fa-cv" src="img/cv-icon.png"></img></a></p>
<p><a href="https://www.linkedin.com/in/venanzio/" class="fa fa-linkedin"></a>
<a href="https://www.youtube.com/channel/UCPLmvGXEFCvZNq4iMMSf4gg?view_as=subscriber" class="fa fa-youtube"></a>
<a href="https://github.com/Petrarolo/" class="fa fa-github"></a></p>
<p><a href="https://itunes.apple.com/profile/officialvenanzio" class="fa fa-apple"></a>
<a href="#" class="fa fa-skype"></a></p>
</div>
</div>
</div>
<!-- Footer -->
<!-- Add font awesome icons -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
<!-- linkedin -->
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
</body>
</html>