-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (85 loc) · 4.61 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
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Anime Buttons</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.min.css" />
<!-- Font Awesome CSS Icons (For cool glyphicons) -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="../GIPHY-API/assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
</head>
<body>
<!-- The Begining of the Video -->
<video id='video'
poster="https://just.waffl.in/f/My%20Neighbor%20Totoro%20(Tonari%20no%20Totoro)%201988%20BRrip%201080P%20x264%20MP4%20-%20Ofek/My%20Neighbor%20Totoro.mp4"
preload="auto" autoplay="" loop="" muted="no" height="100%" width="100%" class="responsive-video" controls>
<source
data-src="https://just.waffl.in/f/My%20Neighbor%20Totoro%20(Tonari%20no%20Totoro)%201988%20BRrip%201080P%20x264%20MP4%20-%20Ofek/My%20Neighbor%20Totoro.mp4"
src="https://just.waffl.in/f/My%20Neighbor%20Totoro%20(Tonari%20no%20Totoro)%201988%20BRrip%201080P%20x264%20MP4%20-%20Ofek/My%20Neighbor%20Totoro.mp4"
type="video/mp4">
</video>
<!-- The End of the Video -->
<div class="container center-align col s12 m8 l9">
<div class="carousel">
</div>
<div class="row col s2 center-align">
<a id="buttons"></a>
</div>
<div class="row col s2 center-align">
<a id="buttons2"></a>
</div>
<div id="search" class="justify-content-end row center-align'">
<form id="animeForm">
<label for="animeInput">Add a Anime Gify!</label>
<input type="text" id="animeInput"><br>
<div class="row">
<input id="addAnime" type="submit" value="Add" class='waves-effect btn-small light-blue darken-1'>
<br>
</div>
<div class='row'>
<button for="deleteAnime" class="row waves-effect btn-small light-blue darken-1">Delete</label> <br>
<input id="delete" type="submit" value="Delete"> </div> <br>
</form>
</div>
</div>
</div>
</div>
<!-- This is the Begining of the Footer -->
<div class "row">
<section class="hero is-dark is-medium center-align">
<div class="hero-body">
<h1 class="title center-align" style="color: ivory; border-color:black;">
Linkedin|Email|GitHub|Slack|Twitch|Google Drive
<br>
</h1>
<a href="https://www.linkedin.com/in/david-irizarry-23887648/" target="_blank"><img
src="assets/images/linkedin.png" width="37" height="37" alt="Linkedin"></a>
<a href="mailto:[email protected]" target="_blank"><img src="assets/images/email.png"
width="37" height="37" alt="Email"></a>
<a href="https://github.com/izzydavid" target="_blank"><img src="assets/images/github.png" width="37"
height="37" alt="Github"></a>
<a href="https://gwarl201904fsf5.slack.com/messages/DJ41ZTXS8" target="_blank"><img
src="assets/images/slack.png" width="37" height="37" alt="Slack"></a>
<a href="https://www.twitch.tv/izzydavid" target="_blank"><img src="assets/images/twitch.png" width="37"
height="37" alt="Twitch"></a>
<a href="https://drive.google.com/open?id=1iRXgkNBdvG0S88CcWDadTtm6M2zXmhH6" target="_blank"><img
src="assets/images/google_drive.png" width="37" height="37" alt="Google Drive"></a>
</div>
</section>
</div>
<!-- This is the end of the Footer -->
</body>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
<!-- Code to the JavaScript File -->
<script src="../GIPHY-API/assets/javascript/app.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
crossorigin="anonymous">
</script>
</html>