aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-18 09:39:36 +0000
committerclarkzjw <[email protected]>2018-01-18 09:39:36 +0000
commit55fcb3b59361e9250f4eed41978b27ed885bed41 (patch)
tree907d25358bc7f33a1d8068c13ca24cf582885548 /_posts/2018/01
parentbb7651a1b7a79c0fe2d0f4f7d395e8bf20db6432 (diff)
downloadblog.jinwei.me-55fcb3b59361e9250f4eed41978b27ed885bed41.tar.gz
Thu Jan 18 09:39:36 UTC 2018
Diffstat (limited to '_posts/2018/01')
-rw-r--r--_posts/2018/01/new-blog.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/_posts/2018/01/new-blog.html b/_posts/2018/01/new-blog.html
index 80c7f60..710ea59 100644
--- a/_posts/2018/01/new-blog.html
+++ b/_posts/2018/01/new-blog.html
@@ -221,6 +221,41 @@
221 </text> 221 </text>
222 </g> 222 </g>
223 </svg> 223 </svg>
224 <br/>
225 <svg height="20" width="138" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
226 <linearGradient id="b" x2="0" y2="100%">
227 <stop offset="0" stop-color="#bbb" stop-opacity=".1">
228 </stop>
229 <stop offset="1" stop-opacity=".1">
230 </stop>
231 </linearGradient>
232 <clipPath id="a">
233 <rect fill="#fff" height="20" rx="3" width="138">
234 </rect>
235 </clipPath>
236 <g clip-path="url(#a)">
237 <path d="M0 0h73v20H0z" fill="#555">
238 </path>
239 <path d="M73 0h65v20H73z" fill="#e05d44">
240 </path>
241 <path d="M0 0h138v20H0z" fill="url(#b)">
242 </path>
243 </g>
244 <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle">
245 <text fill="#010101" fill-opacity=".3" textLength="630" transform="scale(.1)" x="375" y="150">
246 Made w/ ❤️
247 </text>
248 <text textLength="630" transform="scale(.1)" x="375" y="140">
249 Made w/ ❤️
250 </text>
251 <text fill="#010101" fill-opacity=".3" textLength="550" transform="scale(.1)" x="1045" y="150">
252 Hangzhou
253 </text>
254 <text textLength="550" transform="scale(.1)" x="1045" y="140">
255 Hangzhou
256 </text>
257 </g>
258 </svg>
224 </div> 259 </div>
225 </div> 260 </div>
226 <script async="" defer="" src="../../_static/w.js"> 261 <script async="" defer="" src="../../_static/w.js">
Powered by cgit v1.2.3 (git 2.41.0)