├── README.md ├── Simple_Interest_Calculator ├── index.html ├── script.js └── style.css ├── Single_Page_Profile_Website ├── images.png │ ├── CSS3.png │ ├── about me.jpg │ ├── bullet.png │ ├── checkmark--outline.svg │ ├── envelope.png │ ├── flash.png │ ├── home.png │ ├── html5.png │ ├── index.html │ ├── java.png │ ├── js.jpeg │ ├── node.png │ ├── phone.png │ └── react.png ├── index.html ├── script.js └── style.css └── Unit_Converter ├── index.html └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/README.md -------------------------------------------------------------------------------- /Simple_Interest_Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Simple_Interest_Calculator/index.html -------------------------------------------------------------------------------- /Simple_Interest_Calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Simple_Interest_Calculator/script.js -------------------------------------------------------------------------------- /Simple_Interest_Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Simple_Interest_Calculator/style.css -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/CSS3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/CSS3.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/about me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/about me.jpg -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/bullet.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/checkmark--outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/checkmark--outline.svg -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/envelope.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/flash.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/home.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/html5.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/index.html -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/java.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/js.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/js.jpeg -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/node.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/phone.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/images.png/react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/images.png/react.png -------------------------------------------------------------------------------- /Single_Page_Profile_Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/index.html -------------------------------------------------------------------------------- /Single_Page_Profile_Website/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/script.js -------------------------------------------------------------------------------- /Single_Page_Profile_Website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Single_Page_Profile_Website/style.css -------------------------------------------------------------------------------- /Unit_Converter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Unit_Converter/index.html -------------------------------------------------------------------------------- /Unit_Converter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TejasNayak42/IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript/HEAD/Unit_Converter/style.css --------------------------------------------------------------------------------