当前位置:网站首页>Creative code confession
Creative code confession
2022-08-05 00:45:00 【ximingx】
创意代码表白
以程序员的方式撒狗粮,专业浪漫,值得拥有!
原文地址: https://github.com/lbb00/Web-Love
I do not own the copyright to this page,If there is any infringement, please contact me.
1. 效果展示
2. 下载
# First clone the repository, 需要具有 git 环境
$ git clone https://github.com/lbb00/Web-Love.git
3. 自定义内容
第一张图片"Click Here"的文字,位于js/love.js:172
ctx.font = "12px 微软雅黑,Verdana";
ctx.fillText("click here", 23, 16); // 修改这里
第二张图片中Our Stroy
直接写在index.html
中的
<span class="say"> Our Story</span><br>
<span class="say"> </span><br>
<span class="say"> For 龙宝宝 & 龙宝宝 </span><br>
<span class="say"> </span><br>
<span class="say"> Remember when we met, 或许是缘分,Maybe it's doomed.</span><br>
<span class="say"> </span><br>
<span class="say"> 就像一场梦一样,有开心,also noisy.</span><br>
<span class="say"> </span><br>
<span class="say"> 彼此依赖,彼此关心,彼此温暖,Thank you for being so tolerant of me,喜欢我,爱我.</span><br>
<span class="say"> </span><br>
<span class="say"> I also love your kindness,温柔,It's just too easy to get jealous...</span><br>
<span class="say"> </span><br>
<span class="say"> You can see all the flaws in my character...</span><br>
<span class="say"> </span><br>
<span class="say"> I want to truly feel life with you,live with you,嫁给我吧!</span><br>
<span class="say"> </span><br>
<span class="say"> ..永远的..</span><br>
<span class="say"> </span><br>
<span class="say"><span class="space"></span>龙宝宝 与 龙宝宝</span>
The time initial value in the second picture is set atindex.html
最底部的script
中
var textAnimate = eval(Jscex.compile("async",
function() {
var together = new Date();
together.setFullYear(1996, 11, 16); //时间年月日
together.setHours(12); //小时
together.setMinutes(0); //分钟
together.setSeconds(0); //秒前一位
together.setMilliseconds(0); //秒第二位
$("#code").show().typewriter();
$("#clock-box").fadeIn(500);
while (true) {
timeElapse(together);
$await(Jscex.Async.sleep(1000));
}
实话实说, Just want to prostitute a badge
边栏推荐
- 工具类总结
- 软件测试面试题:BIOS, Fat, IDE, Sata, SCSI, Ntfs windows NT?
- Software Testing Interview Questions: What aspects should be considered when designing test cases, i.e. what aspects should different test cases test against?
- tiup status
- 2022杭电多校训练第三场 1009 Package Delivery
- Memory Forensics Series 1
- If capturable=False, state_steps should not be CUDA tensors
- oracle create tablespace
- Zombie and orphan processes
- Binary tree [full solution] (C language)
猜你喜欢
随机推荐
2022 Nioke Multi-School Training Session H Question H Take the Elevator
tiup telemetry
CNI (Container Network Plugin)
软件测试面试题:您如何看待软件过程改进?在您曾经工作过的企业中,是否有一些需要改进的东西呢?您期望的理想的测试人员的工作环境是怎样的?
主库预警日志报错ORA-00270
DHCP的工作过程
About I double-checked and reviewed the About staff page, returning an industry question
Software testing interview questions: What are the three modules of LoadRunner?
Software testing interview questions: What are the strategies for system testing?
二叉树[全解](C语言)
Software Testing Interview Questions: What Are the Types of Software Testing?
【无标题】
FSAWS 的全球基础设施和网络
tiup update
Binary tree [full solution] (C language)
【FreeRTOS】FreeRTOS与stm32内置堆栈的占用情况
tensor.nozero(), mask, [mask]
[FreeRTOS] FreeRTOS and stm32 built-in stack occupancy
Software testing interview questions: the difference and connection between black box testing, white box testing, and unit testing, integration testing, system testing, and acceptance testing?
After the staged testing is complete, have you performed defect analysis?