From 713c17cb70ca0d68de5e85b6a28102e6085ad603 Mon Sep 17 00:00:00 2001 From: BoRamSon Date: Wed, 13 Mar 2024 00:03:58 +0900 Subject: [PATCH] feat : add the startup station contents --- 200_web.html | 18 +++- 300_html.html | 21 +++- 30_html_Base.html | 19 +++- 400_css.html | 26 ++++- 40_css_Base.css | 10 +- 500_javascript.html | 20 +++- 512_[JS]koogkoogtta.html | 16 ++++ 700_startupStation.html | 144 ++++++++++++++++++++++++++++ 701_startup_1.css | 74 ++++++++++++++ 701_startup_1.html | 202 +++++++++++++++++++++++++++++++++++++++ index.html | 23 ++++- 11 files changed, 557 insertions(+), 16 deletions(-) create mode 100644 700_startupStation.html create mode 100644 701_startup_1.css create mode 100644 701_startup_1.html diff --git a/200_web.html b/200_web.html index bc2ad59..e7cedc4 100644 --- a/200_web.html +++ b/200_web.html @@ -47,6 +47,14 @@

Welcome to My site~ I just Learn eve
+
  • ◼︎ Startup Station of TECHIT + +
  • +
    @@ -84,6 +92,14 @@

    Welcome to My site~ I just Learn everythin
    +
  • ◼︎ Startup Station of TECHIT + +
  • +
    @@ -91,7 +107,7 @@

    Welcome to My site~ I just Learn everythin

    ◼︎ WEB 의 역사

    -

    +

    ● 1960년대
    인터넷은 1960년대에 미국 국방부 산하의 고등 연구국에서 군사적인 목적으로 처음 개발되었습니다.

    ● 1989년
    웹은 1989년 3월에 스위스와 프랑스 사이에 위치한 유럽 입자 물리 연구소 (CERN)의 컴퓨터과학자 팀 버너스-리 (Tim Berners-Lee, 영국 옥스퍼드대학 교수)가 만들었습니다123. 웹은 세계의 여러 대학과 연구기관에서 일하는 물리학자들 상호간의 신속한 정보교환과 공동연구를 위한 프로그램으로 고안되었습니다. diff --git a/300_html.html b/300_html.html index 9b4be8b..84f546f 100644 --- a/300_html.html +++ b/300_html.html @@ -48,7 +48,16 @@

    Welcome to My site~ I just Learn eve
    +
  • ◼︎ Startup Station of TECHIT + +
  • +

    + + +

    Welcome to My site~ I just Learn everything!

    @@ -85,15 +95,25 @@

    Welcome to My site~ I just Learn everythin
    +
  • ◼︎ Startup Station of TECHIT + +
  • +
    - - +
    + + +

    ◼︎ CSS

    -

    Hyper Text Markup Language (HTML) is the standard markup language for creating web pages and web applications. +

    Hyper Text Markup Language (HTML) is the standard markup language for creating web pages and web applications. + + +

    @@ -85,6 +93,14 @@

    Welcome to My site~ I just Learn everythin
    +
  • ◼︎ Startup Station of TECHIT + +
  • +
    @@ -96,7 +112,7 @@

    Welcome to My site~ I just Learn everythin

    ◼︎ What is JavaScript?

    -

    +

    자바스크립트는 크로스 플랫폼(cross platform), 객체지향 스크립트 언어로 웹페이지의 동작을 담당한다.
    예를 들어 자바스크립트를 이용하면 ‘버튼을 클릭하면 밑에 날짜를 보여줘’라는 식의 명령을 내릴 수 있다.

    @@ -105,7 +121,7 @@

    Welcome to My site~ I just Learn everythin

    [Game] Word Relay

    -

    +

    (You can enter the 'Word Relay World' if you click the word)

    * Create day : on Febrary 13 2024 diff --git a/512_[JS]koogkoogtta.html b/512_[JS]koogkoogtta.html index 5d6b690..37d33d6 100644 --- a/512_[JS]koogkoogtta.html +++ b/512_[JS]koogkoogtta.html @@ -51,6 +51,14 @@

    Welcome to My site~ I just Learn eve
    +
  • ◼︎ Startup Station of TECHIT + +
  • +

    @@ -88,6 +96,14 @@

    Welcome to My site~ I just Learn everythin
    +
  • ◼︎ Startup Station of TECHIT + +
  • +
    diff --git a/700_startupStation.html b/700_startupStation.html new file mode 100644 index 0000000..71efec3 --- /dev/null +++ b/700_startupStation.html @@ -0,0 +1,144 @@ + + + + + + + + + + + What is WEB? + + + + + + + + + + + + +
    + + + + + + +
    + + + + +

    스타트업 스테이션

    +

    테크잇

    + + + + +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/701_startup_1.css b/701_startup_1.css new file mode 100644 index 0000000..237398e --- /dev/null +++ b/701_startup_1.css @@ -0,0 +1,74 @@ + +/* 🟩 폰트 적용 */ +@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap'); + +.articles { + font-family: 'Nanum Pen Script', cursive; + margin-right: 70px; +} + + + + +/* 🟩 Header 시작 --------- */ + +.itsme { + text-align: right; +} + +.myName { + font-size: 80px; + font-weight: bold; + color: green; + margin-bottom: 1px; +} + +.myJob { + font-size: 30px; + color: blue; +} + + + + +/* 🟩 main Contents --------- */ + +.boxSetting { + margin-top: 150px; +} + +.headline { + font-size: 50px; + font-weight: bold; + color: green; + border-bottom: 1.5px solid gray; + padding-bottom: 0px; + margin-bottom: 0px; +} + +.semiContents { + font-size: 30px; +} + + +.display-between { + display: flex; + justify-content: space-between; + font-size: 30px; + margin-bottom: 0px; + padding-bottom: 0px; +} + + +.myWork { + font-size: 30px; + margin-top: 0px; + padding-top: 0px; + +} + + + +/* 🟩 footer로 끝내기 --------- */ + + diff --git a/701_startup_1.html b/701_startup_1.html new file mode 100644 index 0000000..a0dd5a6 --- /dev/null +++ b/701_startup_1.html @@ -0,0 +1,202 @@ + + + + + + + + + + What is WEB? + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    +

    BoRam Son

    +

    Developer

    +
    + +
    +

    🧑🏻‍💻 ABOUT ME

    +

    + 스타트업 스테이션 오기 전에 약 7년간의 회사생활을 하고 있었습니다. +

    + 하지만 언제나 제 자신 스스로가 원하는 것을 하고 싶은 욕망이 있다보니 챗바퀴도는 회사생활에 큰 우울감을 느꼈고, 20대가 넘어가기 전에 큰 결심을 하고 퇴사를 해서 스타트업 스테이션에 오게 되었습니다. +

    + MBTI는 ISFJ인데요.
    파워J라서 무언가를 할 때 순서대로 정리하는 것에 집착을 좀 하는 성격입니다. +
    + 저는 이 성격을 강점으로 살려 수월하고 빠른 정리가 가능한 웹 및 앱을 개발하고 싶습니다. +

    +
    + + +
    +

    🏢 EXPERIENCE

    +

    +

    +

    H사

    +

    2015.03.02. ~ 2023.08.17.

    +
    +

    자재관리

    + +

    + +
    +

    H사

    +

    2023.09.04. ~ 2023.02.13.

    +
    +

    자동화 로봇 유지보수

    +

    + +
    + + +
    +

    💻 SKILLS

    + + + +
    +

    iOS (in Apple)

    +

    ★☆☆☆☆

    +
    + +
    +

    HTML

    +

    ★☆☆☆☆

    +
    + +
    +

    CSS

    +

    ★☆☆☆☆

    +
    + +
    +

    JavaScript

    +

    ★☆☆☆☆

    +
    + +
    + + + + + + +
    +
    + + + + + + + diff --git a/index.html b/index.html index 035e03f..de7f985 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,9 @@ - Welcome My Website + + + Welcome to my Website @@ -19,6 +21,7 @@

    Welcome to My site~ I just Learn everything!