-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- PUT YOUR TITLE HERE (or don't if you think its fine)-->
<title>Página principal de Paco</title>
<link rel="stylesheet" type="text/css" href="stlye.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,300italic,300,100,100italic,400italic,900italic,700,700italic,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="animate.css">
<!-- PUT YOUR FAVICON HERE (or don't if you think its fine)-->
<link rel="shortcut icon" href="img/gmail.jpg">
</head>
<body onload="start()">
<section class="animated fadeIn">
<div id="img" class="animated ms1000 fadeIn"></div>
<div id="time" class="animated ms1000 fadeIn"></div>
<div id="datum" class="animated ms1000 fadeIn"></div>
<div id="welcome" class="animated ms1000 fadeIn"></div>
<!-- Top row with links (i use these for personal stuff)-->
<ul class="animated ms1000 fadeIn">
<!-- href="https://www.yourlinks.here" your icons here <i class="fa fa-youricon"></i> (you get the icon codes from http://fortawesome.github.io/Font-Awesome/cheatsheet/)-->
<li><a class="sliding-middle-out" href="https://github.com/pcoloc" target="_blank"><i class="fa fa-git"></i></a></li>
<li><a class="sliding-middle-out" href="https://twitter.com/plisdoge" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a class="sliding-middle-out" href="https://www.youtube.com/user/karatecafran/" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
<li><a class="sliding-middle-out" href="https://www.instagram.com/pacoreturns/" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
<!-- Second row with links (i use this for school related stuf)-->
<ul class="animated ms1000 fadeIn">
<!-- Again href="https://www.yourlinks.here" your icons here <i class="fa fa-youricon"></i> (you get the icon codes from http://fortawesome.github.io/Font-Awesome/cheatsheet/)-->
<li><a class="sliding-middle-out" href="https://classroom.google.com/" target="_blank"><i class="fa fa-users"></i></a></li>
<li><a class="sliding-middle-out" href="http://natschool.hro.nl/" target="_blank"><i class="fa fa-graduation-cap"></i></a></li>
<li><a class="sliding-middle-out" href="http://stud.hosted.hr.nl/" target="_blank"><i class="fa fa-pencil-square"></i></a></li>
<li><a class="sliding-middle-out" href="http://makerlist.io/" target="_blank"><i class="fa fa-paint-brush"></i></a></li>
</ul>
</section>
<script language="javascript" type="text/javascript" src="js.js"></script>
</body>
</html>