Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » << DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
- card100
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
WOW!!!!I also made this logo out of boredom trying to find something that worked better as the header image if you wanna use it.
Here's my application:
WOAH!!! WE NEED U
- PackersRuleGoPack
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
CoolWOW!!!!I also made this logo out of boredom trying to find something that worked better as the header image if you wanna use it.
Here's my application:
WOAH!!! WE NEED U
- Icey29
-
Scratcher
500+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
I think it'd look pretty cool if the arrowhead was the head of a dragon or something similar.
Just my two cents.
Just my two cents.
- liam48D
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
ditch node.js express - use nginx or apache for serving your static front end files. I understand you're using github pages right now for the preview. if you start using node.js express you will lose server performance. additionally consider using php for header and footer inclusion in each of the pages.There's about a million webpages explaining about how node.js express is slow, and a million explaining how it's fast. IMO if you don't give very specific examples of how people “will lose server performance”, it's kinda not helpful

Also PHP.. why? If you use it to serve header/footers, you'll want to use it to handle the databases, and I honestly can't think of a project made with PHP that's actually secure etc.. but that's probably because PHP is a mess and the tutorials that teach PHP are really bad. Still a reason not to use PHP though.
- golden-scratch
-
Scratcher
500+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
Hey there, I think that is quite wonderful! Thank you so much for making that.I also made this logo out of boredom trying to find something that worked better as the header image if you wanna use it.
Here's my application:
If everybody's ok with that, I think we could go ahead with the logo. Your username would go down in the helpers section of the credits page and respective credit will be given in other places when needed.
Thank you again

