├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
├── NOTICE
├── README.md
├── builds
└── bootstrap
│ ├── css
│ └── bootstrap.min.css
│ ├── images
│ ├── background.jpg
│ ├── carousel-exoticanimals.jpg
│ ├── carousel-fish.jpg
│ ├── carousel-lifestyle.jpg
│ ├── carousel-stateoftheart.jpg
│ ├── carousel-vaccinations.jpg
│ ├── doctor-chase.jpg
│ ├── doctor-gardner 2.jpg
│ ├── doctor-gardner.jpg
│ ├── doctor-ruiz 2.jpg
│ ├── doctor-ruiz.jpg
│ ├── doctor-sanders.jpg
│ ├── doctor-winthrop.jpg
│ ├── doctor-wong 2.jpg
│ ├── doctor-wong.jpg
│ ├── icon-exoticpets.svg
│ ├── icon-grooming.svg
│ ├── icon-health.svg
│ ├── icon-nutrition.svg
│ ├── icon-pestcontrol.svg
│ ├── icon-vaccinations.svg
│ ├── image 2.png
│ ├── image.png
│ ├── testimonial-janeh.jpg
│ ├── testimonial-johnb.jpg
│ ├── testimonial-lorraines.jpg
│ ├── testimonial-mcphersons.jpg
│ └── wisdompetlogo.svg
│ ├── index.html
│ └── js
│ ├── bootstrap.min.js
│ ├── jquery.min.js
│ ├── jquery.slim.min.js
│ └── popper.min.js
├── package-lock.json
└── package.json
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | node_modules
3 | .tmp
4 | images/**
5 | slides/**
6 | Exercise Files/**
7 | Exercise Files.zip
8 | .cache
9 | dist
--------------------------------------------------------------------------------
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 |
2 | Contribution Agreement
3 | ======================
4 |
5 | This repository does not accept pull requests (PRs). All pull requests will be closed.
6 |
7 | However, if any contributions (through pull requests, issues, feedback or otherwise) are provided, as a contributor, you represent that the code you submit is your original work or that of your employer (in which case you represent you have the right to bind your employer). By submitting code (or otherwise providing feedback), you (and, if applicable, your employer) are licensing the submitted code (and/or feedback) to LinkedIn and the open source community subject to the BSD 2-Clause license.
8 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | LinkedIn Learning Exercise Files License Agreement
2 | ==================================================
3 |
4 | This License Agreement (the "Agreement") is a binding legal agreement
5 | between you (as an individual or entity, as applicable) and LinkedIn
6 | Corporation (“LinkedIn”). By downloading or using the LinkedIn Learning
7 | exercise files in this repository (“Licensed Materials”), you agree to
8 | be bound by the terms of this Agreement. If you do not agree to these
9 | terms, do not download or use the Licensed Materials.
10 |
11 | 1. License.
12 | - a. Subject to the terms of this Agreement, LinkedIn hereby grants LinkedIn
13 | members during their LinkedIn Learning subscription a non-exclusive,
14 | non-transferable copyright license, for internal use only, to 1) make a
15 | reasonable number of copies of the Licensed Materials, and 2) make
16 | derivative works of the Licensed Materials for the sole purpose of
17 | practicing skills taught in LinkedIn Learning courses.
18 | - b. Distribution. Unless otherwise noted in the Licensed Materials, subject
19 | to the terms of this Agreement, LinkedIn hereby grants LinkedIn members
20 | with a LinkedIn Learning subscription a non-exclusive, non-transferable
21 | copyright license to distribute the Licensed Materials, except the
22 | Licensed Materials may not be included in any product or service (or
23 | otherwise used) to instruct or educate others.
24 |
25 | 2. Restrictions and Intellectual Property.
26 | - a. You may not to use, modify, copy, make derivative works of, publish,
27 | distribute, rent, lease, sell, sublicense, assign or otherwise transfer the
28 | Licensed Materials, except as expressly set forth above in Section 1.
29 | - b. Linkedin (and its licensors) retains its intellectual property rights
30 | in the Licensed Materials. Except as expressly set forth in Section 1,
31 | LinkedIn grants no licenses.
32 | - c. You indemnify LinkedIn and its licensors and affiliates for i) any
33 | alleged infringement or misappropriation of any intellectual property rights
34 | of any third party based on modifications you make to the Licensed Materials,
35 | ii) any claims arising from your use or distribution of all or part of the
36 | Licensed Materials and iii) a breach of this Agreement. You will defend, hold
37 | harmless, and indemnify LinkedIn and its affiliates (and our and their
38 | respective employees, shareholders, and directors) from any claim or action
39 | brought by a third party, including all damages, liabilities, costs and
40 | expenses, including reasonable attorneys’ fees, to the extent resulting from,
41 | alleged to have resulted from, or in connection with: (a) your breach of your
42 | obligations herein; or (b) your use or distribution of any Licensed Materials.
43 |
44 | 3. Open source. This code may include open source software, which may be
45 | subject to other license terms as provided in the files.
46 |
47 | 4. Warranty Disclaimer. LINKEDIN PROVIDES THE LICENSED MATERIALS ON AN “AS IS”
48 | AND “AS AVAILABLE” BASIS. LINKEDIN MAKES NO REPRESENTATION OR WARRANTY,
49 | WHETHER EXPRESS OR IMPLIED, ABOUT THE LICENSED MATERIALS, INCLUDING ANY
50 | REPRESENTATION THAT THE LICENSED MATERIALS WILL BE FREE OF ERRORS, BUGS OR
51 | INTERRUPTIONS, OR THAT THE LICENSED MATERIALS ARE ACCURATE, COMPLETE OR
52 | OTHERWISE VALID. TO THE FULLEST EXTENT PERMITTED BY LAW, LINKEDIN AND ITS
53 | AFFILIATES DISCLAIM ANY IMPLIED OR STATUTORY WARRANTY OR CONDITION, INCLUDING
54 | ANY IMPLIED WARRANTY OR CONDITION OF MERCHANTABILITY OR FITNESS FOR A
55 | PARTICULAR PURPOSE, AVAILABILITY, SECURITY, TITLE AND/OR NON-INFRINGEMENT.
56 | YOUR USE OF THE LICENSED MATERIALS IS AT YOUR OWN DISCRETION AND RISK, AND
57 | YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE THAT RESULTS FROM USE OF THE
58 | LICENSED MATERIALS TO YOUR COMPUTER SYSTEM OR LOSS OF DATA. NO ADVICE OR
59 | INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED BY YOU FROM US OR THROUGH OR
60 | FROM THE LICENSED MATERIALS WILL CREATE ANY WARRANTY OR CONDITION NOT
61 | EXPRESSLY STATED IN THESE TERMS.
62 |
63 | 5. Limitation of Liability. LINKEDIN SHALL NOT BE LIABLE FOR ANY INDIRECT,
64 | INCIDENTAL, SPECIAL, PUNITIVE, CONSEQUENTIAL OR EXEMPLARY DAMAGES, INCLUDING
65 | BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS, GOODWILL, USE, DATA OR OTHER
66 | INTANGIBLE LOSSES . IN NO EVENT WILL LINKEDIN'S AGGREGATE LIABILITY TO YOU
67 | EXCEED $100. THIS LIMITATION OF LIABILITY SHALL:
68 | - i. APPLY REGARDLESS OF WHETHER (A) YOU BASE YOUR CLAIM ON CONTRACT, TORT,
69 | STATUTE, OR ANY OTHER LEGAL THEORY, (B) WE KNEW OR SHOULD HAVE KNOWN ABOUT
70 | THE POSSIBILITY OF SUCH DAMAGES, OR (C) THE LIMITED REMEDIES PROVIDED IN THIS
71 | SECTION FAIL OF THEIR ESSENTIAL PURPOSE; AND
72 | - ii. NOT APPLY TO ANY DAMAGE THAT LINKEDIN MAY CAUSE YOU INTENTIONALLY OR
73 | KNOWINGLY IN VIOLATION OF THESE TERMS OR APPLICABLE LAW, OR AS OTHERWISE
74 | MANDATED BY APPLICABLE LAW THAT CANNOT BE DISCLAIMED IN THESE TERMS.
75 |
76 | 6. Termination. This Agreement automatically terminates upon your breach of
77 | this Agreement or termination of your LinkedIn Learning subscription. On
78 | termination, all licenses granted under this Agreement will terminate
79 | immediately and you will delete the Licensed Materials. Sections 2-7 of this
80 | Agreement survive any termination of this Agreement. LinkedIn may discontinue
81 | the availability of some or all of the Licensed Materials at any time for any
82 | reason.
83 |
84 | 7. Miscellaneous. This Agreement will be governed by and construed in
85 | accordance with the laws of the State of California without regard to conflict
86 | of laws principles. The exclusive forum for any disputes arising out of or
87 | relating to this Agreement shall be an appropriate federal or state court
88 | sitting in the County of Santa Clara, State of California. If LinkedIn does
89 | not act to enforce a breach of this Agreement, that does not mean that
90 | LinkedIn has waived its right to enforce this Agreement. The Agreement does
91 | not create a partnership, agency relationship, or joint venture between the
92 | parties. Neither party has the power or authority to bind the other or to
93 | create any obligation or responsibility on behalf of the other. You may not,
94 | without LinkedIn’s prior written consent, assign or delegate any rights or
95 | obligations under these terms, including in connection with a change of
96 | control. Any purported assignment and delegation shall be ineffective. The
97 | Agreement shall bind and inure to the benefit of the parties, their respective
98 | successors and permitted assigns. If any provision of the Agreement is
99 | unenforceable, that provision will be modified to render it enforceable to the
100 | extent possible to give effect to the parties’ intentions and the remaining
101 | provisions will not be affected. This Agreement is the only agreement between
102 | you and LinkedIn regarding the Licensed Materials, and supersedes all prior
103 | agreements relating to the Licensed Materials.
104 |
105 | Last Updated: March 2019
106 |
--------------------------------------------------------------------------------
/NOTICE:
--------------------------------------------------------------------------------
1 | Copyright 2019 LinkedIn Corporation
2 | All Rights Reserved.
3 |
4 | Licensed under the LinkedIn Learning Exercise File License (the "License").
5 | See LICENSE in the project root for license information.
6 |
7 | ATTRIBUTIONS:
8 |
9 |
10 | Please note, this project may automatically load third party code from external
11 | repositories (for example, NPM modules, Composer packages, or other dependencies).
12 | If so, such third party code may be subject to other license terms than as set
13 | forth above. In addition, such third party code may also depend on and load
14 | multiple tiers of dependencies. Please review the applicable licenses of the
15 | additional dependencies.
16 |
17 | ---
18 |
19 | The MIT License (MIT)
20 |
21 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
22 |
23 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
24 |
25 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26 |
27 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Bootstrap 4 Essential Training
2 |
3 | This is the repository for my course Bootstrap 4 Essential Training. The full course is available on [LinkedIn Learning](https://linkedin-learning.pxf.io/c/1252977/449670/8005?u=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fbootstrap-4-essential-training%3Fu%3D104&subid1=github)
4 |
5 | [](https://linkedin-learning.pxf.io/c/1252977/449670/8005?u=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fbootstrap-4-essential-training%3Fu%3D104&subid1=github)
6 |
7 | Bootstrap—a front-end framework using HTML, CSS3, and jQuery—is designed to help developers quickly and easily build responsive, mobile-ready websites that are cross-browser compatible. An open-source framework, Bootstrap features a 12-column grid and components that are ready to use. In this course, Ray Villalobos helps you get started with Bootstrap by providing an overview of all of the goodies in this popular framework. Ray covers the installation options, and walks through the basic styles that normalize how your content is displayed on different platforms and browsers. He also explains how to use the flexbox grid system to build nearly any kind of layout you can dream up, use different classes to easily get around your project, work with interactive components like dropdowns and carousels, and more.
8 |
9 | ## Instructions
10 |
11 | This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add `/tree/BRANCH_NAME` to the URL to go to the branch you want to peek at.
12 |
13 | ## Branches
14 |
15 | The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch `02_03b` then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A `b` means that this is how the code looks at the beginning of the video, an `e` means that is how the code looked at the end of the video.
16 |
17 | You may find additional branches that correspod to other states, so for example, you may see a `t`, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The `master` branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course.
18 |
19 | ## Documentation
20 |
21 | If there are slides for this course, they will be available using the `gh-pages` branch. You can easily get to the slides by going to http://raybo.org/bootstrap4. The slides were created using [rayveal.js](https://github.com/planetoftheweb/rayveal) an opinionated version of the excellent reveal.js framework. Within these slides you can also read my notes for the project, just hit `ctrl-m` to get a menu with all of the slides for the project.
22 |
23 | ## Installing
24 |
25 | 1. Make sure you have these installed
26 | - [node.js](http://nodejs.org/)
27 | - [git](http://git-scm.com/)
28 | 2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) `$ git clone CLONEURL`
29 | 3. CD to the folder `cd FOLDERNAME`
30 | 4. Run `$ npm install` to install the project dependencies
31 | 5. Run `$ npm start` to start live preview server
32 |
33 | ## More Stuff
34 |
35 | Check out some of my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/ray-villalobos?trk=insiders_6787408_learning) and [lynda.com](http://lynda.com/rayvillalobos). You can follow me on [LinkedIn](https://www.linkedin.com/in/planetoftheweb/), read [my blog](http://raybo.org), [follow me on twitter](http://twitter.com/planetoftheweb), or check out my [youtube channel](http://youtube.com/planetoftheweb).
36 |
--------------------------------------------------------------------------------
/builds/bootstrap/images/background.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/background.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/carousel-exoticanimals.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/carousel-exoticanimals.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/carousel-fish.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/carousel-fish.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/carousel-lifestyle.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/carousel-lifestyle.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/carousel-stateoftheart.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/carousel-stateoftheart.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/carousel-vaccinations.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/carousel-vaccinations.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-chase.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-chase.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-gardner 2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-gardner 2.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-gardner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-gardner.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-ruiz 2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-ruiz 2.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-ruiz.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-ruiz.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-sanders.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-sanders.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-winthrop.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-winthrop.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-wong 2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-wong 2.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/doctor-wong.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/doctor-wong.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/icon-exoticpets.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
21 |
--------------------------------------------------------------------------------
/builds/bootstrap/images/icon-grooming.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
28 |
--------------------------------------------------------------------------------
/builds/bootstrap/images/icon-health.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
13 |
--------------------------------------------------------------------------------
/builds/bootstrap/images/icon-nutrition.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
20 |
--------------------------------------------------------------------------------
/builds/bootstrap/images/icon-pestcontrol.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
22 |
--------------------------------------------------------------------------------
/builds/bootstrap/images/icon-vaccinations.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
14 |
--------------------------------------------------------------------------------
/builds/bootstrap/images/image 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/image 2.png
--------------------------------------------------------------------------------
/builds/bootstrap/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/image.png
--------------------------------------------------------------------------------
/builds/bootstrap/images/testimonial-janeh.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/testimonial-janeh.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/testimonial-johnb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/testimonial-johnb.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/testimonial-lorraines.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/testimonial-lorraines.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/testimonial-mcphersons.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/planetoftheweb/bootstrap4/9597e7191c1a89451a27af967cb7ae54c20fc487/builds/bootstrap/images/testimonial-mcphersons.jpg
--------------------------------------------------------------------------------
/builds/bootstrap/images/wisdompetlogo.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
59 |
--------------------------------------------------------------------------------
/builds/bootstrap/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and cures.
38 |
39 |
We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy life.
40 |
41 |
42 |
43 |
Services
44 |
45 |
46 |
Exotic Pets
47 |
We offer specialized care for reptiles, rodents, birds, and other exotic pets.
48 |
49 |
50 |
51 |
Grooming
52 |
Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.
53 |
54 |
55 |
56 |
General Health
57 |
Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.
58 |
59 |
60 |
61 |
Nutrition
62 |
Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.
63 |
64 |
65 |
66 |
Pest Control
67 |
We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.
68 |
69 |
70 |
71 |
Vaccinations
72 |
Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.
73 |
74 |
75 |
76 |
77 |
Our Staff
78 |
Dr. Winthrop
79 |
Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.
80 |
Dr. Chase
81 |
Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.
82 |
Dr Sanders
83 |
Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.
84 |
85 |
86 |
87 |
Testimonials
88 |
89 |
During the summer, our rabbit, Tonto, began to have severe redness and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away.
90 |
91 |
92 |
93 |
When Samantha, our Siamese cat, began sleeping all the time and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots.
94 |
95 |
96 |
97 |
The staff at Wisdom worked tirelessly to determine why our three-year old Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally. We learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.
98 |
99 |
100 |
101 |
Wisdom Pet Medicine is the only clinic around that will even book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia.