Skip to content

Commit

Permalink
update to homepage sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
lmccart committed Aug 9, 2020
1 parent b16a5aa commit cf27a3a
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 28 deletions.
6 changes: 6 additions & 0 deletions i18n-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ es:
line 259: ' notes1'
line 274: ' nominate-project'
line 875: ' project-a-5-2-moon'
line 66: ' sketch_credits'
line 67: ' sketch_info'
ko:
src/data/en.yml:
line 37: ' blmstatement1'
Expand Down Expand Up @@ -480,6 +482,8 @@ ko:
line 259: ' notes1'
line 274: ' nominate-project'
line 875: ' project-a-5-2-moon'
line 66: ' sketch_credits'
line 67: ' sketch_info'
zh-Hans:
src/data/en.yml:
line 37: ' blmstatement1'
Expand Down Expand Up @@ -721,3 +725,5 @@ zh-Hans:
line 259: ' notes1'
line 274: ' nominate-project'
line 875: ' project-a-5-2-moon'
line 66: ' sketch_credits'
line 67: ' sketch_info'
15 changes: 15 additions & 0 deletions src/assets/p5_featured/KD_2020_08_08_22_21_27/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<style>
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}

.hidden {
height:100%;
min-height:100%;
overflow:hidden !important;
touch-action:none;
}
</style>
</head>
<body>
<script src="sketch.js"></script>
Expand Down
14 changes: 0 additions & 14 deletions src/assets/p5_featured/KD_2020_08_08_22_21_27/style.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/data/data.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
title: p5.js
version: 1.1.9
version: 1.1.8
5 changes: 2 additions & 3 deletions src/data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ home:
p4xp5: "Organize a meet-up."
p4xp6: "Contribute to the codebase."

sketch_by: "by"
sketch_info: "Homepage sketch adapted from work by 9th grader Grace Obergfell"
sketch_info_link: "CC Fest NYC on June 8, a free and inclusive coding event for students and teachers"
sketch_credits: "Sketch Credits"
sketch_info: "Hunminjeongeum2020 created by Seonghyeon Kim"

copyright:
copyright-title: "Copyright Information"
Expand Down
7 changes: 3 additions & 4 deletions src/data/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ home:
p4xp4: "Imparte un taller o una clase."
p4xp5: "Organiza una reunión."
p4xp6: "Contribuye al código fuente."

sketch_by: "por"
sketch_info: "Bosquejo de la página de inicio adaptado del trabajo de la estudiante de 9no grado Grace Obergfell"
sketch_info_link: "CC Fest NYC es el 8 de Junio 8, un evento de programación gratuito e inclusivo para estudiantes y docentes"

sketch_credits: "Sketch Credits"
sketch_info: "Hunminjeongeum2020 created by Seonghyeon Kim"

copyright:
copyright-title: "Información de Copyright"
Expand Down
5 changes: 2 additions & 3 deletions src/data/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ home:
p4xp5: "행사 또는 모임 주관하기"
p4xp6: "코딩 개발로 기여하기"

sketch_by: "by"
sketch_info: "홈페이지 스케치는 9학년 그레이스 오버그펠(Grace Obergfell)의 작품을 만들었습니다."
sketch_info_link: "6월 8일 CC Fest NYC, 학생과 선생님들을 포용하는 무료 코딩 행사"
sketch_credits: "크레딧"
sketch_info: "훈민정음2020, 김성현"

copyright:
copyright-title: "저작권"
Expand Down
5 changes: 2 additions & 3 deletions src/data/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ home:
p4xp5: "举办个聚会。"
p4xp6: "贡献代码。"

sketch_by: "作者"
sketch_info: "Homepage sketch adapted from work by 9th grader Grace Obergfell"
sketch_info_link: "CC Fest NYC on June 8, a free and inclusive coding event for students and teachers"
sketch_credits: "Sketch Credits"
sketch_info: "Hunminjeongeum2020 created by Seonghyeon Kim"

copyright:
copyright-title: "版权信息"
Expand Down
2 changes: 2 additions & 0 deletions src/templates/pages/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ slug: /
target="_blank">{{#i18n "p4xp6"}}{{/i18n}}</a></li>
</ul>

<h2>{{#i18n "sketch_credits"}}{{/i18n}}</h2>
<p>{{#i18n "sketch_info"}}{{/i18n}}</p>
</main>
{{> footer}}
</div> <!-- end column-span -->
Expand Down

0 comments on commit cf27a3a

Please sign in to comment.