-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocials.html
28 lines (27 loc) · 1.48 KB
/
socials.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
<html><head>
<title>Socials</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link href="https://koalateen.github.io/css/stylesnavbar.css" rel="stylesheet">
<link href="https://koalateen.github.io/css/styles.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://koalateen.github.io/img/favicon.ico">
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<div id="main-bar"></div>
<!-- Menu bar -->
<script src="https://koalateen.github.io/js/nav.js" id="nav-bar"></script>
<!-- End menu bar-->
<!--end CssMenu-->
</div>
<footer>
<div class="socials">
<a href="https://github.com/KoalaTeen" class="github"><i class="fa fa-github" style="background:#282828; color: white; border-radius: 1000px;"></i></a>
<a href="https://twitter.com/KoalaTeen1" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/marco-van-der-vlag-8748b5167/" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCNi1Eq429OmPub-u8UulS5g" class="youtube"><i class="fa fa-youtube"></i></a>
</div>
</footer>
</html>
<!--end CssMenu-->