博主介绍:黄菊华老师《Vue.js入门与商城开发实战》《微信小程序商城开发》图书作者,CSDN博客专家,在线教育专家,CSDN钻石讲师;专注网站制作、小程序开发、软件开发和大学生毕业设计教育、辅导。
所有项目都配有从入门到精通的基础知识视频课程,学习后应对毕业设计答辩,提供核心代码讲解,答辩指导。
项目配有对应开发文档、开题报告、任务书、PPT等,提供毕业设计论文辅导。项目都录了发布和功能操作演示视频;项目的界面和功能都可以定制,包安装运行!!!
如果需要联系我,可以在CSDN网站查询黄菊华老师的,在文章末尾可以获取联系方式
网页截图
网页代码
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<head>
<!-- Site Title-->
<title>Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&display=swap">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<style>.ie-panel{display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;}</style>
</head>
<body>
<div class="ie-panel"><a href="http://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a></div>
<!-- Page preloader-->
<div class="page-loader">
<div class="preloader-inner">
<svg class="preloader-svg" width="200" height="200" viewbox="0 0 100 100">
<polyline class="line-cornered stroke-still" points="0,0 100,0 100,100" stroke-width="10" fill="none"></polyline>
<polyline class="line-cornered stroke-still" points="0,0 0,100 100,100" stroke-width="10" fill="none"></polyline>
<polyline class="line-cornered stroke-animation" points="0,0 100,0 100,100" stroke-width="10" fill="none"></polyline>
<polyline class="line-cornered stroke-animation" points="0,0 0,100 100,100" stroke-width="10" fill="none"></polyline>
</svg>
</div>
</div>
<!-- Page-->
<div class="page">
<header class="section page-header">
<!-- RD Navbar-->
<div class="rd-navbar-wrap rd-navbar-centered">
<nav class="rd-navbar" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-fixed" data-xl-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static" data-xxxl-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-fixed" data-xl-device-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-xxxl-device-layout="rd-navbar-static" data-stick-up-offset="1px" data-sm-stick-up-offset="1px" data-md-stick-up-offset="1px" data-lg-stick-up-offset="1px" data-xl-stick-up-offset="1px" data-xxl-stick-up-offset="1px" data-xxx-lstick-up-offset="1px" data-stick-up="true">
<div class="rd-navbar-inner">
<!-- RD Navbar Panel-->
<div class="rd-navbar-panel">
<!-- RD Navbar Toggle-->
<button class="rd-navbar-toggle" data-rd-navbar-toggle=".rd-navbar-nav-wrap"><span></span></button>
<!-- RD Navbar Brand-->
<div class="rd-navbar-brand">
<!--Brand--><a class="brand-name" href="index.html"><img class="logo-default" src="images/logo-default-172x36.png" alt="" width="86" height="18" loading="lazy"/><img class="logo-inverse" src="images/logo-inverse-172x36.png" alt="" width="86" height="18" loading="lazy"/></a>
</div>
</div>
<div class="rd-navbar-nav-wrap">
<ul class="rd-navbar-nav">
<li class="rd-nav-item active"><a class="rd-nav-link" href="index.html">Home</a>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="about-us.html">About us</a>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="teachers.html">Teachers</a>
<ul class="rd-menu rd-navbar-dropdown">
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="single-teacher.html">Single teacher</a>
</li>
</ul>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="courses.html">Courses</a>
<ul class="rd-menu rd-navbar-dropdown">
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="single-course.html">Single course</a>
</li>
</ul>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="#">Pages</a>
<ul class="rd-menu rd-navbar-dropdown">
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="faqs.html">FAQs</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="privacy-policy.html">Privacy policy</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="404-page.html">404 page</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="503-page.html">503 page</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="buttons.html">Buttons</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="forms.html">Forms</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="grid-system.html">Grid system</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="tables.html">Tables</a>
</li>
<li class="rd-dropdown-item"><a class="rd-dropdown-link" href="typography.html">Typography</a>
</li>
</ul>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="contacts.html">Contacts</a>
</li>
</ul>
</div>
<div class="rd-navbar-collapse-toggle" data-rd-navbar-toggle=".rd-navbar-collapse"><span></span></div>
<div class="rd-navbar-aside-right rd-navbar-collapse">
<div class="rd-navbar-social">
<div class="rd-navbar-social-text">Follow us</div>
<ul class="list-inline">
<li><a class="icon novi-icon icon-default icon-custom-facebook" href="#"></a></li>
<li><a class="icon novi-icon icon-default icon-custom-linkedin" href="#"></a></li>
<li><a class="icon novi-icon icon-default icon-custom-instagram" href="#"></a></li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</header>
<section class="section section-xl bg-image bg-image-9 text-center novi-bg novi-bg-img">
<div class="container">
<h1>Develop your mind and skills</h1>
<h3 class="fw-light text-uppercase">More than 1200 Online Courses</h3>
<p class="big">Want to get professional knowledge in the fast-developing IT sphere? Pract offers a wide variety of online courses for everyone willing to enter the world of information technologies.</p>
<div class="group-md button-group"><a class="button button-dark button-nina" href="contacts.html">Contact us</a><a class="button button-primary button-nina" href="courses.html">Our courses</a></div>
</div>
</section>
<!-- A few words about-->
<section class="section section-lg bg-default novi-bg novi-bg-img">
<div class="container">
<div class="row row-30 align-items-center justify-content-xxl-between">
<div class="col-md-6">
<h3>A few words about</h3>
<p class="big">Every member of Pract team believes strongly in the empowering power of knowledge. And we aim to share our knowledge with everyone willing to learn.</p>
<div class="row row-30 row-offset-1">
<div class="col-md-10 offset-xxl-2">
<div class="box-small">
<h5 class="box-small-title">Best industry leaders</h5>
<div class="box-small-text">Pract involves the best industry leaders, who share their experience, knowledge and tips with our students.</div>
</div>
<div class="box-small">
<h5 class="box-small-title">Best teachers</h5>
<div class="box-small-text">Our staff consists of professional experienced teachers, who love what they do and use creative approach in teaching.</div>
</div>
<div class="box-small">
<h5 class="box-small-title">National awards</h5>
<div class="box-small-text">Pract takes part in many IT educational contests. We won the National IT Progress Award 3 times.</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-xl-4 offset-xl-1 col-xxl-5 position-relative d-none d-md-block">
<div class="parallax-scene-js parallax-scene parallax-scene-1" data-scalar-x="5" data-scalar-y="10">
<div class="layer-01">
<div class="layer" data-depth="0.25"><img src="images/home-03-515x600.jpg" alt="" width="515" height="600" loading="lazy"/>
</div>
</div>
<div class="layer-02">
<div class="layer" data-depth=".55"><img src="images/home-02-340x445.jpg" alt="" width="340" height="445" loading="lazy"/>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Popular courses-->
<section class="section section-lg novi-bg novi-bg-img bg-default">
<div class="container">
<h3 class="text-center">Popular courses</h3>
<div class="row row-40 row-lg-50">
<div class="col-sm-6 col-md-4 wow fadeInUp" data-wow-delay=".1s">
<div class="box-project box-width-3">
<div class="box-project-media"><img class="box-project-img" src="images/home-04-360x345.jpg" alt="" width="360" height="345" loading="lazy"/>
</div>
<div class="box-project-subtitle small">Business</div>
<h6 class="box-project-title"><a href="single-course.html">Development of your business skills</a></h6>
<div class="box-project-meta">
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-clock3"></span><span class="box-project-meta-text">23 hours</span></div>
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-credit-card"></span><span class="box-project-meta-text">$165</span></div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUp" data-wow-delay=".2s">
<div class="box-project box-width-3">
<div class="box-project-media"><img class="box-project-img" src="images/home-05-360x345.jpg" alt="" width="360" height="345" loading="lazy"/>
</div>
<div class="box-project-subtitle small">PROGRAMMING</div>
<h6 class="box-project-title"><a href="single-course.html">Python programming</a></h6>
<div class="box-project-meta">
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-clock3"></span><span class="box-project-meta-text">46 hours</span></div>
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-credit-card"></span><span class="box-project-meta-text">$290</span></div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUp" data-wow-delay=".3s">
<div class="box-project box-width-3">
<div class="box-project-media"><img class="box-project-img" src="images/home-06-360x345.jpg" alt="" width="360" height="345" loading="lazy"/>
</div>
<div class="box-project-subtitle small">Programming</div>
<h6 class="box-project-title"><a href="single-course.html">Data structures and algorithms</a></h6>
<div class="box-project-meta">
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-clock3"></span><span class="box-project-meta-text">18 hours</span></div>
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-credit-card"></span><span class="box-project-meta-text">$120</span></div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUp" data-wow-delay=".1s">
<div class="box-project box-width-3">
<div class="box-project-media"><img class="box-project-img" src="images/home-07-360x345.jpg" alt="" width="360" height="345" loading="lazy"/>
</div>
<div class="box-project-subtitle small">ARCHITECTURE, ART & DESIGN</div>
<h6 class="box-project-title"><a href="single-course.html">Global housing design</a></h6>
<div class="box-project-meta">
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-clock3"></span><span class="box-project-meta-text">34 hours</span></div>
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-credit-card"></span><span class="box-project-meta-text">$195</span></div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUp" data-wow-delay=".2s">
<div class="box-project box-width-3">
<div class="box-project-media"><img class="box-project-img" src="images/home-08-360x345.jpg" alt="" width="360" height="345" loading="lazy"/>
</div>
<div class="box-project-subtitle small">Business</div>
<h6 class="box-project-title"><a href="single-course.html">IT fundamentals for business</a></h6>
<div class="box-project-meta">
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-clock3"></span><span class="box-project-meta-text">8 hours</span></div>
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-credit-card"></span><span class="box-project-meta-text">$75</span></div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUp" data-wow-delay=".3s">
<div class="box-project box-width-3">
<div class="box-project-media"><img class="box-project-img" src="images/home-09-360x345.jpg" alt="" width="360" height="345" loading="lazy"/>
</div>
<div class="box-project-subtitle small">Marketing</div>
<h6 class="box-project-title"><a href="single-course.html">Online marketing: SEO and SMM</a></h6>
<div class="box-project-meta">
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-clock3"></span><span class="box-project-meta-text">43 hours</span></div>
<div class="box-project-meta-item"><span class="box-project-meta-icon linearicons-credit-card"></span><span class="box-project-meta-text">$145</span></div>
</div>
</div>
</div>
<div class="col-12 text-center mt-2 mt-xl-4"><a class="button button-primary button-nina" href="courses.html">All courses</a></div>
</div>
</div>
</section>
<!-- A few words about-->
<section class="section section-lg bg-default novi-bg novi-bg-img">
<div class="container">
<div class="row row-30 justify-content-md-between align-items-center">
<div class="col-md-5 position-relative d-none d-md-block">
<div class="parallax-scene-js parallax-scene parallax-scene-2" data-scalar-x="5" data-scalar-y="10">
<div class="layer-01">
<div class="layer" data-depth="0.25"><img src="images/home-17-460x580.jpg" alt="" width="460" height="580" loading="lazy"/>
</div>
</div>
<div class="layer-02">
<div class="layer" data-depth=".55"><img src="images/home-18-260x355.jpg" alt="" width="260" height="355" loading="lazy"/>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row row-30 row-xxl-60 text-center text-md-start">
<div class="col-6">
<div class="counter-wrap"><span class="icon novi-icon linearicons-users2"></span>
<div class="counter-value heading-3"><span class="counter">3045</span><span class="counter-preffix">+</span>
</div>
<p class="heading-5">Satisfied students</p>
</div>
</div>
<div class="col-6">
<div class="counter-wrap"><span class="icon novi-icon linearicons-book"></span>
<div class="counter-value heading-3"><span class="counter">7852</span><span class="counter-preffix">+</span>
</div>
<p class="heading-5">Available courses</p>
</div>
</div>
<div class="col-6">
<div class="counter-wrap"><span class="icon novi-icon linearicons-medal-empty"></span>
<div class="counter-value heading-3"><span class="counter">9862</span><span class="counter-preffix">+</span>
</div>
<p class="heading-5">Graduates</p>
</div>
</div>
<div class="col-6">
<div class="counter-wrap"><span class="icon novi-icon linearicons-star"></span>
<div class="counter-value heading-3"><span class="counter">145</span><span class="counter-preffix">+</span>
</div>
<p class="heading-5">Best teachers</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Web development-->
<section class="section section-lg novi-bg novi-bg-img bg-default">
<div class="container">
<div class="row row-40 row-lg-50">
<div class="col-sm-6 col-md-4">
<div class="list-border">
<h4 class="list-border-title">Web development</h4>
<div class="list-border-item">Learn and Understand AngularJS</div>
<div class="list-border-item">JavaScript: Understanding the Weird Parts</div>
<div class="list-border-item">Webpack 2: The Complete Developer’s Guide</div>
<div class="list-border-item">Build Responsive Real World Websites with HTML5 and CSS3</div>
<div class="list-border-item">ES6 Javascript: The Complete Developer’s Guide</div>
<div class="list-border-item">The Web Developer Bootcamp</div>
<div class="list-border-item">Full JavaScript Course: From Scratch to Results</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="list-border">
<h4 class="list-border-title">Information technology</h4>
<div class="list-border-item">Cybersecurity: Managing Risks</div>
<div class="list-border-item">The Complete Cybersecurity Course</div>
<div class="list-border-item">Learn Ethical Hacking From Scratch</div>
<div class="list-border-item">The Complete Networking Fundamentals Course. Your CCNA start</div>
<div class="list-border-item">Linux: SSH to remote server & Networking basics for DevOps</div>
<div class="list-border-item">Build automated speech systems with Azure Cognitive Services</div>
<div class="list-border-item">Overview of Data Visualization</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="list-border">
<h4 class="list-border-title">Web design</h4>
<div class="list-border-item">Build a Full Website using WordPress</div>
<div class="list-border-item">Visual Elements of User Interface Design</div>
<div class="list-border-item">Foundations of User Experience Design</div>
<div class="list-border-item">Web Design for Everybody: Basics of Web Development & Coding</div>
<div class="list-border-item">Design Principles: an Introduction</div>
<div class="list-border-item">Responsive Website Development and Design</div>
<div class="list-border-item">Web Design: Strategy and Information Architecture</div>
</div>
</div>
</div>
</div>
</section>
<!-- Awesome & skilled instructors-->
<section class="section section-lg novi-bg novi-bg-img bg-default">
<div class="container">
<h3 class="text-center">Awesome & skilled instructors</h3>
<div class="row row-40 row-lg-50">
<div class="col-sm-6 col-lg-3 wow fadeInLeft" data-wow-delay=".2s">
<div class="team-default box-width-3">
<div class="team-default-media"><img class="team-default-img" src="images/home-10-260x345.jpg" alt="" width="260" height="345" loading="lazy"/>
</div>
<h6 class="team-default-title"><a href="single-teacher.html">Theresa Webb</a></h6>
<div class="team-default-meta small">Web design instructor</div>
<div class="team-default-social"><a class="team-default-icon icon-custom-facebook" href="#"></a><a class="team-default-icon icon-custom-linkedin" href="#"></a><a class="team-default-icon icon-custom-instagram" href="#"></a></div>
</div>
</div>
<div class="col-sm-6 col-lg-3 wow fadeInLeft">
<div class="team-default box-width-3">
<div class="team-default-media"><img class="team-default-img" src="images/home-11-260x345.jpg" alt="" width="260" height="345" loading="lazy"/>
</div>
<h6 class="team-default-title"><a href="single-teacher.html">Jenny Wilson</a></h6>
<div class="team-default-meta small">Web development instructor</div>
<div class="team-default-social"><a class="team-default-icon icon-custom-facebook" href="#"></a><a class="team-default-icon icon-custom-linkedin" href="#"></a><a class="team-default-icon icon-custom-instagram" href="#"></a></div>
</div>
</div>
<div class="col-sm-6 col-lg-3 wow fadeInRight">
<div class="team-default box-width-3">
<div class="team-default-media"><img class="team-default-img" src="images/home-12-260x345.jpg" alt="" width="260" height="345" loading="lazy"/>
</div>
<h6 class="team-default-title"><a href="single-teacher.html">Jacob Jones</a></h6>
<div class="team-default-meta small">Cybersecurity & IT instructor</div>
<div class="team-default-social"><a class="team-default-icon icon-custom-facebook" href="#"></a><a class="team-default-icon icon-custom-linkedin" href="#"></a><a class="team-default-icon icon-custom-instagram" href="#"></a></div>
</div>
</div>
<div class="col-sm-6 col-lg-3 wow fadeInRight" data-wow-delay=".2s">
<div class="team-default box-width-3">
<div class="team-default-media"><img class="team-default-img" src="images/home-13-260x345.jpg" alt="" width="260" height="345" loading="lazy"/>
</div>
<h6 class="team-default-title"><a href="single-teacher.html">Bessie Cooper</a></h6>
<div class="team-default-meta small">PM & business instructor</div>
<div class="team-default-social"><a class="team-default-icon icon-custom-facebook" href="#"></a><a class="team-default-icon icon-custom-linkedin" href="#"></a><a class="team-default-icon icon-custom-instagram" href="#"></a></div>
</div>
</div>
</div>
</div>
</section>
<!-- Success stories from our students-->
<section class="section section-lg novi-bg novi-bg-img bg-gray-100">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-xl-10">
<h3>Success stories from our students</h3>
<p class="big">Feel free to learn more about our courses from our students and the trustworthy testimonials they have recently submitted.</p>
</div>
</div>
<div class="owl-carousel owl-layout-6" data-items="1" data-lg-items="2" data-loop="true" data-margin="40" data-autoplay="true" data-owl='{"nav":true}'>
<div class="quote-boxed-2">
<div class="quote-boxed-2-media"><img class="quote-boxed-2-img" src="images/home-14-86x86.jpg" alt="" width="86" height="86" loading="lazy"/>
</div>
<div class="quote-boxed-2-body">
<h6 class="quote-boxed-2-title">Easy-to-understand courses</h6>
<div class="quote-boxed-2-text">The material that instructors of Pract use is pretty straightforward yet quite detailed. It’s also very useful to both newbies and professionals. You can choose any course to get started.</div>
<div class="quote-boxed-2-cite small">Leslie Alexander</div>
</div>
</div>
<div class="quote-boxed-2">
<div class="quote-boxed-2-media"><img class="quote-boxed-2-img" src="images/home-15-86x86.jpg" alt="" width="86" height="86" loading="lazy"/>
</div>
<div class="quote-boxed-2-body">
<h6 class="quote-boxed-2-title">A wide selection of courses</h6>
<div class="quote-boxed-2-text">I prefer the range of courses offerd by this online school to any other website. The team of Pract regularly updates their courses list and provides them at a very affordable price.</div>
<div class="quote-boxed-2-cite small">Jane Cooper</div>
</div>
</div>
<div class="quote-boxed-2">
<div class="quote-boxed-2-media"><img class="quote-boxed-2-img" src="images/home-16-86x86.jpg" alt="" width="86" height="86" loading="lazy"/>
</div>
<div class="quote-boxed-2-body">
<h6 class="quote-boxed-2-title">A great knowledge source</h6>
<div class="quote-boxed-2-text">As a web developer, I’m always trying to learn more about new development tips and tricks. Your online courses provided me with this unique possibility. Thank you!</div>
<div class="quote-boxed-2-cite small">James wilson</div>
</div>
</div>
<div class="quote-boxed-2">
<div class="quote-boxed-2-media"><img class="quote-boxed-2-img" src="images/home-19-86x86.jpg" alt="" width="86" height="86" loading="lazy"/>
</div>
<div class="quote-boxed-2-body">
<h6 class="quote-boxed-2-title">#1 knowledge solution</h6>
<div class="quote-boxed-2-text">The online courses allow greater flexibility in planning your day and working around family. With Pract, you can also be sure of improving your professional level.</div>
<div class="quote-boxed-2-cite small">Peter Adams</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section-md bg-accent text-center text-md-start">
<div class="container">
<div class="row">
<div class="col-xl-11">
<div class="box-cta box-cta-inline">
<div class="box-cta-inner">
<h3 class="box-cta-title"><span class="box-cta-icon icon-custom-briefcase"></span><span>Free courses</span></h3>
<p>Free courses contain industry-relevant content and practical tasks and projects.</p>
</div>
<div class="box-cta-inner"><a class="button button-dark button-nina" href="contacts.html">Contact us</a></div>
</div>
</div>
</div>
</div>
</section>
<!-- Page Footer-->
<footer class="section novi-bg novi-bg-img footer-simple">
<div class="container">
<div class="row row-40">
<div class="col-md-4">
<h4>About us</h4>
<p class="me-xl-5">Pract is a learning platform for education and skills training. We provide you professional knowledge using innovative approach.</p>
</div>
<div class="col-md-3">
<h4>Quick links</h4>
<ul class="list-marked">
<li><a href="index.html">Home</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="about-us.html">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="#">Become a teacher</a></li>
</ul>
</div>
<div class="col-md-5">
<h4>Newsletter</h4>
<p>Subscribe to our newsletter today to get weekly news, tips, and special offers from our team on the courses we offer.</p>
<form class="rd-mailform rd-form-boxed" data-form-output="form-output-global" data-form-type="subscribe" method="post" action="bat/rd-mailform.php">
<div class="form-wrap">
<input class="form-input" type="email" name="email" data-constraints="@Email @Required" id="footer-mail">
<label class="form-label" for="footer-mail">Enter your e-mail</label>
</div>
<button class="form-button linearicons-paper-plane"></button>
</form>
</div>
</div>
</div>
</footer>
</div>
<!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div>
<!-- Javascript-->
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>