diff --git a/trobber_fe/src/pages/Countries.jsx b/trobber_fe/src/pages/Countries.jsx
new file mode 100644
index 0000000..a538751
--- /dev/null
+++ b/trobber_fe/src/pages/Countries.jsx
@@ -0,0 +1,47 @@
+import Carousel from 'react-bootstrap/Carousel';
+
+function UncontrolledExample() {
+ return (
+
+
+
+
+ First slide label
+ Nulla vitae elit libero, a pharetra augue mollis interdum.
+
+
+
+
+
+
+ Second slide label
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+
+ Third slide label
+
+ Praesent commodo cursus magna, vel scelerisque nisl consectetur.
+
+
+
+
+ );
+}
+
+export default UncontrolledExample;
\ No newline at end of file
diff --git a/trobber_fe/src/pages/TimerSetting.css b/trobber_fe/src/pages/TimerSetting.css
new file mode 100644
index 0000000..e669577
--- /dev/null
+++ b/trobber_fe/src/pages/TimerSetting.css
@@ -0,0 +1,7 @@
+img {
+ padding : 20px
+}
+
+.graph{
+ float: right
+}
\ No newline at end of file
diff --git a/trobber_fe/src/pages/TimerSetting.jsx b/trobber_fe/src/pages/TimerSetting.jsx
index b35d705..94c498b 100644
--- a/trobber_fe/src/pages/TimerSetting.jsx
+++ b/trobber_fe/src/pages/TimerSetting.jsx
@@ -1,13 +1,15 @@
import React from 'react';
+import "./TimerSetting.css";
const TimerSetting = () => {
- return (
-
- <>
-
타이머 세팅페이지 입니다! (희수 작업)
- >
-
- );
+ return (
+
+
+
+
+
+
+ );
};
export default TimerSetting;
\ No newline at end of file
diff --git a/trobber_fe/src/pages/pageimg/graph.png b/trobber_fe/src/pages/pageimg/graph.png
new file mode 100644
index 0000000..a7f51b7
Binary files /dev/null and b/trobber_fe/src/pages/pageimg/graph.png differ
diff --git a/trobber_fe/src/pages/pageimg/japan.png b/trobber_fe/src/pages/pageimg/japan.png
new file mode 100644
index 0000000..85381fd
Binary files /dev/null and b/trobber_fe/src/pages/pageimg/japan.png differ
diff --git a/trobber_fe/src/pages/pageimg/menubar.png b/trobber_fe/src/pages/pageimg/menubar.png
new file mode 100644
index 0000000..aed869c
Binary files /dev/null and b/trobber_fe/src/pages/pageimg/menubar.png differ