Skip to content

Commit ef441af

Browse files
committed
fixed extra lines
1 parent bb04b25 commit ef441af

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

src/data/en.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,14 @@ learn:
200200
3d-webgl: "Developing advanced graphics applications in p5.js using WEBGL mode."
201201
color-title: "Color"
202202
color: "An introduction to digital color."
203-
<<<<<<< HEAD
204203
coordinate-system-and-shapes-title: "Coordinate System and Shapes"
205204
coordinate-system-and-shapes: "Drawing simple shapes and using the coordinate system."
206205
interactivity-title: "Interactivity"
207206
interactivity: "Introduction to interactivity with the mouse and keyboard."
208207
program-flow-title: "Program Flow"
209208
program-flow: "Introduction to controlling program flow in p5.js."
210-
=======
211209
curves-title: "Curves"
212210
curves: "An introduction to the three types of curves in p5.js: arcs, spline curves, and Bézier curves."
213-
>>>>>>> 667d74552a75c502e89461522b0be6fd2647f3f1
214211
becoming-a-better-programmer-title: "Becoming a better programmer"
215212
debugging-title: "Debugging"
216213
debugging: "Field guide to debugging for everyone."

src/data/es.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ learn:
201201
beyond-the-canvas: "Creación y manipulación de elementos en la página, más allá del lienzo."
202202
3d-webgl-title: "3D/WebGL"
203203
3d-webgl: "Desarrollo de aplicaciones con gráficas avanzadas en p5.js usando el modo WEBGL."
204-
<<<<<<< HEAD
205204
color-title: "Color"
206205
color: "Una introducción al color digital."
207206
coordinate-system-and-shapes-title: "Coordinate System and Shapes"
@@ -210,12 +209,10 @@ learn:
210209
interactivity: "Introduction to interactivity with the mouse and keyboard."
211210
program-flow-title: "Program Flow"
212211
program-flow: "Introduction to controlling program flow in p5.js."
213-
=======
214212
color-title: Color
215213
color: Una introducción al color digital.
216214
curves-title: "Curvas"
217215
curves: "Una introducción a los tres tipos de curvas en p5.js: arcos, curvas spline y curvas Bézier."
218-
>>>>>>> 667d74552a75c502e89461522b0be6fd2647f3f1
219216
becoming-a-better-programmer-title: "Cómo programar mejor"
220217
debugging-title: "Depurar"
221218
debugging: "Guía de cómo depurar tu código para todo público."

src/data/zh-Hans.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,14 @@ learn:
200200
3d-webgl: "使用 p5.js WebGL 模式制作高级图形程式。"
201201
color-title: "颜色"
202202
color: "数码颜色的简介。"
203-
<<<<<<< HEAD
204203
coordinate-system-and-shapes-title: "坐标系统与图形"
205204
coordinate-system-and-shapes: "利用坐标系统绘制简单图形。"
206205
interactivity-title: "交互性"
207206
interactivity: "鼠标与键盘的交互简介。"
208207
program-flow-title: "程序流程"
209208
program-flow: "p5.js 控制程序流程简介。"
210-
=======
211209
curves-title: "曲线"
212210
curves: "介绍 p5.js 中的三种曲线:弧形,样条曲线和 Bézier 曲线。"
213-
>>>>>>> 667d74552a75c502e89461522b0be6fd2647f3f1
214211
becoming-a-better-programmer-title: "成为更好的程式设计师"
215212
debugging-title: "调试"
216213
debugging: "调试程序的简介。"

src/templates/pages/learn/index.hbs

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ slug: learn/
162162
<p>{{#i18n "color"}}{{/i18n}}</p>
163163
</div>
164164

165-
<<<<<<< HEAD
166-
167165
<div class="right-column">
168166
<a class="nounderline" href="coordinate-system-and-shapes.html">
169167
<div class="label">
@@ -176,9 +174,9 @@ slug: learn/
176174
<p>{{#i18n "coordinate-system-and-shapes"}}{{/i18n}}</p>
177175
</div>
178176

179-
180-
=======
181-
<div class="right-column">
177+
<div class="spacer"></div>
178+
179+
<div class="left-column">
182180
<a class="nounderline" href="curves.html">
183181
<div class="label">
184182
<img src="{{assets}}/img/learn/lib_placeholder.jpg">
@@ -190,11 +188,8 @@ slug: learn/
190188
<p>{{#i18n "curves"}}{{/i18n}}</p>
191189
</div>
192190

193-
>>>>>>> 667d74552a75c502e89461522b0be6fd2647f3f1
194-
<div class="spacer"></div>
195191

196-
197-
<div class="left-column">
192+
<div class="right-column">
198193
<a class="nounderline" href="interactivity.html">
199194
<div class="label">
200195
<img src="{{assets}}/img/learn/lib_placeholder.jpg">
@@ -206,8 +201,9 @@ slug: learn/
206201
<p>{{#i18n "interactivity"}}{{/i18n}}</p>
207202
</div>
208203

204+
<div class="spacer"></div>
209205

210-
<div class="right-column">
206+
<div class="left-column">
211207
<a class="nounderline" href="program-flow.html">
212208
<div class="label">
213209
<img src="{{assets}}/img/learn/lib_placeholder.jpg">

0 commit comments

Comments
 (0)