(Message to everyone who's in the DragonDrop team: Do you like it? And would you like it to be our new logo?)
-golden-scratch
COO of DragonDrop
- Cythral
-
Scratcher
100+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
Node.js express.send consumes a large amount of cpu time which won't be available for the main application loop until it's done processing file size, headers, etc. Additionally, requests are stored in a queue and if your handler blocks for too long, it brings the entire process down.ditch node.js express - use nginx or apache for serving your static front end files. I understand you're using github pages right now for the preview. if you start using node.js express you will lose server performance. additionally consider using php for header and footer inclusion in each of the pages.There's about a million webpages explaining about how node.js express is slow, and a million explaining how it's fast. IMO if you don't give very specific examples of how people “will lose server performance”, it's kinda not helpful
Also PHP.. why? If you use it to serve header/footers, you'll want to use it to handle the databases, and I honestly can't think of a project made with PHP that's actually secure etc.. but that's probably because PHP is a mess and the tutorials that teach PHP are really bad. Still a reason not to use PHP though.
As for PHP… that indeed is because most of the time tutorials are teaching the wrong things. Security is a subjective topic and often depends how people use the language. And since PHP is designed like scratch (low floors and wide walls meaning that it is easy to pick up but also scales up for more advanced users), you see a lot more inexperienced PHP programmers using the wrong functions like md5 instead of the right ones like bcrypt. PHP is indeed a mess internally but it's made a lot of progress cleaning up since PHP4 and will continue to do so. However using it is a lot less messy than hardcoding a header and footer into each of your HTML files. You don't have to use PHP to handle api & database transactions, you could instead just use it what it was intended for - hypertext preprocessing and let a node app running on a different port handle API calls.
That said, I'm talking in terms of scalability. For handling a low amount of users it doesn't really matter what you use, so code in whatever you like, and take my advice however you like!
- Cythral
-
Scratcher
100+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
For the logo, let me know if you'd like me to alter it in any way, and I'd be happy to help!
- PackersRuleGoPack
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
For the logo, let me know if you'd like me to alter it in any way, and I'd be happy to help!I love it, its just really pixely…
- Cythral
-
Scratcher
100+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
For the logo, let me know if you'd like me to alter it in any way, and I'd be happy to help!I love it, its just really pixely…

here's a new one at a higher resolution (should scale down better)
(EDITED - fixed color, added a slight gaussian blur)
Last edited by Cythral (Oct. 17, 2016 20:21:41)
- card100
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
I like itHey there, I think that is quite wonderful! Thank you so much for making that.I also made this logo out of boredom trying to find something that worked better as the header image if you wanna use it.
Here's my application:
If everybody's ok with that, I think we could go ahead with the logo. Your username would go down in the helpers section of the credits page and respective credit will be given in other places when needed.
Thank you again
(Message to everyone who's in the DragonDrop team: Do you like it? And would you like it to be our new logo?)
-golden-scratch
COO of DragonDrop
I almost like the pixely one better…For the logo, let me know if you'd like me to alter it in any way, and I'd be happy to help!I love it, its just really pixely…
here's a new one at a higher resolution (should scale down better)
(EDITED - fixed color, added a slight gaussian blur)

- Cythral
-
Scratcher
100+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
I almost like the pixely one better…Same actually, I'm not sure why. I can try enhancing the original one later tonight
Last edited by Cythral (Oct. 17, 2016 22:22:52)
- card100
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
We added it:I almost like the pixely one better…Same actually, I'm not sure why. I can try enhancing the original one later tonight
https://dragon-drop-scratch.github.io/dragon-drop-www/index.html
- PackersRuleGoPack
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
Its awesome!For the logo, let me know if you'd like me to alter it in any way, and I'd be happy to help!I love it, its just really pixely…
here's a new one at a higher resolution (should scale down better)
(EDITED - fixed color, added a slight gaussian blur)
- liam48D
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
Generate an SVG from it - I'm sure there's some online basic-bitmap-to-SVG-path converters online!I almost like the pixely one better…Same actually, I'm not sure why. I can try enhancing the original one later tonight

- Firedrake969
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="1599.000000pt" height="311.000000pt" viewBox="0 0 1599.000000 311.000000" preserveAspectRatio="xMidYMid meet"> <metadata> Created by potrace 1.13, written by Peter Selinger 2001-2015 </metadata> <g transform="translate(0.000000,311.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none"> <path d="M8410 3060 c-91 -16 -245 -98 -317 -170 -65 -65 -135 -185 -173 -296 -26 -76 -44 -250 -37 -366 5 -73 3 -98 -6 -98 -7 0 -34 35 -62 77 -34 52 -63 85 -90 101 -39 22 -46 23 -212 19 -161 -4 -175 -5 -226 -31 -38 -18 -58 -35 -67 -56 -24 -59 -35 -58 -103 7 -72 69 -169 129 -282 174 -73 29 -92 32 -220 36 -170 6 -253 -9 -375 -68 -112 -53 -181 -107 -237 -182 -55 -75 -124 -211 -158 -309 -27 -80 -20 -77 -115 -63 -76 12 -567 -93 -660 -140 -63 -32 -100 -97 -100 -177 -1 -46 -2 -50 -13 -33 -8 13 -12 66 -12 155 0 114 4 147 23 210 52 165 120 207 257 160 78 -27 135 -26 194 5 46 23 53 32 130 172 75 137 81 152 81 206 0 88 -33 145 -107 184 -68 36 -194 78 -277 92 -86 16 -270 13 -343 -4 -75 -18 -230 -93 -294 -144 -25 -20 -68 -63 -94 -96 -63 -78 -159 -277 -187 -385 -12 -47 -25 -89 -30 -95 -5 -5 -15 10 -25 35 -9 25 -43 98 -75 162 -74 149 -132 214 -236 265 -71 35 -82 38 -166 38 -84 0 -97 -3 -169 -37 -150 -72 -245 -191 -395 -495 -98 -200 -138 -297 -222 -542 -30 -91 -61 -166 -67 -168 -13 -5 -143 185 -143 208 0 7 29 42 64 78 41 43 79 96 107 151 l44 85 0 110 c0 110 0 110 -42 191 -51 100 -115 160 -227 214 -131 63 -232 83 -426 83 -179 0 -301 -15 -469 -58 -138 -35 -206 -62 -246 -96 l-33 -29 -64 82 c-85 111 -169 177 -313 248 -142 70 -240 96 -390 104 -176 10 -330 -6 -470 -49 -169 -52 -244 -90 -273 -140 -22 -37 -23 -48 -18 -155 16 -340 115 -1205 167 -1455 53 -255 96 -337 203 -392 48 -24 55 -25 195 -21 132 4 155 7 239 36 128 44 355 161 455 234 102 76 238 212 297 300 25 37 50 68 56 68 8 0 14 -57 19 -179 8 -204 19 -238 90 -278 37 -21 52 -23 223 -23 174 0 185 1 231 24 73 37 91 87 91 251 0 80 4 124 10 120 5 -3 78 -107 161 -231 182 -270 181 -269 322 -259 51 3 124 6 162 6 113 -1 352 37 404 64 54 27 83 78 101 175 15 82 78 282 93 296 7 7 66 14 134 18 103 6 123 4 137 -9 9 -9 16 -24 16 -33 0 -9 11 -120 25 -247 31 -283 45 -322 128 -360 62 -30 120 -32 274 -10 148 21 198 45 230 110 25 48 26 55 20 177 -3 70 -2 130 2 133 5 2 21 -13 36 -35 15 -22 67 -78 116 -125 78 -75 105 -93 212 -146 159 -77 240 -94 422 -86 72 4 157 14 190 23 93 25 209 90 258 144 46 51 110 172 137 260 10 30 21 55 26 57 5 2 22 -17 37 -41 43 -68 150 -162 230 -203 133 -67 163 -73 342 -73 191 0 266 15 409 83 118 57 204 123 279 214 33 41 64 70 68 66 4 -4 12 -108 18 -231 9 -203 12 -226 33 -265 14 -24 39 -51 63 -64 38 -21 51 -23 229 -23 173 0 191 2 226 21 26 15 45 36 60 69 21 45 22 56 19 299 -3 164 -1 250 6 248 13 -4 96 -108 141 -175 25 -37 50 -60 85 -77 27 -14 49 -29 49 -33 0 -4 7 -60 14 -124 12 -102 19 -126 50 -181 66 -118 263 -236 448 -267 253 -43 281 -44 693 -25 265 13 496 73 708 183 87 46 121 70 170 123 34 36 70 77 79 91 16 25 22 26 140 30 98 4 141 11 208 33 111 35 376 171 465 237 95 71 240 219 295 300 25 37 50 68 56 68 8 0 14 -56 19 -172 6 -154 10 -178 31 -220 40 -80 67 -88 290 -88 175 0 189 1 226 22 27 16 48 38 64 70 22 43 24 60 24 180 0 161 -13 168 166 -97 163 -244 153 -230 195 -254 29 -16 54 -21 115 -21 69 0 95 6 197 44 65 25 129 52 143 61 30 19 62 69 71 108 8 39 19 42 56 14 42 -32 148 -85 216 -108 44 -16 84 -19 216 -19 195 0 270 16 420 89 120 59 211 133 285 229 30 40 58 72 62 72 12 0 16 -34 27 -230 6 -107 13 -223 15 -256 2 -38 13 -83 29 -117 21 -47 33 -60 76 -81 67 -35 123 -33 274 5 146 36 194 61 225 114 23 39 23 44 18 225 -3 102 -11 247 -17 323 -14 180 -13 183 53 192 300 36 398 60 553 134 137 65 212 135 269 250 74 147 81 178 81 341 l0 145 -47 91 c-53 102 -111 162 -212 218 -82 46 -217 92 -323 111 -221 38 -876 46 -958 11 -83 -35 -114 -92 -115 -203 0 -40 -4 -73 -8 -73 -4 0 -25 22 -45 48 -87 115 -205 200 -362 263 -73 29 -92 32 -220 36 -170 6 -253 -9 -375 -68 -160 -77 -237 -155 -326 -331 -24 -49 -48 -88 -52 -88 -4 0 -24 31 -44 68 -21 38 -60 90 -88 116 -56 52 -182 117 -275 141 -204 53 -507 37 -789 -40 -137 -38 -177 -54 -217 -92 l-27 -24 -63 82 c-86 112 -170 178 -314 249 -182 90 -247 103 -490 102 -182 0 -209 -3 -297 -26 -110 -29 -266 -86 -303 -110 -37 -25 -65 -87 -65 -148 0 -75 73 -850 87 -920 8 -41 -8 -34 -42 19 -21 33 -48 56 -90 80 -56 31 -66 33 -157 33 -80 0 -106 -4 -143 -22 -31 -15 -48 -19 -55 -12 -12 12 -27 133 -40 314 -19 284 -60 454 -155 645 -76 154 -165 272 -260 343 -77 59 -217 133 -295 157 -65 20 -288 29 -370 15z m229 -181 c294 -47 535 -306 616 -664 21 -92 42 -269 75 -620 36 -390 39 -415 52 -415 5 0 60 42 122 94 135 113 171 136 213 136 49 0 95 -45 95 -93 0 -50 -22 -81 -119 -165 -88 -77 -110 -102 -74 -83 34 18 234 -10 352 -49 128 -43 224 -118 247 -191 16 -51 23 -182 12 -219 -35 -123 -197 -227 -465 -301 -229 -62 -649 -88 -880 -54 -229 34 -386 109 -436 207 -16 32 -20 62 -22 152 -2 112 -2 114 29 157 68 96 310 227 399 217 19 -2 35 -1 35 3 0 4 -36 28 -80 53 -85 49 -110 81 -110 136 0 21 9 41 29 61 43 42 89 39 182 -11 131 -71 198 -104 203 -99 6 6 -58 733 -73 829 -6 36 -15 98 -22 139 -36 231 -162 427 -323 502 -59 28 -74 31 -140 27 -59 -3 -81 -8 -114 -30 -104 -69 -148 -259 -108 -461 32 -158 179 -1238 170 -1247 -12 -12 -225 -41 -240 -32 -6 4 -40 44 -74 90 -88 118 -469 576 -482 581 -7 2 -9 -15 -5 -55 22 -198 57 -763 57 -910 0 -65 -3 -83 -16 -88 -24 -9 -217 -7 -232 3 -10 6 -16 67 -23 227 -15 350 -52 810 -103 1279 -7 66 -11 126 -9 132 6 16 49 24 158 26 l90 2 39 -60 c158 -242 480 -685 497 -685 13 0 13 -3 -37 346 -42 287 -47 339 -48 514 -1 188 0 198 26 276 31 90 105 202 162 247 57 44 125 76 196 91 81 18 99 18 179 5z m2058 -369 c186 -20 365 -100 486 -218 70 -68 173 -219 222 -326 144 -311 96 -620 -139 -885 -153 -173 -355 -304 -590 -383 -74 -25 -109 -31 -187 -32 -81 -1 -100 2 -117 18 -70 63 -141 497 -231 1412 -16 159 -26 294 -24 301 9 24 240 97 358 112 97 12 117 12 222 1z m-5432 -40 c98 -25 169 -55 173 -73 4 -17 -98 -205 -114 -211 -7 -3 -40 4 -75 16 -48 15 -83 19 -139 16 -165 -9 -272 -120 -331 -343 -26 -98 -31 -328 -10 -445 46 -258 165 -461 317 -542 103 -56 283 -76 354 -40 54 26 70 69 70 184 0 107 -18 289 -31 309 -6 10 -31 9 -129 -4 -67 -10 -125 -15 -130 -12 -11 7 -60 162 -60 187 0 11 18 22 52 34 71 23 468 103 484 97 15 -6 18 -20 41 -183 24 -182 22 -447 -5 -566 -58 -259 -182 -353 -461 -354 -124 0 -198 17 -301 71 -182 94 -329 285 -419 542 -50 143 -72 265 -78 443 -6 174 8 301 49 434 43 139 135 285 221 350 149 112 319 141 522 90z m3353 -44 c31 -16 109 -96 139 -141 44 -67 80 -199 93 -345 5 -52 14 -117 19 -145 12 -55 30 -295 24 -307 -2 -5 -42 -8 -88 -8 -58 0 -95 -5 -119 -16 -19 -9 -40 -15 -48 -12 -19 8 -123 721 -123 843 0 131 30 169 103 131z m-7810 -37 c253 -27 444 -139 591 -346 200 -280 245 -548 141 -826 -55 -147 -242 -360 -414 -472 -196 -128 -422 -210 -560 -203 -60 3 -71 7 -92 31 -67 78 -131 472 -219 1350 -19 186 -31 345 -28 352 10 27 246 101 361 115 98 11 113 11 220 -1z m12983 -18 c172 -54 339 -225 418 -429 59 -153 66 -193 66 -377 0 -151 -3 -179 -23 -245 -97 -310 -354 -500 -678 -500 -264 0 -450 165 -534 475 -31 111 -39 362 -16 490 62 359 236 566 511 609 59 9 191 -3 256 -23z m1495 -54 c217 -39 364 -110 428 -207 38 -57 60 -150 51 -219 -9 -78 -50 -195 -85 -246 -102 -148 -318 -223 -765 -265 -66 -6 -123 -15 -127 -18 -3 -4 2 -128 12 -277 10 -148 20 -326 22 -395 l3 -124 -95 -27 c-106 -31 -149 -35 -155 -16 -4 13 -69 974 -85 1257 -12 208 -13 544 -2 554 4 4 165 6 357 3 261 -3 373 -8 441 -20z m-8535 -66 c172 -54 339 -225 418 -429 59 -153 66 -193 66 -377 0 -151 -3 -179 -23 -245 -97 -310 -354 -500 -678 -500 -264 0 -450 165 -534 475 -31 111 -39 362 -16 490 62 359 236 566 511 609 59 9 191 -3 256 -23z m-2874 -12 c88 -42 166 -174 244 -409 84 -258 157 -631 204 -1049 22 -193 24 -236 13 -247 -19 -18 -225 -41 -240 -26 -6 6 -22 100 -35 209 -13 109 -32 254 -41 323 l-17 125 -245 -2 c-135 -2 -267 -6 -294 -10 l-49 -8 -43 -120 c-23 -66 -54 -172 -70 -235 -15 -63 -32 -120 -38 -127 -12 -13 -213 -44 -233 -36 -6 3 -13 14 -15 26 -4 26 -5 26 -130 -20 -53 -20 -103 -33 -110 -30 -22 8 -316 454 -415 627 -48 85 -91 158 -96 161 -10 7 -159 -20 -170 -31 -5 -4 -4 -66 2 -136 16 -176 30 -494 24 -511 -4 -11 -32 -13 -132 -11 l-126 3 -7 150 c-15 319 -46 664 -90 998 -19 146 -20 169 -7 182 37 37 398 105 558 105 166 0 341 -51 428 -124 46 -39 83 -119 83 -181 0 -104 -93 -231 -222 -304 -31 -18 -61 -38 -67 -45 -12 -15 61 -138 268 -451 73 -110 149 -228 168 -263 20 -35 39 -60 43 -55 4 4 28 94 55 198 88 351 207 679 341 946 167 331 312 450 461 378z m8495 6 c163 -28 269 -88 321 -180 24 -43 27 -59 24 -115 -2 -36 -11 -82 -22 -103 -29 -61 -110 -142 -191 -193 -41 -25 -74 -52 -74 -59 0 -20 25 -61 237 -387 202 -311 240 -376 230 -400 -5 -13 -196 -88 -224 -88 -17 0 -332 475 -428 645 -43 77 -83 143 -87 146 -11 7 -160 -20 -171 -31 -5 -4 -4 -59 2 -121 17 -184 32 -499 26 -520 -6 -18 -15 -19 -133 -17 l-127 3 -2 60 c-12 328 -38 631 -84 1009 -26 208 -29 250 -18 261 17 16 228 70 329 84 41 6 86 13 100 15 64 9 215 5 292 -9z m457 -767 c1 -82 -2 -148 -7 -148 -8 0 -107 148 -124 185 -9 21 -4 29 53 83 52 49 65 57 71 44 4 -10 7 -83 7 -164z m-7713 -318 c33 -14 68 -20 120 -20 40 0 75 -3 77 -7 3 -5 8 -32 12 -60 7 -51 6 -53 -17 -53 -51 0 -126 31 -172 71 -41 36 -117 151 -116 175 1 5 12 -12 25 -38 20 -37 35 -51 71 -68z"/> <path d="M9428 915 c-85 -73 -139 -105 -175 -105 -20 0 -68 19 -126 50 -52 28 -96 50 -99 50 -2 0 -4 -10 -4 -21 1 -18 -12 -26 -79 -49 -126 -43 -221 -95 -286 -159 -32 -31 -59 -64 -59 -73 0 -27 87 -95 163 -127 127 -53 258 -74 462 -75 202 -1 271 8 445 61 177 53 312 131 371 214 20 28 20 31 4 55 -43 66 -224 142 -390 164 -156 21 -170 24 -167 43 4 25 -1 22 -60 -28z"/> <path d="M10461 2240 c-49 -10 -63 -24 -56 -55 6 -26 56 -458 95 -825 41 -382 39 -370 60 -370 10 0 65 16 122 36 283 98 429 201 502 354 29 61 31 72 31 180 -1 103 -4 124 -33 209 -70 201 -158 333 -266 396 -97 57 -171 77 -296 81 -63 2 -135 -1 -159 -6z"/> <path d="M571 2120 c-25 -5 -48 -13 -53 -18 -4 -4 -1 -59 7 -122 8 -63 38 -322 65 -575 62 -567 57 -535 81 -535 25 0 259 85 324 117 72 36 176 108 212 146 150 154 160 368 33 643 -83 181 -166 262 -329 322 -52 19 -90 25 -181 28 -63 2 -135 -1 -159 -6z"/> <path d="M13520 2101 c-113 -35 -195 -146 -234 -318 -23 -104 -21 -288 4 -387 54 -214 181 -337 334 -324 145 12 300 167 376 376 95 262 17 488 -205 597 -107 52 -215 74 -275 56z"/> <path d="M14754 2079 c-10 -16 6 -422 17 -435 17 -21 428 34 562 76 81 25 139 73 162 134 49 127 -103 200 -470 226 -184 13 -262 13 -271 -1z"/> <path d="M6480 1981 c-113 -35 -195 -146 -234 -318 -23 -103 -21 -288 3 -386 56 -216 181 -338 335 -325 145 12 300 167 376 376 95 262 17 488 -205 597 -107 52 -215 74 -275 56z"/> <path d="M3767 1898 c-72 -109 -227 -425 -227 -463 0 -13 30 -15 210 -15 161 0 210 3 210 13 0 6 -11 62 -25 122 -45 197 -107 395 -125 395 -4 0 -24 -24 -43 -52z"/> <path d="M2194 1880 c-39 -4 -90 -11 -114 -15 l-43 -7 7 -77 c12 -141 12 -141 60 -141 59 0 249 45 312 74 109 50 141 89 104 126 -37 37 -189 56 -326 40z"/> <path d="M12084 2000 c-39 -4 -90 -11 -113 -15 l-43 -7 6 -72 c4 -39 10 -88 13 -110 l6 -39 71 6 c96 9 216 41 303 82 144 67 130 131 -34 155 -76 11 -106 11 -209 0z"/> </g> </svg>
Just change the fill attr on the g tag and you're good to go
Last edited by Firedrake969 (Oct. 17, 2016 23:45:53)
- makethebrainhappy
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
Hey there, I think that is quite wonderful! Thank you so much for making that.I also made this logo out of boredom trying to find something that worked better as the header image if you wanna use it.
Here's my application:
If everybody's ok with that, I think we could go ahead with the logo. Your username would go down in the helpers section of the credits page and respective credit will be given in other places when needed.
Thank you again
(Message to everyone who's in the DragonDrop team: Do you like it? And would you like it to be our new logo?)
-golden-scratch
COO of DragonDrop
I like it
!- Jonathan50
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
Maybe do the same, but make it the blur a bit more subtle? The art is really amazing though.I almost like the pixely one better…Same actually, I'm not sure why. I can try enhancing the original one later tonight
Last edited by Jonathan50 (Oct. 18, 2016 01:52:43)
- Cythral
-
Scratcher
100+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
I svged it and made it bigger with inkscape but it took off the white fill color, so I ported it back to raster. Here are both candidates


PS I followed the project on twitter


PS I followed the project on twitter
Last edited by Cythral (Oct. 18, 2016 06:04:31)
- Austinato
-
Scratcher
1000+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
I svged it and made it bigger with inkscape but it took off the white fill color, so I ported it back to raster. Here are both candidatesI kind of like the second one at this point.
PS I followed the project on twitter

- zebraislearning
-
Scratcher
100+ posts
<< DragonDrop | RECRUITING DEVELOPERS | Help us code a website where you can make your own free websites! >>
even
even i like the second oneI svged it and made it bigger with inkscape but it took off the white fill color, so I ported it back to raster. Here are both candidatesI kind of like the second one at this point.
PS I followed the project on twitter

I also made this logo out of boredom trying to find something that worked better as the header image if you wanna use it. 









