当前位置:网站首页>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
边栏推荐
- Software Testing Interview Questions: About Automated Testing Tools?
- tiup telemetry
- More than 2022 cattle school training topic Link with the second L Level Editor I
- Matlab uses plotting method for data simulation and simulation
- 2022杭电多校 第三场 B题 Boss Rush
- Inter-process communication and inter-thread communication
- 2022 Nioke Multi-School Training Session 2 J Question Link with Arithmetic Progression
- 2022牛客多校训练第二场 H题 Take the Elevator
- could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
- 软件测试面试题:您如何看待软件过程改进?在您曾经工作过的企业中,是否有一些需要改进的东西呢?您期望的理想的测试人员的工作环境是怎样的?
猜你喜欢
node uses redis
MongoDB搭建及基础操作
matlab 采用描点法进行数据模拟和仿真
JUC thread pool (1): FutureTask use
DHCP的工作过程
动态规划/背包问题总结/小结——01背包、完全背包
《WEB安全渗透测试》(28)Burp Collaborator-dnslog外带技术
Theory of Software Fundamentals
Will domestic websites use Hong Kong servers be blocked?
Bit rate vs. resolution, which one is more important?
随机推荐
2022牛客多校第三场 A Ancestor
The method of freely controlling concurrency in the sync package in GO
工具类总结
LiveVideoStackCon 2022 Shanghai Station opens tomorrow!
Software Testing Interview Questions: What's the Key to a Good Test Plan?
Kubernetes 网络入门
matlab 采用描点法进行数据模拟和仿真
Binary tree [full solution] (C language)
【无标题】
动态规划/背包问题总结/小结——01背包、完全背包
Theory of Software Fundamentals
软件测试面试题:您以往所从事的软件测试工作中,是否使用了一些工具来进行软件缺陷(Bug)的管理?如果有,请结合该工具描述软件缺陷(Bug)跟踪管理的流程?
GCC:编译时库路径和运行时库路径
ORA-00257
2022 Multi-school Second Session K Question Link with Bracket Sequence I
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?
D - I Hate Non-integer Number (count of selected number dp
Opencv——视频跳帧处理
SV class virtual method of polymorphism
2022 Nioke Multi-School Training Session 2 J Question Link with Arithmetic Progression