-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (125 loc) · 6.47 KB
/
index.html
File metadata and controls
152 lines (125 loc) · 6.47 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Bark coding">
<meta name="description" content="Web developer tool">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://bark.dumorando.com/">
<meta property="og:title" content="Bark coding">
<meta property="og:description" content="Bark is a programming language building off of Google's Blockly.">
<meta property="og:image" content="https://bark.dumorando.com/src/images/Logo.svg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://bark.dumorando.com/">
<meta property="twitter:title" content="Bark coding">
<meta property="twitter:description" content="Bark is a programming language building off of Google's Blockly.">
<meta property="twitter:image" content="https://bark.dumorando.com/src/images/Logo.svg">
<!-- Optional Meta Tags -->
<meta name="keywords" content="coding, blockly, block coding, bark coding">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="language" content="English">
<meta name="revisit-after" content=" days">
<meta name="author" content="mariocraft">
<title>Bark Coding</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/png">
<meta name="description"
content="Bark Coding is a Blockly Based coding language created by mariocraft987 and more!" />
<link rel="stylesheet" href="/src/css/main.css">
<style>
.linkoncommits {
text-decoration: none;
}
.linkoncommits:hover {
text-decoration: underline;
}
#dog {
display: none;
}
#dog.active {
display: block;
}
.dogcage {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<!-- inject:navbar -->
<noscript><h1 style="color: red;">Yikes! Either your browser doesn't support Javascript, or you have "Javascript" turned off.</h1></noscript>
<div class="box" id="profilebox">
<h3><span>How are you,</span> <span id="usernameforprofilebox">Stranger</span>?</h3>
<span id="pbbutton">
<button class="buttonFrBx" onclick='window.location = "/settings/profile"'>Edit your profile?</button>
</span>
</div>
<div class="box">
<span id="boxChanger">
<h1>News</h1>
<p>Nothing yet..</p>
</span>
<button class="buttonFrBx" onclick="whatsNew()" >Whats new?</button>
<button class="buttonFrBx" onclick="recentCom()" >Recent commits</button>
</div>
<div class="box">
<!-- elements on the left -->
<span style="float:left;">
<h2>What is Bark Coding?</h2>
<span style="float:right;">
<p>Bark is a blockly mod, which features a <a href="https://scratch.mit.edu">Scratch</a> based <br/>website with a dog mascot. <a href="/about">Learn more about Bark here!</a></p>
<div class="dogcage">
<button id="dog" style="background: none;width: 73px;height: 96px;cursor: grab;background-size: cover;border: none;" alt="Bark Dog"></button>
</div>
<p id="loadingdog">Loading..</p>
</span>
</span>
<!-- elements on the right -->
<span style="float:right;">
<h2>What Bark has to offer?</h2>
<ol style="padding: 10px;">
<li>Bark is <abbr title="The code source is viewable by other people outside the developer team.">open-sourced</abbr>!!</li>
<li>A <i>custom</i> Javascript editor</li>
<li>A <i>custom</i> Blockly editor</li>
<li>No doubleclick ads or PUPs!</li>
</ol>
</span>
</div>
<br/>
<center>
<h2>Contributors:</h2>
<a href="https://github.com/mariocraft987"><img src="https://avatars.githubusercontent.com/u/154646419?v=4" alt="mariocraft" title="mariocraft" width="60"></a>
<a href="https://github.com/nmsderp"><img src="https://avatars.githubusercontent.com/u/130254323?v=4" alt="nmsderp" title="nmsderp" width="60"></a>
<a href="https://github.com/raynecloudy"><img src="https://avatars.githubusercontent.com/u/129226914?v=4" alt="rayney" title="rayney" width="60"></a>
<a href="https://github.com/Rubiidev-18"><img src="https://avatars.githubusercontent.com/u/158863401?v=4" alt="Rubiidev" title="Rubiidev" width="60"></a>
<a href="https://github.com/dumorando"><img src="https://avatars.githubusercontent.com/u/144301348?v=4" alt="dumorando" title="dumorando" width="60"></a>
<a href="https://github.com/Bashamega"><img src="https://avatars.githubusercontent.com/u/110662505?v=4" alt="Adam Bashagema" title="Adam" width="60"></a>
<a href="https://github.com/QuirkyWorks"><img src="https://avatars.githubusercontent.com/u/158528051?v=4" alt="Kevenn" title="Kevenn" width="60"></a>
<a href="https://github.com/Rubiidev18alt"><img src="https://avatars.githubusercontent.com/u/164731988?v=4" alt="Rubiidev Alt" title="Rubiidev Alt" width="60"></a>
<a href="https://github.com/Funtasmo"><img src="https://avatars.githubusercontent.com/u/115564143?v=4" alt="" title="BwnnyRxbbit" width="60"></a>
<a href="https://github.com/BwnnyRxbbit"><img src="https://avatars.githubusercontent.com/u/167290033?v=4" alt="" title="BwnnyRxbbit" width="60"></a>
<a href="https://github.com/KitsunAbigail"><img src="https://avatars.githubusercontent.com/u/138245554?v=4" alt="" title="KitsunAbigal" width="60"></a>
<br/>
<br/>
<a href="https://bark.dumorando.com"><img width="110" src="https://bark.dumorando.com/src/images/assets/buttons/banner1.png" alt="Bark Coding" title="BARK CODING!"></a>
<textarea readonly="readonly"><a href="https://bark.dumorando.com"><img src="https://bark.dumorando.com/src/images/assets/buttons/banner1.png" alt="Bark Coding" title="BARK CODING!"></a></textarea>
<p style="font-size: 7pt;">Note: This showcase button is not accurate in size.</p>
<br/>
<a href="https://info.flagcounter.com/z8GL"><img src="https://s01.flagcounter.com/count2/z8GL/bg_FFFFFF/txt_4B52B8/border_949494/columns_4/maxflags_12/viewers_0/labels_0/pageviews_1/flags_0/percent_1/" alt="Flag Counter" style="border:0;"></a>
</center>
<!-- inject:footer -->
</body>
<!--
<script src="/index.js"></script>
???????????
-->
<script src="/index.js"></script>
<script src="/src/scripts/replacer.js"></script>
<script src="/src/scripts/home.js"></script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</html>