From 8156b64bc7f5251b97b76c2eb12b48612f28f54a Mon Sep 17 00:00:00 2001 From: seodiana Date: Tue, 2 May 2023 19:21:51 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=EC=9E=90=EA=B8=B0=EC=86=8C=EA=B0=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd_session/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 3rd_session/index.html diff --git a/3rd_session/index.html b/3rd_session/index.html new file mode 100644 index 0000000..3b567f6 --- /dev/null +++ b/3rd_session/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + 안녕하세요 서연경입니다 멋사 3주차 세미나 연습중입니다 + + \ No newline at end of file From 04c34d4819a352ba7eeef45a1b48bd542bda643e Mon Sep 17 00:00:00 2001 From: seodiana Date: Tue, 2 May 2023 19:24:55 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=EC=9E=90=EA=B8=B0=EC=86=8C=EA=B0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd_session/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/3rd_session/index.html b/3rd_session/index.html index 3b567f6..1e806d3 100644 --- a/3rd_session/index.html +++ b/3rd_session/index.html @@ -7,6 +7,15 @@ Document +
+

yeonkyeong Seo

+

About me

+

숙명여자대학교 it공학과 20학번 재학중

+
    +
  • 나이: 24
  • +
  • 파트 : 기획디자인
  • +
+
안녕하세요 서연경입니다 멋사 3주차 세미나 연습중입니다 \ No newline at end of file From a3db7575fbae4fb8b2f5aaf4d61b1bdc5d926424 Mon Sep 17 00:00:00 2001 From: seodiana Date: Tue, 2 May 2023 19:28:15 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=EC=9E=90=EA=B8=B0=EC=86=8C=EA=B0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd_session/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/3rd_session/index.html b/3rd_session/index.html index 1e806d3..77a236a 100644 --- a/3rd_session/index.html +++ b/3rd_session/index.html @@ -14,8 +14,15 @@

About me

  • 나이: 24
  • 파트 : 기획디자인
  • +
  • 화이팅
- 안녕하세요 서연경입니다 멋사 3주차 세미나 연습중입니다 +
+

안녕하세요 서연경입니다 멋사 3주차 세미나 연습중입니다

+

figma

+

빅데이터

+

pm

+

개발의 과정을 아우르는 긍정적인 pm 이 되고 싶습니다

+
\ No newline at end of file From 34b88664b0d6524333cd4fb852e7bf57f3f503c5 Mon Sep 17 00:00:00 2001 From: seodiana Date: Tue, 2 May 2023 19:45:28 +0900 Subject: [PATCH 4/6] =?UTF-8?q?css=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd_session/index.html | 11 ++++++++--- 3rd_session/style.css | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 3rd_session/style.css diff --git a/3rd_session/index.html b/3rd_session/index.html index 77a236a..4451f4e 100644 --- a/3rd_session/index.html +++ b/3rd_session/index.html @@ -4,12 +4,16 @@ - Document + My info + +
+

yeonkyeong Seo

-

About me

+
+

About me

숙명여자대학교 it공학과 20학번 재학중

  • 나이: 24
  • @@ -18,11 +22,12 @@

    About me

-

안녕하세요 서연경입니다 멋사 3주차 세미나 연습중입니다

+

My study

figma

빅데이터

pm

개발의 과정을 아우르는 긍정적인 pm 이 되고 싶습니다

+
\ No newline at end of file diff --git a/3rd_session/style.css b/3rd_session/style.css new file mode 100644 index 0000000..7047f5d --- /dev/null +++ b/3rd_session/style.css @@ -0,0 +1,36 @@ +body, h1, h2 { + margin: 8px; + padding: 0px; +} + +body { + min-width: fit-content; +} + +h1 { + font-size: 36px; + font-weight: bold; + font-style: italic; +} + +h2 { + background-color: bisque; + font-size: 20px; + color: #282828; + margin-bottom: 16px; + border-bottom: 1px solid #ebebeb; + padding: 5px; +} +.mainbox { + width: 610px; + padding: 30px; + margin: 30px; + margin-right: auto; + margin-left: auto; + border: 1px solid #ebebeb; + box-shadow: 0 1px 20px 0 rgba(0,0,0,0.1); +} +.title-box{ + text-align: right; + margin-bottom: 20px; +} \ No newline at end of file From ee5299c213fcecf060b9689bdd6b0c464c28364f Mon Sep 17 00:00:00 2001 From: seodiana Date: Tue, 2 May 2023 19:51:57 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=EC=9B=B9=20=ED=8F=B0=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd_session/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/3rd_session/style.css b/3rd_session/style.css index 7047f5d..f8444d9 100644 --- a/3rd_session/style.css +++ b/3rd_session/style.css @@ -1,3 +1,7 @@ +@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,300;1,400&display=swap') +*{ + font-family:'Open Sans', sans-serif; +}; body, h1, h2 { margin: 8px; padding: 0px; From 56a793b5801651c120e0b553badf0f5ab153a42d Mon Sep 17 00:00:00 2001 From: seodiana Date: Tue, 2 May 2023 20:01:26 +0900 Subject: [PATCH 6/6] =?UTF-8?q?bootstrap=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd_session/index.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/3rd_session/index.html b/3rd_session/index.html index 4451f4e..9b80542 100644 --- a/3rd_session/index.html +++ b/3rd_session/index.html @@ -1,6 +1,7 @@ + @@ -28,6 +29,31 @@

My study

pm

개발의 과정을 아우르는 긍정적인 pm 이 되고 싶습니다

- +
+

My Site

+
+
+
+
+
GitHub
+

깃허브 프로필 바로가기

+ Go somewhere +
+
+
+
+
+
+
블로그
+

tistory 블로그

+ Go somewhere +
+
+
+
+
+ + + \ No newline at end of file