RTSDK : Fix template contents (broken string)
authorbdragon.park <bdragon.park@samsung.com>
Thu, 14 Sep 2017 06:11:40 +0000 (15:11 +0900)
committerbdragon.park <bdragon.park@samsung.com>
Thu, 14 Sep 2017 06:11:40 +0000 (15:11 +0900)
- Fix broken string in html file
- Remove image in html file
- Resize image to smaller

Signed-off-by: bdragon.park <bdragon.park@samsung.com>
resources/templates/projects/smartthings/artik_board.jpg
resources/templates/projects/smartthings/index.html

index b117be4..371946b 100644 (file)
Binary files a/resources/templates/projects/smartthings/artik_board.jpg and b/resources/templates/projects/smartthings/artik_board.jpg differ
index e5a6b3f..21572d3 100644 (file)
@@ -1,10 +1,16 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Smart Things Iotivity</title>
+</head>
 <body>
 <h1>ARTIK 053</h1>
-<img src="artik_board.jpg"><br>
+<!-- <img src="artik_board.jpg"/> -->
 <h3>Board</h3>
-The ARTIK 053 is a SOC for Wi-Fi¢â IoT solutions. The ARTIK 053 has a Wi-Fi subsystem, security subsystem, and application subsystem.
+The ARTIK 053 is a SOC for Wi-Fi IoT solutions. The ARTIK 053 has a Wi-Fi subsystem, security subsystem, and application subsystem.
 <h3>Configuration Sets</h3>
-The Samsung ARTIK¢â 053 Module is a highly integrated module for secure Internet of Things (IoT) devices that require Wi-Fi¢ç. It is based on an ARM¢ç Cortex¢ç R4 core with on-chip memories, a complete 2.4GHz Wi-Fi¢ç Phy, MAC layer processing, a large complement of standard digital buses, a PUF-based security system and power management. The module is packaged with additional external Flash memory, a hardware Secure Element and a single integrated 2.4GHz structural antenna. Aimed especially at power-sensitive devices needing Wi-Fi¢ç, the ARTIK 053 Module provides excellent performance in a variety of environments, with a feature set tailored specifically for IoT end nodes.
+The Samsung ARTIK™ 053 Module is a highly integrated module for secure Internet of Things (IoT) devices that require Wi-Fi®. It is based on an ARM® Cortex® R4 core with on-chip memories, a complete 2.4GHz Wi-Fi® Phy, MAC layer processing, a large complement of standard digital buses, a PUF-based security system and power management. The module is packaged with additional external Flash memory, a hardware Secure Element and a single integrated 2.4GHz structural antenna. Aimed especially at power-sensitive devices needing Wi-Fi®, the ARTIK 053 Module provides excellent performance in a variety of environments, with a feature set tailored specifically for IoT end nodes.
 </body>
 </html>
\ No newline at end of file