Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 764f38563c | |||
| 24b3fa239b | |||
| 8a36fb5314 | |||
| 24a9418751 | |||
| dd4a41691c | |||
| 67dd312a3c | |||
| 43dec95c16 |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 347 360" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M347.196,44.248l-297.975,16.477l0,299.275l297.975,-16.477l0,-299.275Z" style="fill:#047efb;"/><path d="M297.975,-0l-297.975,16.477l49.221,44.248l297.975,-16.477l-49.221,-44.248Z" style="fill:#7bbcff;"/><path d="M49.221,60.725l-49.221,-44.248l0,299.275l49.221,44.248l0,-299.275Z" style="fill:#313bcf;"/></g></svg>
|
||||
|
After Width: | Height: | Size: 766 B |
@@ -42,7 +42,7 @@
|
||||
<div
|
||||
class="relative max-w-prose p-5 mx-auto mb-20 mt-20 pb-5 grid grid-cols-1 gap-4 bg-white dark:bg-gray-900 rounded-xl">
|
||||
<p class="dark:text-gray-300">Feeback or comments? We'd love to hear from you in our
|
||||
<a class="font-semibold text-blue-600" href="https://speckle.community/" target="_blank">community
|
||||
<a class="font-semibold text-blue-600" href="https://speckle.community/invites/Fbk5j1wbRW" target="_blank">community
|
||||
forum!</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
+4
-4
@@ -2,7 +2,7 @@
|
||||
"name": "speckle-starter-theme",
|
||||
"description": "A custom theme for speckle",
|
||||
"demo": "https://starter.ghost.io",
|
||||
"version": "2.4.11",
|
||||
"version": "2.4.12",
|
||||
"engines": {
|
||||
"ghost": ">=3.0.0",
|
||||
"ghost-api": "v3"
|
||||
@@ -44,13 +44,13 @@
|
||||
"bugs": "https://github.com/TryGhost/Starter/issues",
|
||||
"contributors": "https://github.com/TryGhost/Starter/graphs/contributors",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "9.8.3",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"cssnano": "4.1.10",
|
||||
"gscan": "3.5.4",
|
||||
"gscan": "^4.37.1",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-livereload": "4.0.2",
|
||||
"gulp-postcss": "8.0.0",
|
||||
"gulp-postcss": "^9.0.1",
|
||||
"gulp-sourcemaps": "2.6.5",
|
||||
"gulp-terser": "^2.0.1",
|
||||
"gulp-uglify": "3.0.2",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<p class="mt-5 pl-5 text-lg text-gray-800 dark:text-gray-400">
|
||||
Star us ⭐️ on <a href="https://github.com/specklesystems/speckle-server"
|
||||
target="_blank" class="text-blue-500 font-normal">Github</a>,
|
||||
or stop by the <a href="http://speckle.community"
|
||||
or stop by the <a href="https://speckle.community/invites/Fbk5j1wbRW"
|
||||
target="_blank" class="text-blue-500 font-normal">Community
|
||||
forum</a> for a chat!
|
||||
</p>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="http://speckle.community" target="_blank"
|
||||
<a href="https://speckle.community/invites/Fbk5j1wbRW" target="_blank"
|
||||
class="-m-3 p-3 flex flex-col justify-between rounded-lg transition dark:bg-gray-950 hover:bg-blue-100 dark:hover:bg-gray-800">
|
||||
<div class="flex items-center md:h-full lg:flex-col">
|
||||
<div class="ml-4 md:flex-1 md:flex md:flex-col md:justify-between lg:ml-0 lg:mt-4">
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<div
|
||||
class="relative max-w-prose p-5 mx-auto mb-20 mt-20 pb-5 grid grid-cols-1 gap-4 bg-white dark:bg-gray-900 rounded-xl">
|
||||
<p class="dark:text-gray-300">Feeback or comments? We'd love to hear from you in our
|
||||
<a class="font-semibold text-blue-600" href="https://speckle.community/" target="_blank">community
|
||||
<a class="font-semibold text-blue-600" href="https://speckle.community/invites/Fbk5j1wbRW" target="_blank">community
|
||||
forum!</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user