diff --git a/01week/resume/css/backgrounds.css b/01week/resume/css/backgrounds.css new file mode 100644 index 0000000000..7cababc222 --- /dev/null +++ b/01week/resume/css/backgrounds.css @@ -0,0 +1,41 @@ + + +.jumbotron{ + color: #2c3e50; + background: #dee6ed; +} + +article span{ + color: #2c3e50; + background: #dee6ed; + border-radius: 7px; + font-size: 25px; +} + +body { + background-color:#f8f8ff; + padding-left: 25px; + padding-right: 25px; + padding-top: 10px; + padding-bottom: 20px; + +} + + +.tab-a { + position:absolute; + right: 45%; +} + + + +.tab-b { + position:absolute; + right: 5%; +} + + +.navbar-light { + width: 500px; + +} \ No newline at end of file diff --git a/01week/resume/css/style.css b/01week/resume/css/style.css deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/01week/resume/index.html b/01week/resume/index.html index e69de29bb2..04ac326dce 100644 --- a/01week/resume/index.html +++ b/01week/resume/index.html @@ -0,0 +1,130 @@ + + + + Neil's resume + + + + + + + + + +
+ +
+ +
+
+

Neil Cho

+ +

Student Programmer | IT Professional neilcho83@gmail.com

+
+ + +
+
Areas of Expertise
+

Project Management Continuous Process ImprovementNew Process Implementation

+

PO Planning, Execution & Analysis Service Operation ManagementStaff Training & Development

+
+
+ +
+
Key Highlights
+
  • Managed various projects related to manufacturing helpdesk operations, refined optical drive testing facility center operations, and implemented new RMA processes for OEM vendors
  • +
  • Provided staff training and development for IT helpdesk members, equipment testers, and exceeded KPI levels set by the customers
  • +
  • Established partnerships with cross-functional business partners including sales, marketing, manufacturing, engineering,
and customer support to deliver outstanding results in logistics planning and excess inventory reduction strategy
  • +
  • Recognized for achieving cost-effective results through foreseeing possible gaps in existing process and 
pre-incident monitoring while meeting business target and budget
  • +
    +
    + + + +
    +
    Professional Experience
    + +

    Apple Inc., Austin, TX 2016-2017

    +

    Worldwide Enterprise Server and Education Support Advisor

    + + +
  • Evaluated current processes and devised new ways to improve processes for more efficient handling of workflow, such as the APAC escalation matrix after 8PM CST
  • +
  • Facilitated in improving the way in which direct dispatch spent time aligning with advisors in order to eliminate unnecessary customer hold times
  • +
  • Led the APAC training reference recording process through collaborating with naturalizing the written script to fit the rea-life conversational tone
  • +
  • Led the APAC training reference recording process through collaborating with naturalizing the written script to fit the rea-life conversational tone
  • +
  • Worked with many cross functional groups including sales, finance, service personnel to resolve billing/outage issues
  • +
  • Provided technical support for all Apple hardware and software products and their associated components for 
businesses, schools, and higher education in Americas and Asia Pacific
  • +
  • Held responsibility of effectively positioning and selling Apple’s support products and technical solutions
  • +
  • Created, researched, and resolved order and repair related inquiries
  • +
    + + +

    Samsung SDS America, Austin, TX2012-2017

    +

    Systems Operation Center Manager

    + +
  • Managed the day-to-day operations, inclusive of administrative staff oversight, performance improvement, 
staff training and development
  • +
  • Developed and implemented processes that improve efficiency and enhance productivity of SIOC technicians 
who support the Manufacturing Systems Operations at Samsung Austin Semiconductor to adhere to strict SLAs outlined by internal customers
  • +
  • Enforced departmental operating procedures, applicable security procedures and support/practice needs of 
SIOC technicians to ensure that the quality of service provided meets and/or exceeds customer requirements
  • +
  • Directed incident communications to the management and key account customers, providing 24/7 on call 
support for critical issues
  • +
  • Coordinated with HR recruiters to screen resumes, set up interviews with possible prospects, and conducted interviews for candidate selection for employment
  • +
  • Facilitated the improvement of new employee on-boarding processes to provide enriching experience for the new employees to help promote adjustment of new environment and role
  • +
    + +

    Project Manager, Helpdesk Ticket System Enhancement & Internal Account Governance

    + + +
  • Proactively identified potential areas where existing policies and procedures require change, or where new ones 
need to be developed, especially pre-incident monitoring and troubleshooting
  • +
  • Orchestrated a cross-functional team of system engineers, account managers, and technicians in the design 
and implementation stage
  • +
  • Freed up 10 full-time engineer resources to be dedicated in other high-priority, high-margin projects by 
designing and delivering the automated solution
  • +
    +
    + +
    +
    Education
    +

    University of Texas at Austin, Professional Development Center, Austin, TX

    +

    Project Management Certification Program, August 2014

    +
  • Project Management Professional (PMP) Certification in process
  • +
    + +

    University of Texas at Austin, Austin, TX

    +

    Bachelor of Arts in English, May 2006

    +
  • Advertising Layout Editor at Daily Texan (school newspaper)
  • +
    +
    + +
    +
    Additional Qualification
    +
  • Proficient in SAP module structure, Oracle SQL, MS SQL, Microsoft Office Suite, Windows, Mac OS, Linux, UNIX, Optical Disc Drive Failure Analysis, extensive computer hardware building/repairing/maintenance knowledge, basic C++ programming
  • +
  • Basic knowledge in HTML, CSS, and JS
  • +
  • Fluent in Korean, limited working proficiency in Spanish
  • +
  • Work Authorization: US Citizen
  • +
    +
    + +
    +
    Personal Interest
    + +
  • Amateur pianist and tenor – performed at Carnegie Hall as a member of the Men’s National Honor Choir
  • +
  • Home Improvement Specialist
  • +
  • Fitness enthusiast: powerlifting, swimming, tennis, and taekwondo
  • +
  • Food experimentation
  • +
  • Web Programming
  • +
    +
    +
    + + + + + + \ No newline at end of file diff --git a/02week/bio/bio.css b/02week/bio/bio.css new file mode 100644 index 0000000000..df1012dab2 --- /dev/null +++ b/02week/bio/bio.css @@ -0,0 +1,78 @@ +h1 { + text-transform: uppercase; + text-align: center; + padding-top: 80px; + padding-bottom: 50px; + border-bottom: 3px #f1f1f1; + +/* font-family: "Merienda";*/ +} + + +.navbar-light { + width: 700px; +} + + +body { + font-family:"Dosis"; +} + +hr { + border: 0; + height: 1px; + background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); +} + + +img { + float: left; + margin-left: 80px; + border-radius: 120px; + margin-top:80px; +} + + +.position { + position: relative; + width:950px; + left: 80px; + top: 120px; + +} + +footer { + + width: 100%; + min-height: 50px; + text-align: center; + +} + +i { + font-size: 1.2em; + display: inline-block; + vertical-align: middle; +} + + + +.fa-git { + color: b; + +} + +.fa-linkedin { + color: #3C4FF1; + +} + +.fa-envelope-square { + color: #C1BCBC; + +} + +.fa-jsfiddle { + color: black; + +} \ No newline at end of file diff --git a/02week/bio/contact.html b/02week/bio/contact.html new file mode 100644 index 0000000000..9295811702 --- /dev/null +++ b/02week/bio/contact.html @@ -0,0 +1,23 @@ + + + + Contact + + + + + + +

    Contact Page

    + + + + + + \ No newline at end of file diff --git a/02week/bio/css/aboutme.css b/02week/bio/css/aboutme.css new file mode 100644 index 0000000000..582d175299 --- /dev/null +++ b/02week/bio/css/aboutme.css @@ -0,0 +1,45 @@ + +body { + background-color: #F5FFFA; + font-family: verdana; +} + + + +div.header { + background-color: lightgrey; + width: 1000px; + padding: 20px; + margin: 25px; +} + +div.middle { + background-color: #F0F8FF; + width: 1000px; + padding: 20px; + margin: 25px; +} + + +.tab-left { + position:absolute; + right: 50%; +} + +.tab-mid { + position:absolute; + right: 30%; +} + +.tab-right { + position:absolute; + right: 10%; +} + +a { + text-decoration: none; + color: blue; + font-size: 20px; + font-family: verdana; +} + diff --git a/02week/bio/css/style.css b/02week/bio/css/style.css deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/02week/bio/first_run_index.html b/02week/bio/first_run_index.html new file mode 100644 index 0000000000..ebb1d21ee4 --- /dev/null +++ b/02week/bio/first_run_index.html @@ -0,0 +1,32 @@ + + + + About Me + + + + + + +
    +

    Neil Cho

    +

    Programming Student, Austin TX About Me ResumeLinked-in

    + +
    + + + +
    + + + +
    + + + \ No newline at end of file diff --git a/02week/bio/index.html b/02week/bio/index.html index e69de29bb2..07294c9f57 100644 --- a/02week/bio/index.html +++ b/02week/bio/index.html @@ -0,0 +1,86 @@ + + + + + + + + Bio + + + + +
    +

    Neil Cho

    + +
    +
    + + +
    + +
    +
    +
    + + +my face +
    + +
    +

    Hi, I'm Neil - an aspring full-stack developer & formerly an IT operations manager.

    +
    + +
    +

    I never turn away from a good challenge. By focusing on the intersection of the customer, technology, and business needs, I have restored performance and increased operational efficiency in my ten years of cross-functional project management experience in the manufacturing and technology industry.

    +
    + +
    +

    Leveraging my passion for building simple yet powerful solutions, I hope to work for a variety of clientele rangining from individuals and small business owners to large enterprises.

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + \ No newline at end of file diff --git a/02week/bio/photos.css b/02week/bio/photos.css new file mode 100644 index 0000000000..5fdbdafa09 --- /dev/null +++ b/02week/bio/photos.css @@ -0,0 +1,23 @@ +img { + + width: 30%; + float: left; + margin: 1.66%; +} + + +p { + font-family: Raleway; + margin-left: 1.6%; + font-size: 23px; + font-weight: 800; + text-transform: uppercase; + border-bottom: 2px solid #d8d8d8; + width: 30%; + padding-bottom: 20px; +} + +.navbar-light { + width: 700px; +} + diff --git a/02week/bio/photos.html b/02week/bio/photos.html new file mode 100644 index 0000000000..a3752cd8d7 --- /dev/null +++ b/02week/bio/photos.html @@ -0,0 +1,50 @@ + + + + Photos + + + + + + + + + + + + +

    Food Images

    + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/02week/bio/photos/IMG_20170429_123550.jpg b/02week/bio/photos/IMG_20170429_123550.jpg new file mode 100755 index 0000000000..f131e39f93 Binary files /dev/null and b/02week/bio/photos/IMG_20170429_123550.jpg differ diff --git a/02week/bio/photos/IMG_20170429_150301.jpg b/02week/bio/photos/IMG_20170429_150301.jpg new file mode 100755 index 0000000000..c27f06e3bd Binary files /dev/null and b/02week/bio/photos/IMG_20170429_150301.jpg differ diff --git a/02week/bio/photos/IMG_20170602_123120.jpg b/02week/bio/photos/IMG_20170602_123120.jpg new file mode 100755 index 0000000000..2c1a906b0b Binary files /dev/null and b/02week/bio/photos/IMG_20170602_123120.jpg differ diff --git a/02week/bio/photos/IMG_20170602_134846.jpg b/02week/bio/photos/IMG_20170602_134846.jpg new file mode 100755 index 0000000000..585336ffce Binary files /dev/null and b/02week/bio/photos/IMG_20170602_134846.jpg differ diff --git a/02week/bio/photos/IMG_20170604_151635.jpg b/02week/bio/photos/IMG_20170604_151635.jpg new file mode 100755 index 0000000000..fcb19bd69c Binary files /dev/null and b/02week/bio/photos/IMG_20170604_151635.jpg differ diff --git a/02week/bio/photos/IMG_20170604_160352.jpg b/02week/bio/photos/IMG_20170604_160352.jpg new file mode 100755 index 0000000000..25c49c7a78 Binary files /dev/null and b/02week/bio/photos/IMG_20170604_160352.jpg differ diff --git a/02week/bio/photos/IMG_20170831_221716.jpg b/02week/bio/photos/IMG_20170831_221716.jpg new file mode 100755 index 0000000000..6ec54354a4 Binary files /dev/null and b/02week/bio/photos/IMG_20170831_221716.jpg differ diff --git a/02week/bio/photos/IMG_20170831_221732.jpg b/02week/bio/photos/IMG_20170831_221732.jpg new file mode 100755 index 0000000000..55858e24e8 Binary files /dev/null and b/02week/bio/photos/IMG_20170831_221732.jpg differ diff --git a/02week/bio/photos/IMG_20170901_083447.jpg b/02week/bio/photos/IMG_20170901_083447.jpg new file mode 100755 index 0000000000..644a9d4a0d Binary files /dev/null and b/02week/bio/photos/IMG_20170901_083447.jpg differ diff --git a/02week/bio/photos/IMG_20170901_083452.jpg b/02week/bio/photos/IMG_20170901_083452.jpg new file mode 100755 index 0000000000..6b86bb8bd0 Binary files /dev/null and b/02week/bio/photos/IMG_20170901_083452.jpg differ diff --git a/02week/bio/photos/IMG_20170901_092015.jpg b/02week/bio/photos/IMG_20170901_092015.jpg new file mode 100755 index 0000000000..9e9d0a5d1e Binary files /dev/null and b/02week/bio/photos/IMG_20170901_092015.jpg differ diff --git a/02week/bio/photos/IMG_20170901_093335.jpg b/02week/bio/photos/IMG_20170901_093335.jpg new file mode 100755 index 0000000000..46eff2c01e Binary files /dev/null and b/02week/bio/photos/IMG_20170901_093335.jpg differ diff --git a/02week/bio/photos/IMG_20170901_113410.jpg b/02week/bio/photos/IMG_20170901_113410.jpg new file mode 100755 index 0000000000..a291817adb Binary files /dev/null and b/02week/bio/photos/IMG_20170901_113410.jpg differ diff --git a/02week/bio/photos/IMG_20170901_113418.jpg b/02week/bio/photos/IMG_20170901_113418.jpg new file mode 100755 index 0000000000..8282ece71c Binary files /dev/null and b/02week/bio/photos/IMG_20170901_113418.jpg differ diff --git a/02week/bio/photos/IMG_20170901_114446.jpg b/02week/bio/photos/IMG_20170901_114446.jpg new file mode 100755 index 0000000000..4f607b16e5 Binary files /dev/null and b/02week/bio/photos/IMG_20170901_114446.jpg differ diff --git a/02week/bio/photos/IMG_20170901_122413.jpg b/02week/bio/photos/IMG_20170901_122413.jpg new file mode 100755 index 0000000000..ed81d1bd21 Binary files /dev/null and b/02week/bio/photos/IMG_20170901_122413.jpg differ diff --git a/02week/bio/photos/IMG_20170901_122430.jpg b/02week/bio/photos/IMG_20170901_122430.jpg new file mode 100755 index 0000000000..bc857e26f5 Binary files /dev/null and b/02week/bio/photos/IMG_20170901_122430.jpg differ diff --git a/02week/bio/photos/IMG_20170901_124550.jpg b/02week/bio/photos/IMG_20170901_124550.jpg new file mode 100755 index 0000000000..59fe4a6e5c Binary files /dev/null and b/02week/bio/photos/IMG_20170901_124550.jpg differ diff --git a/02week/bio/photos/IMG_20170901_131606.jpg b/02week/bio/photos/IMG_20170901_131606.jpg new file mode 100755 index 0000000000..02d7dc73e0 Binary files /dev/null and b/02week/bio/photos/IMG_20170901_131606.jpg differ diff --git a/02week/bio/photos/IMG_20170901_131615.jpg b/02week/bio/photos/IMG_20170901_131615.jpg new file mode 100755 index 0000000000..cf557acf02 Binary files /dev/null and b/02week/bio/photos/IMG_20170901_131615.jpg differ diff --git a/02week/bio/photos/IMG_20171230_132421.jpg b/02week/bio/photos/IMG_20171230_132421.jpg new file mode 100755 index 0000000000..1467b587fd Binary files /dev/null and b/02week/bio/photos/IMG_20171230_132421.jpg differ diff --git a/02week/bio/photos/IMG_20180527_111245.jpg b/02week/bio/photos/IMG_20180527_111245.jpg new file mode 100755 index 0000000000..f0ea3c130c Binary files /dev/null and b/02week/bio/photos/IMG_20180527_111245.jpg differ diff --git a/02week/bio/photos/IMG_20180527_124525.jpg b/02week/bio/photos/IMG_20180527_124525.jpg new file mode 100755 index 0000000000..0e22f979e9 Binary files /dev/null and b/02week/bio/photos/IMG_20180527_124525.jpg differ diff --git a/02week/bio/photos/IMG_20180528_173934.jpg b/02week/bio/photos/IMG_20180528_173934.jpg new file mode 100755 index 0000000000..3996390316 Binary files /dev/null and b/02week/bio/photos/IMG_20180528_173934.jpg differ diff --git a/02week/bio/photos/IMG_20181008_223841.jpg b/02week/bio/photos/IMG_20181008_223841.jpg new file mode 100755 index 0000000000..1f1a9afaaa Binary files /dev/null and b/02week/bio/photos/IMG_20181008_223841.jpg differ diff --git a/02week/bio/photos/Ramen1.jpg b/02week/bio/photos/Ramen1.jpg new file mode 100755 index 0000000000..295b62ba99 Binary files /dev/null and b/02week/bio/photos/Ramen1.jpg differ diff --git a/02week/bio/photos/Shrimp.jpg b/02week/bio/photos/Shrimp.jpg new file mode 100755 index 0000000000..20670b6ea3 Binary files /dev/null and b/02week/bio/photos/Shrimp.jpg differ diff --git a/02week/bio/photos/brats.jpg b/02week/bio/photos/brats.jpg new file mode 100755 index 0000000000..33536dc87c Binary files /dev/null and b/02week/bio/photos/brats.jpg differ diff --git a/02week/bio/photos/ceviche1.jpg b/02week/bio/photos/ceviche1.jpg new file mode 100755 index 0000000000..6e0dc70f2f Binary files /dev/null and b/02week/bio/photos/ceviche1.jpg differ diff --git a/02week/bio/photos/ceviche2.jpg b/02week/bio/photos/ceviche2.jpg new file mode 100755 index 0000000000..614493235f Binary files /dev/null and b/02week/bio/photos/ceviche2.jpg differ diff --git a/02week/bio/photos/ceviche3.jpg b/02week/bio/photos/ceviche3.jpg new file mode 100755 index 0000000000..79487b260a Binary files /dev/null and b/02week/bio/photos/ceviche3.jpg differ diff --git a/02week/bio/photos/donkim.jpg b/02week/bio/photos/donkim.jpg new file mode 100755 index 0000000000..dd09e965fd Binary files /dev/null and b/02week/bio/photos/donkim.jpg differ diff --git a/02week/bio/photos/eggsbenedict.jpg b/02week/bio/photos/eggsbenedict.jpg new file mode 100755 index 0000000000..1323551a0c Binary files /dev/null and b/02week/bio/photos/eggsbenedict.jpg differ diff --git a/02week/bio/photos/fishoftheyear.jpg b/02week/bio/photos/fishoftheyear.jpg new file mode 100755 index 0000000000..9427f56fbf Binary files /dev/null and b/02week/bio/photos/fishoftheyear.jpg differ diff --git a/02week/bio/photos/friedshrimp.jpg b/02week/bio/photos/friedshrimp.jpg new file mode 100755 index 0000000000..2726761adf Binary files /dev/null and b/02week/bio/photos/friedshrimp.jpg differ diff --git a/02week/bio/photos/koreanbbq.jpg b/02week/bio/photos/koreanbbq.jpg new file mode 100755 index 0000000000..ceaa9ca6b9 Binary files /dev/null and b/02week/bio/photos/koreanbbq.jpg differ diff --git a/02week/bio/photos/me.jpg b/02week/bio/photos/me.jpg new file mode 100755 index 0000000000..0e51973f11 Binary files /dev/null and b/02week/bio/photos/me.jpg differ diff --git a/02week/bio/photos/octopus.jpg b/02week/bio/photos/octopus.jpg new file mode 100755 index 0000000000..7efc9c0f6e Binary files /dev/null and b/02week/bio/photos/octopus.jpg differ diff --git a/02week/bio/photos/pizza.jpg b/02week/bio/photos/pizza.jpg new file mode 100755 index 0000000000..917a9d6d87 Binary files /dev/null and b/02week/bio/photos/pizza.jpg differ diff --git a/02week/bio/photos/ramen2.jpg b/02week/bio/photos/ramen2.jpg new file mode 100755 index 0000000000..a4af1149bc Binary files /dev/null and b/02week/bio/photos/ramen2.jpg differ diff --git a/02week/bio/photos/ramen3.jpg b/02week/bio/photos/ramen3.jpg new file mode 100755 index 0000000000..a76acd997d Binary files /dev/null and b/02week/bio/photos/ramen3.jpg differ diff --git a/02week/bio/photos/ramen4.jpg b/02week/bio/photos/ramen4.jpg new file mode 100755 index 0000000000..0f7cd873dd Binary files /dev/null and b/02week/bio/photos/ramen4.jpg differ diff --git a/02week/bio/photos/scalop.jpg b/02week/bio/photos/scalop.jpg new file mode 100755 index 0000000000..a6bae33ad6 Binary files /dev/null and b/02week/bio/photos/scalop.jpg differ diff --git a/03week/airplane/css/style.css b/03week/airplane/css/style.css index e69de29bb2..1c04bdafaa 100644 --- a/03week/airplane/css/style.css +++ b/03week/airplane/css/style.css @@ -0,0 +1,235 @@ + +body { + background-image: url("../img/airline.jpg"); + /*background-repeat: no-repeat;*/ + /*I cannot tell from the sample work as to whether the repeat is enabled or not*/ + font-family: 'Pragati Narrow', sans-serif; + padding-left: -20px; + + } + +/*color for active home button #008D80. gathered from https://html-color-codes.info/colors-from-image/*/ +/*color for blue box in the input menu is #0E66BD*/ + +.navbar { + + background-repeat: no-repeat; + background-size: cover; + background-color: #193A55; + border-bottom: 2px solid white; + margin: 0 auto; + padding-left: 50px; +} + +.navbar img:only-child { + position: static; + left: 200px; +} + +.navbar-right { + float: right; +} + +.navbar-right a { + text-decoration: none; + font-size: 17px; + color: white; + padding-left: 5px; + padding-right: 5px; + position: relative; + right: 80px; +} + +.navbar-right a.active-navbar { + color: #008D80; +} + +.navbar-right a:hover { + background-color: #0E66BD; + +} + +.navbar-icons { + + margin-top: 37px; + position: relative; + right: 74px; +} + +.row-icons { + width: 420px; + height: 60px; + background-color: #008D80; + border-radius: 4px; +} + +.row-icons-sub { + float: left; + padding: 5px 45px; + background-color: none; + +} + +.row-icons-sub:hover{ + background-color: #0E66BD; + +} + +/*.singleicon img { + background-color: #008D80; + +}*/ +/*.category button:first-child { + + background-color: #0E66BD; + padding: 0px 45px; + float: left; + border: none; + border-radius:4px; +} + +.category button:nth-of-type(2) { + background-color: #008D80; + padding: 0px 45px; + border: none; + border-radius:4px; +} + +.category button:nth-of-type(3) { + background-color: #008D80; + padding: 0px 45px; + border: none; + float: left; +}*/ + + +/*.row-input { + width: 420px; + height: 60px; + border: 2px red; + margin:; 0 auto; + +}*/ + + +.row-input-box { + width: 150px; + height: 18px; + float: left; + border-radius: 4px; + margin: 18px; + padding: 10px; + border: 2px solid white; + background-color:#193A55; + color: white; +} + + +/* + input[type=text] { + color: white; + }*/ +/*.inputbox input:first-child { + margin: 20px; + padding: 10px 18px; + border-radius: 4px; + border: 2px solid white; + position: relative; + top: 8px; +} + +.inputbox input:nth-of-type(2) { + margin: 20px; + padding: 10px 20px; + border-radius: 4px; + border: 2px solid white; + position: relative; + top: 8px; +}*/ + + + +/*.dateinput input:first-child { + margin: 18px; + padding: 8px 18px; + border-radius: 4px; + border: 2px solid white; + position: relative; + bottom: 8px; +} + +.dateinput input:not(first-child) { + margin: 18px; + padding: 8px 18px; + border-radius: 4px; + border: 2px solid white; + position: relative; + bottom: 8px; +} +*/ + +/*.passengers label:nth-of-type(1) { + margin: 18px; + +} + +.passengers { + color: white; +} + +.passengers input:nth-of-type(1) { + margin-left: 40px; + padding: 12px; + background-color: #193A55; + color: white; +} + + + +.passengers input:nth-of-type(2) { + margin-left: 20px; +} +*/ +.row-buttons { + color: white; + float:left; +} + +span { + margin-left: 16px; +} + +.boxbtn { + padding: 10px 16px; + background-color: #193A55; + margin-left: 39px; + margin-top: 10px; + border-radius: 4px; + border: 2px solid white; + color: white; +} + +.radiobtn { + margin-left: 30px; +} + +.row-searchbtn button { + padding: 10px 140px; + margin-left: 18px; + border-radius: 4px; + position: relative; + top: 30px; + background-color:#0E66BD ; + border: none; + color: white; + font: 18px bold; +} + +main { + width: 420px; + margin: 70px; + height: 360px; + border: none; + border-radius:4px; + background-color: #193A55; +} \ No newline at end of file diff --git a/03week/airplane/index.html b/03week/airplane/index.html index e69de29bb2..0637f4a88c 100644 --- a/03week/airplane/index.html +++ b/03week/airplane/index.html @@ -0,0 +1,83 @@ + + + + + + Airplane + + + +
    + + + + + + +
    + +
    + + +
    + +
    + + + + + +
    + +
    + + + + +
    + + + + +
    + + + +
    + +
    + Passengers + + + Return + + One Way +
    + +
    + +
    + +
    + +
    + + + \ No newline at end of file diff --git a/index.html b/index.html index 8924f2b385..32b7135471 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,137 @@ - - - - - -

    Hello world!

    - - + + + + + + Landing Page + + + + +
    +

    Neil Cho

    + +
    + +
    + + + + +
    +
    + +
    +

    Past Projects

    +
    +
    +

    Week 1

    + + Resume + +
    +
    + +
    +

    Week 2

    + Bio + +
    +
    + +
    +

    Week 3

    + Airplane +
    + +
    + +
    + +
    +
    + +
    +

    Upcoming Projects

    + +
    + + +

    Week 4

    + + +
    +
    +

    Week 5

    + +
    +
    +
    +

    Week 6

    + +
    +
    +
    +

    Week 7

    + +
    +
    +
    +

    Week 8

    + +
    +
    +
    +

    Week 9

    + +
    +
    +
    +

    Week 10

    + +
    +
    + +
    + +
    +
    + + +
    + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 65eacb2efb..9aabd23504 100644 --- a/style.css +++ b/style.css @@ -1 +1,94 @@ -/* You can style your links page here */ +/* You can style your links page here */ +/*re-uploading file after deleting landing branch from github*/ +.top { + + text-transform: uppercase; + text-align: center; + padding-top: 80px; + padding-bottom: 50px; + border-bottom: 3px #f1f1f1; + +/* font-family: "Merienda";*/ +/*h1 stying for the top of page only*/ + +} + +.projectheader { + margin-left: 50px; +} + +section > a { + margin-left: 8px; + font-size: 20px; +} + +.navbar-light { + width: 700px; + +} + +h3 { + margin-left: 5px; +} + +body { + font-family:"Dosis"; +} + +hr { + border: 0; + height: 1px; + background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); +} + + +img { + float: left; + margin: 3%; +} + + +.position { + position: relative; + width:950px; + left: 100px; + top: 100px; + +} + +footer { + + width: 100%; + min-height: 50px; + text-align: center; + + +} + +i { + font-size: 1.2em; + display: inline-block; + vertical-align: middle; +} + + + +.fa-git { + color: b; + +} + +.fa-linkedin { + color: #3C4FF1; + +} + +.fa-envelope-square { + color: #C1BCBC; + +} + +.fa-jsfiddle { + color: black; + +} \ No newline at end of file