BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 1 DATE 02/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Basic HTML Tags & Comments
Learned about the basic structure of an HTML document, including
<!DOCTYPE html> declaration.
Explored the <html>, <head>, and <body> tags and their purposes.
Understood how to use metadata elements like <meta charset="UTF-8"> and
<meta name="viewport">.
Learned how to add comments in HTML using <!-- This is a comment -->.
Practiced creating a simple HTML page using basic tags like <title>, <h1>, and
<p>.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 2 DATE 03/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Typography in HTML (Headings, Paragraphs, Preformatted Text,Formatting)
Understood the importance of heading tags (<h1> to <h6>) and their
hierarchical structure.
Explored paragraph formatting using <p> and the impact of line breaks <br>
and horizontal rules <hr>.
Used <pre> to preserve formatting and whitespace in text.
Applied text formatting tags such as <b>, <i>, <u>, <strong>, and <em>.
Experimented with <mark> for highlighting text and <sub>/ <sup> for subscript
and superscript.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 3 DATE 06/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Links and Images in HTML
Created hyperlinks using <a> and understood target="_blank" for opening links
in new tabs.
Learned how to add internal links within the same website.
Explored anchor links with id attributes to jump to sections within a page.
Embedded images using <img> and optimized them using alt, width, and height.
Used different image formats (.jpg, .png, .gif, .svg) and understood their
advantages.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 4 DATE 07/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
HTML Tables and Lists
Created tables using <table>, <tr>, <td>, and <th> elements.
Applied attributes like colspan and rowspan for merging table cells.
Styled tables using border, padding, and background-color attributes.
Used ordered lists (<ol>), unordered lists (<ul>), and list items (<li>).
Created nested lists and custom list styles using CSS.
Forms in HTML, ID & Classes
Built a basic HTML form with <form>, <input>, <textarea>, <select>, and
<button>.
Explored input types like text, password, email, number, date, and file.
Implemented form validation using required, pattern, and maxlength.
Understood the difference between id and class attributes for styling and
JavaScript interactions.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 5 DATE 8/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Inline & External Styles, Media (Audio, Video)
Used inline CSS styles with the style attribute for quick styling.
Linked external stylesheets using <link rel="stylesheet">.
Embedded audio using <audio> and video using <video> with playback
controls.
Understood autoplay, loop, and muted attributes for media elements.
Custom Fonts and CSS Keyframes Animation
Used Google Fonts (@import method).
Applied different font styles using font-family.
Understood font-weight, font-size, letter-spacing, and line-height.
CSS Keyframes Animation:
Created animations using @keyframes.
Used animation-name, animation-duration, and animation-delay.
Built a text fade-in animation.
Designed loading spinners using keyframes.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 6 DATE 9/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
CSS Syntax, Comments, and Root Variables
Explored the basic structure of CSS, including selectors and properties.
Used CSS comments /* This is a comment */ for code documentation.
Defined global variables using :root { --main-color: blue; }.
Applied CSS properties to elements using classes and IDs.
CSS Units (Em vs Rem) and Backgrounds
Understood absolute vs. relative units (px, %, em, rem, vh, vw).
Learned the difference between em and rem and their usage.
Applied different background styles, including background-image and
background-size: cover.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 7 DATE 10/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Borders, Spacing, and Icon Usage
Styled elements using border, border-radius, and outline.
Used margin and padding for spacing between elements.
Implemented FontAwesome and SVG icons in the UI.
Links and Positioning
Styled links with pseudo-classes (:hover, :visited, :active).
Applied position: absolute, relative, fixed, and sticky to elements.
Display Property (Flexbox & Grid Introduction)
Explored different display types (block, inline, inline-block).
Used display: flex; to create flexible layouts and centered elements.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 8 DATE 11/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Grid System & Alignments
Designed responsive layouts using display: grid; and grid-template-columns.
Learned text-align, justify-content, and align-items for alignment control.
CSS Combinators & Dropdowns
Explored CSS combinators:
Child selector (>): Targets direct child elements only.
Adjacent sibling selector (+): Selects the next immediate sibling.
General sibling selector (~): Selects all following siblings.
Descendant selector ( ): Targets all nested elements inside another.
Practiced creating navigation menus with dropdowns.
Styled dropdowns using display: none; and hover effects.
Improved dropdown accessibility with focusable elements.
Used box-shadow to add a subtle effect to dropdowns.
Tested dropdown performance across mobile and desktop.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 9 DATE 13/01/2025
Time of arrival 9:15 AM Time of Departure 6:15 PM Remarks
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Contact Number: +91 97269 58278
Main points of the day
Transforms, Transitions & Media Queries
CSS Transformations:
Applied rotate(), scale(), skew(), and translate() to elements.
Experimented with hover effects using scale for images.
Created a flipping card using rotateY(180deg).
CSS Transitions:
Used transition: all 0.3s ease-in-out; for smooth effects.
Styled buttons with background-color and border transition effects.
Created hover-based animations using transitions.
CSS Media Queries:
Learned @media (max-width: 768px) {...} for responsive design.
Created mobile-friendly navigation menus.
Adjusted font sizes and layouts for small screens.
Used flex-direction: column; for responsive changes.
Implemented grid restructuring for smaller devices.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 10 DATE 16/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
UI Styling (Switch, Radio, Checkbox, Buttons, Inputs)
Custom Switch Buttons:
o Styled switches using :checked pseudo-class.
o Designed toggle switches with animated backgrounds.
Custom Checkboxes & Radio Buttons:
o Styled checkboxes with before and after pseudo-elements.
o Created custom radio buttons with animations.
Button Styling & Animations:
o Added gradient backgrounds to buttons.
o Created a 3D button effect using box-shadow.
o Implemented glowing button effects.
o Created a button hover effect with border animation.
Custom Input Fields:
o Styled input fields with focus effects.
o Created an animated search box UI.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 11 DATE 17/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Card, Navbar, and Dropdown Animations
Card Designs & Hover Effects:
Built a responsive card layout with display: grid.
Implemented a flip-card effect using transform: rotateY(180deg).
Created an image zoom-in effect on hover.
Added shadow effects for depth perception.
Created overlay effects using position: absolute.
Navbar Styling & Animations:
Designed a sticky navbar using position: fixed.
Created a hamburger menu for mobile.
Styled navbar links with hover animations.
Added animated underline effects on hover.
Implemented scroll-based navbar effects.
Dropdown Enhancements:
Added transition: opacity 0.3s ease-in-out; for smooth dropdowns.
Created a multi-level dropdown menu.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 12 DATE 20/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Registration Form Styling:
Used grid layout for form structuring.
Created floating label effects inside input fields.
Styled form fields with soft shadows and rounded borders.
Implemented real-time validation effects with :valid and :invalid.
Hotel Booking Form:
Designed a booking form with date pickers and dropdowns.
Styled select dropdowns using custom CSS.
Implemented form step animations.
Used :focus-within for a better input focus experience.
Created a submit button with animated effects.
Additional UI Enhancements:
Used box-shadow to create a card-like appearance.
Implemented a progress indicator in multi-step forms.
Tested and fixed form responsiveness on different screen sizes.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 13 DATE 21/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Introduction to Bootstrap & Grid System
Installed Bootstrap and linked it to the project.
Explored the Bootstrap Grid System (container, row, col-*).
Created a 12-column responsive layout using Bootstrap.
Practiced different breakpoints (xs, sm, md, lg, xl).
Used nested grids for complex layouts.
Applied container-fluid for full-width layouts.
Tested responsiveness with Bootstrap’s flex utilities.
Compared Bootstrap Grid vs CSS Grid vs Flexbox.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 14 DATE 22/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Bootstrap Typography, Colors & Tables
Learned about Bootstrap Typography classes.
Styled paragraphs using .text-muted, .text-uppercase, .font-weight-bold.
Used Bootstrap's color utility classes (.text-primary, .bg-danger).
Practiced background color utilities (.bg-light, .bg-dark).
Explored Bootstrap tables:
Created basic tables using .table class.
Styled tables with .table-striped, .table-bordered.
Used .table-hover for hover effects.
Applied .table-responsive for mobile-friendly tables.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 15 DATE 23/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Bootstrap Buttons, Forms & Inputs
Used Bootstrap buttons (.btn, .btn-primary, .btn-lg).
Created button groups using .btn-group and .btn-toolbar.
Styled outline buttons with .btn-outline-*.
Designed form layouts:
Used .form-group for spacing.
Implemented floating labels using .form-floating.
Styled input fields with .form-control, .input-group.
Added custom checkboxes & radio buttons with .form-check.
Created a styled login form using Bootstrap.
Used validation states (is-valid, is-invalid).
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 16 DATE 24/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Bootstrap Cards, List Groups & Media Objects
Created Bootstrap Cards:
Used .card, .card-title, .card-body.
Added card images, headers, and footers.
Styled hover effects for interactive UI.
Implemented horizontal cards using .d-flex.
Styled List Groups using .list-group, .list-group-item.
Created a profile section using media objects:
Used .media, .media-body.
Styled images with .rounded-circle.
Practiced creating pricing cards using Bootstrap.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 17 DATE 25/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Bootstrap Modals, Navigation, and Navbars
Learned about Bootstrap Modals:
Used .modal, .modal-dialog, .modal-content.
Implemented open/close animations for modals.
Added form inputs inside modals for interactive popups.
Created Bootstrap Navigation bars:
Used .navbar, .navbar-brand, .navbar-nav.
Created a sticky navbar with .fixed-top.
Implemented dropdown menus inside navbar.
Styled responsive navigation with .collapse.
Created a side navigation menu using Bootstrap.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 18 DATE 27/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Bootstrap Utility Classes & Responsive Design
Explored spacing utilities (.m-3, .p-4, .mb-5).
Used display utilities (.d-none, .d-flex, .d-block).
Styled elements with visibility classes (.visible, .invisible).
Implemented responsive breakpoints (.d-sm-none, .d-lg-block).
Used flex utilities (.justify-content-center, .align-items-end).
Created a responsive image gallery using .img-fluid.
Used .w-50, .h-25 to control width & height.
Created a dashboard layout using Bootstrap utilities.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 19 DATE 28/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Introduction to JavaScript & Syntax
Started JavaScript and learned its importance in web development.
Explored JavaScript Syntax: how scripts are written and executed in browsers.
Practiced writing inline, internal, and external JavaScript.
Understood case sensitivity and best practices in JavaScript naming conventions.
Learned how to add comments (// single-line, /* multi-line */).
Practiced console.log() to debug and display outputs.
Implemented basic JavaScript examples using alert(), document.write(), and
console.log().
Variables & Data Types in JavaScript
var (Function-scoped, allows redeclaration).
let (Block-scoped, no redeclaration).
const (Constant, immutable values).
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 20 DATE 29/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Explored data types:
Primitive: Number, String, Boolean, Null, Undefined.
Reference: Array, Object, Function.
Practiced type conversion (Number(), String(), Boolean()).
Tested JavaScript operators (Arithmetic, Assignment, Comparison).
Explored Math operations using Math.random(), Math.floor().
JavaScript Functions, Objects & Arrays
Created functions using function() and arrow functions ()=>{}.
Learned about function parameters and return values.
Explored JavaScript arrays:
Used array methods: .push(), .pop(), .shift(), .unshift().
Performed sorting with .sort().
Used .map(), .filter(), .reduce() for array manipulations.
Practiced string methods: .toUpperCase(), .toLowerCase(), .slice().
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 21 DATE 30/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
JavaScript Conditions, Loops & Events
Learned about conditional statements:
o if, if-else, switch-case.
o Used == vs === (Equality vs Strict Equality).
Worked with JavaScript events:
o onclick, onmouseover, onchange, onkeypress.
o Created event listeners (addEventListener()).
Practiced loops:
o for, while, do-while loops.
o Used break and continue statements.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 22 DATE 31/01/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
JavaScript DOM Manipulation
Introduction to DOM (Document Object Model).
Used document.getElementById(), document.querySelector().
Manipulated HTML elements dynamically:
Changed text using .innerHTML and .textContent.
Updated CSS styles dynamically using .style.
Explored DOM navigation (parentNode, childNodes, nextSibling).
Created dynamic HTML elements using document.createElement().
Removed elements using removeChild().
Advanced JavaScript Concepts
Worked with bitwise operators.
Explored spread syntax (...) for arrays and objects.
Learned about JavaScript classes and constructor() function.
Implemented Promises and async/await for asynchronous operations.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 23 DATE 03/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Explored built-in functions:
isNaN(), parseInt(), parseFloat().
prompt(), confirm(), alert().
Introduction to jQuery
Learned about jQuery and its advantages.
Explored jQuery syntax:
$() selector and basic operations.
Used $(document).ready().
Practiced jQuery selectors (#id, .class, element).
Created examples using .hide(), .show(), .toggle().
Used .css() method to change element styles dynamically.
Manipulated HTML attributes using .attr().
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 24 DATE 4/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
JQuery Events, Effects & Animations
Implemented jQuery events:
click(), dblclick(), hover(), keydown().
Worked with jQuery effects:
.fadeIn(), .fadeOut(), .fadeToggle().
.slideDown(), .slideUp(), .slideToggle().
.animate() for custom animations.
Used .stop() to prevent multiple animations at once.
Explored jQuery chaining for better performance.
Manipulated HTML content using jQuery:
.html(), .text(), .val().
.append(), .prepend(), .after(), .before().
.remove(), .empty().
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 25 DATE 5/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Worked with jQuery CSS classes:
addClass(), .removeClass(), .toggleClass().
Changed CSS dynamically using .css().
Used jQuery dimensions (width(), height(), offset()).
AJAX & Fetch API
Introduction to AJAX and its importance.
Learned how to load data asynchronously without refreshing the page.
Used AJAX with jQuery:
o .load() for fetching external content.
o $.get() and $.post() methods.
Implemented a search filter using AJAX.
Fetched data from an external API using AJAX.
Compared AJAX vs Fetch API vs Axios for data retrieval.
Used .done(), .fail() for AJAX response handling.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 26 DATE 6/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Introduction to SQL:
Began learning the basics of SQL (Structured Query Language) and its importance in
managing and manipulating relational databases.
Understanding SQL Structure: Got familiar with SQL syntax, including keywords,
clauses, and expressions.
SQL SELECT Statement: Learned how to write a basic SELECT query to retrieve
data from a database table. Gained hands-on experience with selecting specific
columns and rows from a table.
Execution of Queries: Practiced running SQL queries and retrieving data from sample
databases to understand the results and query structure.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 27 DATE 7/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
SQL SELECT DISTINCT: Studied how the DISTINCT keyword is used to eliminate
duplicate rows from a result set. Practiced applying this feature to different queries to
see its effect.
SQL WHERE Clause: Learned how to filter data with the WHERE clause, which is
used to specify conditions on columns in SQL. Worked with comparison operators
such as =, >, <, <=, and >=.
Practical Application: Created queries to find specific records, for example, filtering
customers by age or products by category.
SQL ORDER BY: Focused on sorting data in ascending or descending order using the
ORDER BY clause. Learned how to sort by multiple columns.
SQL AND Operator: Studied how to combine multiple conditions using the AND
operator to ensure that all conditions are met.
Advanced Query Formation: Practiced complex queries that included multiple filters,
sorting, and conditions to retrieve specific datasets.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 28 DATE 8/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Applied logical operators (AND, OR, NOT) for filtering.
Inserted data using INSERT INTO.
Worked with NULL values in SQL.
Updated records using UPDATE.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 29 DATE 10/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Deleted records using DELETE.
Used SELECT TOP to limit results.
Used SQL aliases for readability.
Hands-on Practice: Applied the SELECT TOP clause to query real data sets to
get the first few rows based on sorting.
Practical Application of Aggregates: Used the SUM() function to calculate
total sales and COUNT() to find the number of records matching certain
conditions.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 30 DATE 11/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
SQL LIKE Operator: Worked with the LIKE operator for pattern matching
within string columns. Used it to find records that match a specific pattern .
SQL WILDCARDS: Learned about the usage of wildcards % (any number of
characters) and _ (a single character) in combination with LIKE for flexible
searches.
SQL IN Operator: Studied the IN operator, which allows filtering data based
on a list of values. Applied it to queries like selecting customers from specific
cities.
SQL BETWEEN Operator: Practiced the BETWEEN operator, which filters
records within a given range. Used it to find records between two dates or
within a price range.
SQL ALIASES: Gained understanding of SQL aliases (temporary names for
tables or columns) to improve the readability and clarity of queries.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 31 DATE 12/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Completed SQL Basics: Reviewed and practiced all SQL concepts learned so
far. Focused on combining different clauses (WHERE, ORDER BY, JOINs) to
create comprehensive queries.
Setting Up XAMPP for SQL: Started practicing SQL queries in XAMPP, an
integrated environment for testing MySQL queries. Set up a local server for
hands-on exercises.
Creating Databases and Tables: Worked on creating databases and tables
within MySQL using PHPMyAdmin and the command line interface (CLI).
SQL Query Practice: Continued working on SQL queries, building more
complex queries using multiple clauses, sorting, and filtering data.
Database Troubleshooting: Troubleshot and optimized queries for better
performance. Focused on query execution time and results accuracy.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 32 DATE 13/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
SQL Joins: Began learning SQL Joins (INNER JOIN, LEFT JOIN, RIGHT JOIN, and
FULL OUTER JOIN) to combine data from multiple tables based on related columns.
Hands-on Joins: Created sample queries with JOINs to retrieve data from multiple
tables and see how related data is linked across tables.
Introduction to PHP:
Started learning PHP, a server-side scripting language, and its use in building dynamic
websites and web applications.
Basic PHP Syntax: Familiarized with PHP syntax, including opening and closing tags,
variables, operators, and basic statements.
PHP Comments: Learned the different types of comments in PHP (single-line, multi-
line).
PHP Variables: Worked on declaring and using variables, understanding scope.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 33 DATE 14/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
PHP Data Types: Explored PHP’s string, integer, float, and boolean data types.
Echo and Print: Practiced displaying output using echo and print.
String Manipulation: Learned functions like strlen(), substr(), and string
concatenation.
Numbers and Casting: Worked with PHP’s number operations and type casting.
Math Functions: Explored PHP math functions like round(), ceil(), floor().
Constants: Studied defining constants with define().
Magic Constants: Learned about magic constants such as __LINE__, __FILE__.
Date and Time: Used PHP functions to manipulate dates and times.
Operators: Reviewed arithmetic, logical, and comparison operators in PHP.
Conditional Statements (IF): Practiced using if, else, elseif statements for decision-
making.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 34 DATE 17/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Switch Statement: Learned how to use the switch statement for multiple condition
checks.
Loops: Practiced for, while, and foreach loops for iterating through data.
Functions in PHP: Explored creating and calling functions, understanding scope and
return values.
Arrays: Worked with indexed, associative, and multidimensional arrays in PHP.
PHP Classes and Objects: Introduced object-oriented programming concepts, creating
classes and objects.
Constructors and Destructors: Learned to define constructors and destructors in PHP
classes.
PHP Forms: Created HTML forms and processed them using PHP.
Form Handling: Handled form data using $_POST and $_GET.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 35 DATE 18/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Form Validation: Implemented form validation in PHP, ensuring correct input.
Required Fields: Used PHP to check required fields in forms before submission.
Creating CRUD Form: Built a simple CRUD (Create, Read, Update, Delete) form
using PHP and MySQL.
MySQL Database Creation: Learned how to create and manage databases using
MySQL commands.
MySQL Connection: Connected PHP to MySQL using mysqli_connect().
Insert Data: Inserted data into MySQL tables using INSERT INTO and prepare
statements.
Get Last Insert ID: Learned to fetch the last inserted record’s ID in MySQL.
Select Data: Practiced retrieving data from MySQL using SELECT queries.
Complete CRUD Operations: Created and tested a complete form with all CRUD
operations for managing data.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 36 DATE 19/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Practice of CRUD Operations with SQL Queries: Focused on implementing
Create, Read, Update, and Delete operations using SQL queries.
CRUD Operations in Practice: Developed and tested CRUD operations in a
database, gaining hands-on experience with SQL statements.
Implemented Update and Delete Functionalities in Forms: Worked on
creating forms with functionality to update and delete records from the database.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 37 DATE 20/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
AJAX CRUD Implementation: Began integrating AJAX into the CRUD
workflow, allowing for smoother user interactions without page reloads.
AJAX CRUD Functionality: Continued working on the AJAX-based CRUD
operations, enhancing the user experience by using JavaScript to dynamically
handle requests.
Created Form: Developed a user form for the CRUD operations, allowing data
input, modification, and deletion in real-time.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 38 DATE 21/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Login and Signup Form with Functionalities: Created a login and signup
form with proper validations, and integrated them with the back-end database to
store user credentials securely.
Dashboard Creation: Designed and developed a simple dashboard to display
user information, and added basic functionality to the application.
Category Table Creation: Designed and created a category table in the
database, which will store various product or service categories.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 39 DATE 22/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Category Table CRUD Functionality: Implemented CRUD operations for the
category table, allowing users to add, update, delete, and retrieve category data.
Product CRUD Implementation: Developed and tested CRUD functionality for
managing product data, allowing users to perform all necessary operations on
product information.
Object-Oriented Programming (OOP) Concepts: Learned the fundamentals of
OOP in PHP, focusing on creating and using classes and objects.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 40 DATE 24/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Product Table with OOP: Implemented CRUD operations on the product table
using OOP principles in PHP.
CRUD Using OOP in PHP: Continued practicing CRUD operations using
OOP principles, focusing on building more complex systems.
WPBookIt CRUD Using OOP in PHP: Integrated OOP-based CRUD
functionality into the WPBookIt system, allowing for more scalable
management of bookings and data.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 41 DATE 26/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
WPBookIt CRUD Using OOP in PHP (Continued): Further implemented OOP for
handling CRUD operations in the WPBookIt plugin, ensuring smooth operation of the
booking system.
Implementation of Calendar Using JavaScript: Built and integrated a calendar
feature using JavaScript to display available dates and appointments.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 42 DATE 27/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Integration of Stripe Payment: Started the process of integrating Stripe for
payment processing, focusing on API setup and handling payment methods.
Stripe Payment Integration with WPBookIt: Successfully integrated Stripe’s
payment gateway with WPBookIt, allowing users to make payments through the
booking system.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 43 DATE 28/02/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Started working with WordPress and understanding its basic structure.
Explored WordPress documentation to understand its features and
functionalities.
Learned how WordPress works, including its core structure and database
interactions.
Installed and set up WordPress on a local server for practice.
Explored the WordPress dashboard, understanding different settings and
options.
Gained an understanding of WordPress concepts like posts, pages, themes, and
plugins.
Installed and activated different themes to explore their functionalities.
Explored WordPress plugins, understanding their role in extending website
functionality.
Created a basic webpage using WordPress and customized it with available
settings.
Learned about WordPress permalinks and their impact on SEO.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 44 DATE 03/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Acquired knowledge about WordPress themes, their structure, and
customization.
Understood the parent-child theme relationship and its importance in theme
development.
Created a child theme and made custom modifications.
Created a custom WordPress theme from scratch and added template files.
Worked on theme development, modifying templates and adding styles.
Continued working on WordPress theme development, improving layouts
and functionalities.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 45 DATE 04/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Explored WordPress widgets and how to add them to sidebars and footers.
Worked on adding a custom navigation menu to the WordPress theme.
Implemented a sub-menu in the WordPress navigation structure.
Designed and implemented a heading banner for better UI presentation.
Created an image banner to enhance the website's visual appeal.
Changed background color and adjusted text styles from the WordPress
admin panel.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 46 DATE 5/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Learned about and implemented shortcodes for dynamic content
management.
Added custom fields to posts/pages for better content customization.
Explored different user roles in WordPress and their permissions.
Reviewed and tested all implemented features for a seamless user experience.
Debugged and optimized the developed theme for better performance.
Documented all learnings and progress for future reference.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 47 DATE 6/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Implemented additional theme features, such as widgets and menus.
Worked on refining the theme design and ensuring responsiveness.
Integrated Elementor for advanced page building and customization.
Explored Elementor addons and their role in extending page-building
capabilities.
Created custom Elementor widgets to enhance theme functionality.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 48 DATE 7/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Continued developing Elementor widgets, ensuring compatibility with
WordPress standards.
Optimized Elementor widgets for better performance and usability.
Explored the WordPress file structure, understanding theme organization and
best practices.
Explored SEO techniques for WordPress, including meta tags and keyword
optimization.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 49 DATE 8/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Worked on adding custom post types for better content management.
Created custom taxonomies to categorize posts in a structured manner.
Explored WordPress database structure and how data is stored.
Worked on migrating a WordPress site from local to live server.
Theme Development
Studied the WordPress theme hierarchy and how different templates work.
Explored the header, footer, sidebar, and content sections of a theme.
Started building a custom theme from scratch.
Registered menus and widgets in the theme using functions.php.
Learned about the WordPress loop to display posts dynamically.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 50 DATE 10/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Creating a Theme
Continued theme development, adding template parts (header.php, footer.php,
sidebar.php).
Implemented dynamic styling using wp_enqueue_style() and
wp_enqueue_script().
Explored theme.json for WordPress block-based themes.
Customized the theme's stylesheet and typography.
Ensured responsiveness across different devices.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 51 DATE 11/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
File Structure of WordPress
Explored the WordPress core file structure:
o wp-admin/ – Admin dashboard files.
o wp-includes/ – Core WordPress functionality.
o wp-content/ – Themes, plugins, and uploads.
Understood how index.php and wp-config.php control WordPress behavior.
Studied the functions of .htaccess for permalinks and security.
Reviewed the uploads directory and media handling in WordPress.
Explored the difference between parent themes and child themes.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 52 DATE 12/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Elementor & Addons
Installed and explored Elementor page builder.
Learned to create custom sections, columns, and widgets using Elementor.
Installed Elementor Addons for extended functionality.
Created custom headers and footers using Elementor.
Customized global styles and typography using Elementor settings.
Signature of Industry Supervisor
BHAGWAN MAHAVIR UNIERSITY
(Established under Gujarat Act No. 20 of 2019)
FACULTY OF ENGINEERING
PROGRAM: B. TECH SEMESTER: 8
DAY- 53 DATE 13/03/2025
Time of 9:15 AM Time of 6:15 PM Remarks
arrival Departure
Computer Name of the
Dept/Division finished product
Name: Siddharth Divetiya
Details Contact Number: +91 97269 58278
Main points of the day
Advanced Elementor Widgets & Optimization
Worked with Elementor widgets like sliders, carousels, and forms.
Explored dynamic content using Elementor Pro.
Learned to create Elementor templates and reuse them across pages.
Implemented lazy loading for images to improve performance.
Minimized CSS & JavaScript files for faster page speed.
Signature of Industry Supervisor