Duncan McCabe

I am a Cisco Certified DevNet Associate with a background in the Networking and IT Industry and I am currently looking for work. This site was built with HTML, CSS and Bootstrap to aid me in my understanding of these technologies. I am also familiar with Cisco products, Python and Cisco SDKs

More About Me

Placeholder
Information Technology Skills

A summary of the IT skills I have developed in the past year and how I went about developing them.

Read More
Placeholder
Networking & Cisco DevNet

My approach to studying for the Cisco DevNet exam and the resources I used to help me.

Read More
Placeholder
My Portfolio of Work

Please click on the below to see examples of my portfolio of work. These examples use Python, Flask, Flask-Mail and SQLite3.

Read More

HTML (Hypertext Markup Language) is the standard language for creating web pages. It uses tags, such as <p> for paragraphs and <a> for links, to structure and format content on a web page. HTML documents are the foundation of web content, instructing web browsers on how to display text, images, and other media. It's not a programming language but a markup language, defining the structure and layout of a webpage rather than performing complex operations.

CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of a document written in HTML or XML. It controls the visual appearance of web pages, allowing you to specify colors, fonts, layout, and other aspects of elements. CSS enables the separation of content (written in HTML) from its visual design, leading to more flexibility and easier maintenance. It uses selectors to target HTML elements and apply styles to them, which can be embedded in HTML documents or linked externally.

Bootstrap is a popular open-source framework for designing responsive and mobile-first websites. It provides pre-designed HTML, CSS, and JavaScript components that make it easier to develop visually appealing and functional web interfaces. Bootstrap includes a responsive grid system, navigation elements, form controls, and various other interactive components. It's widely used for its ease of use and efficiency in creating consistent and cross-browser compatible designs with minimal custom code.