-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (160 loc) · 7.06 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!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>Gummigram</title>
<meta property="og:description" content="A recreation of the Kingdom Hearts 3 Loading Screen. With it, you can create your own posts as your favorite Kingdom Hearts characters, add comments and create fictional dialogue between the characters on this silly social page.">
<meta property="og:title" content="Gummigram">
<meta property="og:url" content="http://gummigram.me">
<meta property="og:image" content="http://gummigram.me/images/gummigram.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@theSaysora">
<meta name="twitter:title" content="Gummigram">
<meta name="twitter:description" content="A recreation of the Kingdom Hearts 3 Loading Screen. With it, you can create your own posts as your favorite Kingdom Hearts characters, add comments and create fictional dialogue between the characters on this silly social page.">
<meta name="twitter:image" content="http://gummigram.me/images/gummigram.jpg">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/gummigram/site.webmanifest">
<link rel="mask-icon" href="/gummigram/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/gummigram/css/hearts.css" />
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Coda:400,800" rel="stylesheet">
</head>
<body>
<!-- This is holds the insta feed-->
<div class="wrapper">
<!-- Literal Feed Wrapper -->
<div class="kh-feed">
<!-- The Header -->
<div class="kh-feed-header">
<!-- Menu -->
<div class="menu-button" id="appMenu">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<!-- Logo and Title -->
<div class="logo">
<div class="logo-image"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/26158/crown.png" width="30px" height="auto"></div>
<div class="logo-title">
Kingdom Hearts
</div>
</div>
<!-- Change with Chosen Account-->
<a class="cur-char-icon" id="curCharHold" href="#charModal">
<div class="cur-char" id="curChar">
</div>
</a>
</div>
<!-- Loads Feeds of Posts -->
<div class="feed-list" id="activeFeed">
<!-- Test Post for new features but drops on loading -->
</div>
<!-- This is the menu at the bottom on clicking the buttons -->
<div class="side-menu" id="sideMenu">
<!-- Open New Post Modal -->
<a href="#postModal" class="side-menu-option">
New Post
</a>
<!-- Open Character Changer -->
<a class="side-menu-option" href="#charModal">
Change Account
</a>
<a class="side-menu-option" href="#infoModal">
Information
</a>
</div>
</div>
</div>
<!-- New Post Modal -->
<div class="modal" id="postModal">
<!-- Actual Modal -->
<div class="modal-card">
<div class="modal-title">
New Post
</div>
<div class="modal-body">
<a class="modal-close" href="#" id="postModalClose">X</a>
<!-- New Post Form -->
<form class="new-post" id="newPost">
<div>
<label for="postImage">
Image
</label>
<input type="text" name="image" id="postImage" placeholder="Image URL">
<div class="drag-drop-spot" id="dropURL" ondragover="return false">
Drop Image URL
</div>
</div>
<div>
<label for="postCaption">
Caption
</label>
<textarea type="text" name="caption" id="postCaption" placeholder="Caption" rows="4"></textarea>
</div>
<div>
<label for="charAccount">
Character to Post As
</label>
<select id="charAccount">
<option value="0">Current</option>
</select>
</div>
<button type="submit">Post</button>
</form>
</div>
</div>
</div>
<!-- Character Changing Modal -->
<div class="modal" id="charModal">
<div class="modal-card">
<div class="modal-title">
Change Character
</div>
<div class="modal-body">
<a class="modal-close" href="#" id="postModalClose">X</a>
<!-- Loading Character List for Changing Character -->
<div class="char-list-hold" id="characterList">
</div>
</div>
</div>
</div>
<div class="modal info-modal" id="infoModal">
<div class="modal-card">
<div class="modal-title">
Information
</div>
<div class="modal-body">
<a class="modal-close" href="#" id="postModalClose">X</a>
<div class="info">
<p>This website is merely a fan creation based off of the series Kingdom Hearts and all the characters and concepts within there.
<br>All characters/etc belong to Square Enix and Disney.
</p>
<p class="social">
If you want it to reset the posts, just clear your local storage! None of this data is saved or taken, it's all in your browser. No fears of refreshing.
</p>
<p>Gummigram was made with love by <a href="http://heartcontainerheroes.com/#saysora"><span class="heart">Saysora</span></span></a> of the <a href="http://heartcontainerheroes.com"><span class="heart">Heart Container Heroes</span></a></p>
<p class="social">
<a href="https://github.com/saysora/gummigram"><span class="heart">Gummigram Github</span></a>
</p>
<p class="social">
<a href="http://twitch.tv/saysora"><span class="heart">Twitch</span></a>
<a href="http://twitter.com/theSaysora"><span class="heart">Twitter</span></a>
</p>
<p class="social">
<a href="https://discord.gg/fbChRKn"><span class="heart">Gummigram Discord (Gummicord)</span></a>
<a href="https://discord.gg/teSEFWZ"><span class="heart">Heart Container Hero Discord</span></a>
</p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/gummigram/js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="/gummigram/js/kingdom.js"></script>
</body>
</html>