School Vital

Code Syntax Highlight

Code Okaidia Theme

Estimated reading: 1 minute 295 views

Inline code

Wrap inline snippets of code with<code>. Be sure to escape HTML angle brackets.

For example, <section>should be wrapped as inline.
				
					console.log( 'Code is Poetry' );
				
			

Code blocks

Use <pre>s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the .pre-scrollable class, which will set a max-height of 350px and provide a y-axis scrollbar.

				
					<ul class="list-unstyled f_social_icon">
    <li><a href="#"><i class="social_facebook"><i><a><li>
    <li><a href="#"><i class="social_twitter"><i><a><li>
    <li><a href="#"><i class="social_vimeo"><i><a><li>
    <li><a href="#"><i class="social_linkedin"><i><a><li>
<ul>
				
			

CSS Code

				
					.footnotes-link::before {
    display: none;
}

.footnotes-link {
    color: #10b3d6;
}

.tip_content p {
    font-size: 14px;
}

.tip_content p:last-child {
    margin-bottom: 0;
}

.footnotes_item strong {
    position: relative;
}

span.top-arrow {
    position: absolute;
    top: -3px;
}
				
			

JavaScript Code

				
					$(".img_popup").each(function () {
    $(".img_popup").magnificPopup({
        type: 'image',
        closeOnContentClick: true,
        closeBtnInside: false,
        fixedContentPos: true,
        removalDelay: 300,
        mainClass: 'mfp-no-margins mfp-with-zoom',
        image: {
            enabled: true,
            navigateByImgClick: true,
            preload: [0, 1]
        }
    });
})
				
			

Leave a Comment

Share this Doc

Code Okaidia Theme

Or copy link

CONTENTS
Back to Top Button

Get In Touch

To get to know more about the software. Book a demo now.

Students registration & admission process.

Fees Management

Used for depositing of student Fee in school.

Examination

Systematic representation of the student data which show the Exam grades.

Library Management

Used to streamline & digitalize the activities of library department.

Transportation Management

Transport fee management, route management, bus live tracking etc.

Dues Management

Used for sending automatic fee due notification to parents

School and Parent Interaction

Student profile, student attendance, student report card, etc.

Attendance Management

Maintenance of attendance register, to view the absent\present of the student.

Student Access Control

ID card scanning, Notification to parents on entry and exit, etc.

Visitor Control

Student half day management, OTP verification for student safety, etc.

Certificates

Automatically generation of the certificates in a particular formats.

Visitors Gate Entry Register

Used to track visitors in the school and there purpose of the visit.