-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredit.html
48 lines (42 loc) · 1.2 KB
/
credit.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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<title>Logan Garbarini</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css" />
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- remember, jQuery is completely optional -->
<!-- <script type='text/javascript' src='js/jquery-1.11.1.min.js'></script> -->
<script type='text/javascript' src='jquery.particleground.min.js'></script>
<script type='text/javascript' src='js/demo.js'></script>
</head>
<body style="">
<style>
body {
background: #E74C3C;
}
mark {
background-color:rgba(242, 160, 151,.4);
}
img {
position: absolute;
left: 0px;
top: 0px;
}
</style>
<div id="particles">
<a href="index.html"><img class="logos" src="img/logos/home.svg"></a>
<div id="intro">
<h1><mark>Credits</mark></h1>
<p>
<mark>
Icons made by Freepik from www.flaticon.com
<br>
Check out the awesome <a class="link" href="https://github.com/jnicol/particleground/">Particle Background</a>!
</mark>
</p>
</div>
</div>
</body>
</html>