This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
hacktoberFest2018.html
56 lines (53 loc) · 1.91 KB
/
hacktoberFest2018.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HacktoberFest 2018</title>
<link href="https://fonts.googleapis.com/css?family=Chakra+Petch|Lobster|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="./css/hacktoberFest.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<nav>
<ul>
<li class="active">Home</li>
<li>Helpul Material</li>
<li>Contributors</li>
<li>Tool</li>
<li>Others</li>
</ul>
</nav>
</header>
<h1>2018</h1>
<div class="title">
<h2> HacktoberFest</h2>
</div>
<canvas id="c"></canvas>
<section class="information">
<div class="social-icons">
<a href="https://www.facebook.com/lingonsaftOfficial/">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://github.com/lingonsaft">
<i class="fab fa-github"></i>
</a>
<a href="https://www.instagram.com/lingonsaftofficial/">
<i class="fab fa-instagram"></i>
</a>
</div>
<button>
<i class="fas fa-play"></i>
<span>What is?</span>
</button>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.3/dat.gui.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.5.7/core.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.7.0/jquery.lettering.js"></script>
<script src="./scripts/hacktoberFest.js"></script>
</body>
</html>