diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/404.html b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/404.html deleted file mode 100644 index 99736d2..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/404.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - Rosie Odenkirk - - -

Hmm.. Looks like you've gone off the beaten path.

-

Don't worry. Rosie is looking into it. Click on the image to head back to Kansas.

- - rosie-404 - - - \ No newline at end of file diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/github-styles.css b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/github-styles.css deleted file mode 100644 index 8b7ddc7..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/github-styles.css +++ /dev/null @@ -1,211 +0,0 @@ -@import url('http://fonts.googleapis.com/css?family=Roboto'); - -br { - display: block; - line-height: 1.6em; -} - - - -ol, -ul { - list-style: none; -} - -input, -textarea { - -webkit-font-smoothing: antialiased; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - outline: none; -} - -blockquote, -q { - quotes: none; -} - -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; -} - -strong, -b { - font-weight: bold; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -img { - border: 0; - max-width: 100%; -} - - - -/* page structure */ - -#search-area { - display: block; - max-width: 70%; - margin: 0 auto; - background: #fff; - padding: 15px 25px; - -webkit-box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.4); - -moz-box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.4); - box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.4); - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -#gh-api-data { - display: block; - padding: 25px 0; -} - -#loader { - display: block; - width: 200px; - height: 200px; - margin: 0 auto; -} - - -/* page content styles */ - -.small-name { - font-size: 0.75em; - color: #a9a9a9; - font-style: italic; -} - -.avi { - float: left; - margin-right: 7px; - margin-bottom: 7px; -} - -.avi img { - border: 1px solid #ccc; - padding: 3px; -} - -.repo-list { - display: block; - clear: both; - width: 100%; -} - -.repo-list ul { - font-size: 1.2em; -} - -.repo-list ul li { - display: block; -} - -.repo-list ul li a { - font-weight: bold; - padding: 6px 9px; - display: block; - float: left; - margin-right: 10px; - margin-bottom: 10px; - text-decoration: none; - border: 1px solid #356492; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - color: #fff; - background-color: #3673af; - background-image: -webkit-gradient(linear, left top, left bottom, from(#5597d8), to(#3673af)); - background-image: -webkit-linear-gradient(top, #5597d8, #3673af); - background-image: -moz-linear-gradient(top, #5597d8, #3673af); - background-image: -ms-linear-gradient(top, #5597d8, #3673af); - background-image: -o-linear-gradient(top, #5597d8, #3673af); - background-image: linear-gradient(top, #5597d8, #3673af); -} - -.repo-list ul li a:hover { - background-color: #396895; - background-image: -webkit-gradient(linear, left top, left bottom, from(#4b87c2), to(#396895)); - background-image: -webkit-linear-gradient(top, #4b87c2, #396895); - background-image: -moz-linear-gradient(top, #4b87c2, #396895); - background-image: -ms-linear-gradient(top, #4b87c2, #396895); - background-image: -o-linear-gradient(top, #4b87c2, #396895); - background-image: linear-gradient(top, #4b87c2, #396895); -} - -.repo-list ul li a:active { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25); - -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25); -} - -.repo-list ul li a span { - font-family: "Courier New", Courier, "Lucida Typewriter", monospace; - font-size: 0.9em; -} - -/* input field */ - -#gh-username { - display: block; - padding: 5px 8px; - font-size: 1.4em; - color: #666; - max-width: 550px; - margin-bottom: 15px; -} - -#gh-submit { - display: inline-block; - padding: 8px 18px; - font-size: 14px; - font-weight: bold; - color: #444; - text-decoration: none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); - background-color: #eaeaea; - background-image: -webkit-linear-gradient(#fafafa, #eaeaea); - background-image: -moz-linear-gradient(#fafafa, #eaeaea); - background-image: -ms-linear-gradient(top, #fafafa, #eaeaea); - background-image: -o-linear-gradient(top, #fafafa, #eaeaea); - background-image: linear-gradient(#fafafa, #eaeaea); - border-radius: 3px; - border: 1px solid #ddd; - border-bottom-color: #c5c5c5; - -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); - -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); -} - -#gh-submit:hover { - background-color: #dadada; - background-image: -webkit-linear-gradient(#eaeaea, #dadada); - background-image: -moz-linear-gradient(#eaeaea, #dadada); - background-image: -ms-linear-gradient(top, #eaeaea, #dadada); - background-image: -o-linear-gradient(top, #eaeaea, #dadada); - background-image: linear-gradient(#eaeaea, #dadada); - border-color: #ccc #ccc #b5b5b5; -} - -#gh-submit:active { - background-color: #dadada; - background-image: none; - border-color: #b5b5b5; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25); - -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25); -} \ No newline at end of file diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/grey.png b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/grey.png deleted file mode 100644 index 31eb0e8..0000000 Binary files a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/grey.png and /dev/null differ diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/loader.gif b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/loader.gif deleted file mode 100644 index a43c1f1..0000000 Binary files a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/loader.gif and /dev/null differ diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/style.css b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/style.css deleted file mode 100644 index 4111309..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/css/style.css +++ /dev/null @@ -1,409 +0,0 @@ -@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700'); - -/*--------------------------------------------Colors*/ - -.bg-color-name-title { - background-color: #676767; -} - -.bg-color-three-reasons { - background-color: #ffffff; -} - -.bg-color-personal-info { - background-color: #f4f4f4; -} - -.bg-color-skills { - background-color: #ffffff; -} - -.bg-color-work-history { - background-color: #9b59b6; -} - -.bg-color-contact { - background-color: #ffffff; -} - -.bg-color-conferences { - background-color: #f4f4f4; -} - -.bg-color-groups { - background-color: #ffffff; -} - -.ui-menu-color-home { - background-color: #e67e22; -} - -.ui-menu-color-resume { - background-color: #9b59b6; -} - -.ui-menu-color-contact { - background-color: #3498db; -} - -.ui-menu-color-download { - background-color: #d9a81d; -} - - -.ui-menu-color-github { - background-color: #1c4a6c; -} - -.ui-menu-color-interests { - background-color: #e74c3c; -} - - - - -body { - font-family: Roboto, sans-serif; - font-weight: 300; - background-color: #525252; - color: #555555; -} - - -/*--------------------------------------------Special Paddings/Margins/Text*/ - -h1, -h2, -h3, -h4 { - margin: 0; -} - -.uppercase { - text-transform: uppercase; -} - -.general-sub { - font-family: "Exo", sans-serif; - font-weight: 300; - color: #fafafa; -} - -.inline-block { - display: inline-block; -} - - -.row-table { - display: table; -} - -.history-heading, -.section-heading { - font-family: "Exo", sans-serif; - font-weight: 300; - margin-top: 25px; - margin-bottom: 40px; -} - - -/*--------------------------------------------Heading*/ - -header { - margin: 0; -} - -.heading { - margin-left: 50px; -} - -.logo { - background: url("../images/rosie.jpg"); - background-position: center; - background-repeat: no-repeat; - background-size: cover; - min-height: 360px; - transition: all .5s ease-in-out; - -moz-transition: all .5s ease-in-out; - -webkit-transition: all .5s ease-in-out; -} - -.name { - font-family: "Exo", sans-serif; - font-weight: 100; - font-size: 46px; - margin-top: 50px; - color: #ffffff; -} - -.title { - font-family: "Roboto", sans-serif; - font-weight: 200; - font-size: 28px; - margin-top: 20px; - margin-bottom: 90px; - color: #ffffff; -} - -#nav { - margin: 0; -} - -#nav li { - padding: 0; -} - -.menuitem { - height: 120px; - text-align: center; - padding: 0; -} - -.menuitem a { - width: 100%; - text-decoration: none; - color: #ffffff; - height: 120px; -} - - -.menuitem a i { - padding-top: 22px; - display: block; - color: #fafafa; - font-size: 26px; -} - -.menuitem span { - display: block; - width: 100%; - padding-top: 5px; - text-align: center; - text-transform: uppercase; - font-size: 14px; - font-weight: 300; - letter-spacing: 2px; -} - - -/*--------------------------------------------Hover.css*/ - -.hvr-sweep-to-bottom:before { - background: rgba(0, 0, 0, 0.2); - height: 120px; -} - - -/*--------------------------------------------Footer*/ - -footer { - background-color: #525252; - color: #fafafa; - min-height: 120px; - margin: 0; -} - -footer .cv-pdf i { - color: #fafafa; - text-align: center; - font-size: 18px; - padding-left: 5px; -} - -footer .cv-pdf i:hover { - color: #e84610; - transition: all 0.35s ease-in-out; - -moz-transition: all 0.35s ease-in-out; - -webkit-transition: all 0.35s ease-in-out; - -o-transition: all 0.35s ease-in-out; -} - -.social-links { - padding-bottom: 15px; -} - -.social-links li a i { - width: 32px; - height: 32px; - padding: 12px 0; - border-radius: 50%; - font-size: 13px; - line-height: 7px; - text-align: center; - color: #fafafa; - background: #8f8f8f; - transition: all 0.35s ease-in-out; - -moz-transition: all 0.35s ease-in-out; - -webkit-transition: all 0.35s ease-in-out; - -o-transition: all 0.35s ease-in-out; -} - -.social-links li a i:hover { - background: #e84610; -} - -#footer-details { - margin: 20px; -} - -/*--------------------------------------------Three Reasons*/ - -.three-reasons-icon { - font-size: 26px; - color: #e67e22; -} - -.three-reasons-heading { - margin-bottom: 15px; -} - -/*--------------------------------------------Personal Info*/ - -.personal-info-item { - margin-bottom: 20px; - display: block; - clear: both; -} - -.personal-info-item .key, -.personal-info-item .value { - padding-right: 8px; -} - -.personal-info-item .key p, -.personal-info-item .value p { - margin: 0; -} - -.personal-info-item .key { - display: inline-block; - width: 30%; - margin-right: 21px; - padding-top: 2px; - vertical-align: top; -} - -.personal-info-item .key p { - font-weight: 700; -} - -.personal-info-item .value { - display: inline-block; - position: relative; - width: 60%; -} - -/*--------------------------------------------Skills*/ - -.progress { - position: relative; - height: 25px; -} - -.progress-type { - position: absolute; - left: 0px; - font-weight: 400; - padding: 3px 30px 2px 10px; - color: #fafafa; - background-color: rgba(25, 25, 25, 0.2); -} - - -.progress-section { - margin: 40px 20px; -} - - -/*--------------------------------------------Work History*/ - -.timeline-item { - padding: 4em 2em 0em 2em; - position: relative; - color: #fafafa; - border-left: 1px solid; -} - -.timeline-item p { - padding: 0; - margin: 0; -} - -.timeline-item::before { - content: attr(data-dates); - position: absolute; - left: 2.5em; - top: 3em; - display: block; - font-family: "Exo", sans-serif; - font-weight: 500; - font-size: .8em; - padding: 0; - margin: 0; -} - -.timeline-item::after { - width: 12px; - height: 12px; - display: block; - top: 2.4em; - position: absolute; - left: -6px; - border-radius: 12px; - content: ''; - background: #fafafa; -} - -.history-heading { - color: #fafafa; - margin-bottom: 50px; -} - -.history-items { - margin-bottom: 30px; -} - -/*--------------------------------------------Contact*/ - -.contact-heading { - font-family: "Exo", sans-serif; - font-weight: 300; - margin-top: 25px; - margin-bottom: 20px; -} - - -.center-form { - padding-top: 10px; - margin: 0 auto; - max-width: 70%; -} - -button[type="submit"] { - margin-top: 15px; - margin-bottom: 20px; - background-color: #e84610; - color: #fafafa; -} - -/*--------------------------------------------Map*/ -div#map { - min-height: 360px; -} - -/*--------------------------------------------Media Queries*/ - -@media(min-width: 992px) { - .section-column { - padding: 0 30px 30px; - float: none; - display: table-cell; - } - - .center-form { - padding-top: 30px; - min-height: 240px; - margin: 0 auto; - max-width: 50%; - } -} diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/cv/sample-cv.pdf b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/cv/sample-cv.pdf deleted file mode 100644 index 2835c31..0000000 Binary files a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/cv/sample-cv.pdf and /dev/null differ diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/images/rosie.jpg b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/images/rosie.jpg deleted file mode 100644 index 7d7135a..0000000 Binary files a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/assets/images/rosie.jpg and /dev/null differ diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/contact.html b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/contact.html deleted file mode 100644 index b162ac7..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/contact.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - Rosie - - -
-
- -
-
-
-

Rosie Odenkirk

-

Full Stack Developer

-
-
-
-
- -
-
-
-
-
-
-
-
-

Got a project in mind?

-
Let's work together!
- -
-
- - - -
-
- -
-
-
-
- -
-
- -
- - - \ No newline at end of file diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/github.html b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/github.html deleted file mode 100644 index cf021e0..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/github.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - Rosie - - - -
-
- -
-
-
-

Rosie Odenkirk

-

Full Stack Developer

-
-
-
-
- -
-
- -
-
-
-
-
-
-

View My GitHub Projects

-
You can also search on other user profiles
- -
- -
-
- -
- -
-
- -
- - - - diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/index.html b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/index.html deleted file mode 100644 index 9db0136..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/index.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - Rosie - - -
-
- -
-
-
-

Rosie Odenkirk

-

Full Stack Developer

-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-

- Personal Info -

-
-
-
-
-

- Name: -

-
-
-

- Rosie Odenkirk -

-
-
-
-
-

- Address: -

-
-
-

- 17 Riverdale, Catskills, NY USA -

-
-
-
-
-

- Phone: -

-
-
-

- 555 204 1973 -

-
-
-
-
-

- Email: -

-
-
-

- rosie.odenkirk@hansaw.com -

-
-
-
-
-
-
-

About Me

-
-
-
-
-
-
- -
-
-

What do I do?

-

- I'm a skilled Full Stack Developer with a wealth of diverse life and technical experience that I bring to every project. -

-
-
-
-
-
-
- -
-
-

How do I do it?

-

- I follow form as well as function. I know that the aesthetics of effective design combined with application speed, security and reliability combine to create a great user experience. -

-
-
-
-
-
-
- -
-
-

Why hire me?

-

- I work quickly and effectively in getting things built and working across the stack. I'm an excellent communicator who thrives in bright and enthusiastic teams and I'm also a self starter when working solo. -

-
-
-
-
-
-
- -
- - - \ No newline at end of file diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/interests.html b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/interests.html deleted file mode 100644 index b554e75..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/interests.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - Rosie Odenkirk - - - - - - - - -
-
- -
-
-
-

Rosie Odenkirk

-

Full Stack Developer

-
-
-
-
- -
-
-
-
-
-
-
-
-
-

- Conferences And Meetups Attended -

-
-
-
-
-
-
-
-

My Groups And Societies

-
-
-
-
-
-
- -
-
-

Coding Grace

-

- Coding Grace are a group of developers based in Ireland who love to code and do other geeky and not necessarily crafty activities. Some of us code full-time, or just for fun (or both). We have people who are part of other technical user groups such as - Dublin ALT.NET, GameCraft, Python Ireland, Ruby Ireland and more. - Coding Grace -

-
-
-
-
-
-
- -
-
-

Django Girls

-

- Django Girls is a non-profit organization and a community that empowers and helps women to organize free, one-day programming workshops by providing tools, resources and support. We are a volunteer run organization with hundreds of people contributing - to bring more amazing women into the world of technology. - Django Girls -

-
-
-
-
-
-
- -
-
-

Full Stack NY

-

- Our meetup is an event where web designers and developers can come together to learn from and teach each other about emerging technologies. While speakers at Full Stack focus primarily on angularjs, react, node, hapiJS, espress, plain ole' JavaScript, - HTML, and CSS, we encourage all local web professionals to join us for vivid discussions around technology across the stack in any language. - Full Stack NY -

-
-
-
-
-
-
- -
-
-

IoT Nation

-

- IoT Nation's mission is to inspire, engage, and connect entrepreneurs, investors, professionals, & enthusiasts worldwide who are active in the Internet of Things (IoT). This group is for professionals and enthusiasts in the Internet of Things. We welcome - those who want to learn about this emerging field which is fascinating as IoT makes use of a diverse range of technologies and has the promise to impact a vast number of vertical markets. - IoT Nation -

-
-
-
-
-
-
-
- - - - - - - diff --git a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/resume.html b/01-GoogleMaps/01-adding_the_map_element-bootstrap4/resume.html deleted file mode 100644 index deb24ca..0000000 --- a/01-GoogleMaps/01-adding_the_map_element-bootstrap4/resume.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - - - - Rosie - - -
-
- -
-
-
-

Rosie Odenkirk

-

Full Stack Developer

-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-

- Work History -

-
-
-
-
-

National College of Art and Design (NCAD)

-

Sculptor in residence

-
-
-

Fisher and Diaz Funeral Directors

-

Junior Embalmer

-
-
-

Phantom Design Inc. Dublin

-

Junior Front End Developer

-
-
-

Hooli Inc. Silicon Valley

-

Full Stack Web Developer

-
-
-
-
-
-
-

My Skills

-
-
-
-
-
-
- -
-
-

Front End

-

- I'm skilled in User Experience Design using the trinity of HTML/CSS/Javascript. I also have extensive experience in Front End Frameworks such as Angular and React -

-
-
-
-
-
-
- -
-
-

Back End

-

- I specialize in data-driven web applications. Many of my projects utilise document-based data. I use Python and Django in conjunction with MongoDB to process and present information. -

-
-
-
-
-
-
-
-
- 90% complete -
- HTML / HTML5 -
-
-
- 80% complete -
- CSS / CSS3 -
-
-
- 70% complete -
- JavaScript / jQuery -
-
-
- 80% complete -
- Django / Python -
-
-
- 80% complete -
- SQL / NoSQL -
-
-
-
-
- -
- - - \ No newline at end of file