Weekly Overview of Internship Activities: 07/09/21 Tuesday
Weekly Overview of Internship Activities: 07/09/21 Tuesday
Weekly Overview of Internship Activities: 07/09/21 Tuesday
WEEK 2
WEEK 3
WEEK 4
2. Internship Objectives
gain experience in a particular field. However, a wide array of people can benefit
from Training Internships in order to receive real world experience and develop
their skills.
An objective for this position should emphasize the skills you already possess in
working.
Utilizing internships is a great way to build your resume and develop skills that
can be emphasized in your resume for future jobs. When you are applying for a
Training Internship, make sure to highlight any special skills or talents that can
make you stand apart from the rest of the applicants so that you have an improved
3. Introduction
Internship opportunity provides the students a great chance to relate their theoretical
knowledge with the competitive and tough real job market environment. Moreover, if the
internship period is within the bachelor program and the students have to return to the
academia after completing it, the skills that they have developed during the internship
help them to gain a more sound academic result. After returning from internship the
students get six months for preparing himself/herself for the company and their future
career. VTU provides that glorious opportunity to their students of having an internship
within their bachelor program. I being one of the lucky ones to study in VTU that was
1st September 2021. The expectations were high and now almost nearing the end of my
internship I must admit that it was really a wonderful experience. I was lucky to get the
Website design and software company I consider myself timely to get chance to take a
deep look to their development methodology, working models, deals and industrial
behavior. I intended to look into the software industry and how it looks like, what are
their rules, responsibility and environment. I worked with the Web Development team
and generated ideas based on their development technology. The journey wasn’t that
simple. There were many obstacles, new technologies that I have to handle with, yet after
overcoming each challenge I had discovered a new potential within myself. The skills that
I have gathered are priceless to me and I cannot wait to apply those in the upcoming
semesters. In addition to that, some of the non-technical skills that I have procured,
combined with those technical skills will certainly prove handy in my future jobs.
The software requirement specification can produce at the culmination of the analysis
task. The function and performance allocated to software as part of system engineering
requirements.
Database : My SQL.
Package : XAMPP.
5. Technology
HTML
HTML tags label pieces of content such as "heading", "paragraph", "table", and so on.
CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing
cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
layout, colours, and fonts. This separation can improve content accessibility, provide
multiple web page to share formatting by specifying the relevant CSS in a separate. CSS
file which reduces complexity and repetition in the structural content as well as enabling
the .CSS file to be cached to improve the page load speed between the pages that share
JAVA Script
MySQL
"SQL", the abbreviation for Structured Query Language. A relational database organizes
data into one or more data tables in which data types may be related to each other; these
relations help structure the data. SQL is a language programmers use to create, modify
and extract data from the relational database, as well as control user access to the
database. In addition to relational databases and SQL, an RDBMS like MySQL works
system, manages users, allows for network access and facilitates testing database integrity
6. Coding
<!DOCTYPY HTML>
<html>
<head>
<title>myinfo</title>
</head>
<body>
Semister: 7th<br>
Place:Vijayapur<br>
</body>
</html>
<html>
<head>
<title>
MEMORIES
</title>
<style>
body {
margin: 20px;
text-align: center;
h1 {
color:indianred;
h2
color:purple;
img {
float: left;
margin: 5px;
p{
text-align: justify;
font-size: 20px;
</style>
</head>
<body style="background-color:pink;">>
<p style="color:white;">
<i>A moment with my dear bestie</i>. I wish to have lots of such in future and have you
in my life forever.<ins> Having a<b> best friend </b>is one of the most beautiful gifts in
life</ins>. Whether you bond over your sense of humor, work-life, family things, or
everything in between, sometimes it’s hard to put into words what your BFF means to
you. Friendship is the hardest thing in the world to explain. It’s not something you learn
in school. But if you haven’t learned the meaning of friendship, you really haven’t
learned anything. Friendship is born at that moment when one person says to another,
‘What! You too? I thought I was the only one. Friendship, a state of enduring affection,
esteem, intimacy, and trust between two people. In all cultures, friendships are important
relationships throughout a person's life span. ... It is a dyadic relationship, meaning that it
involves a series of interactions between two individuals known to each other. It is not
obligatory; two individuals choose to form a friendship with each othr. In Western
societies, friendships are one of the least prescribed close relationships, with no formal
</p>
<p style="color:grey;">
<mark>Our last day of 5th sem.</mark> That too last exam got relief after a month of
hectic studies. had enjoyed hole day. Chit chat with my dear besties had captured these
moments in lots of stupid and silly pictures which eventually become the memoies.
all the times we had together, and as our lives change, come whatever, we will still be
frends forever. Some friends are not Really friends, they are FAMILY.Friendship isn’t
Dept of ECE.SECAB.I.E.T, VIJAYAPURA Page 10
Internship Report on WEB DEVELOPMENT
about who you’ve known the longest. It’s about who walked into your life and said “I’m
here for you” and proved it. Friendship, a state of enduring affection, esteem, intimacy,
and trust between two people. In all cultures, friendships are important relationships
throughout a person's life span. ... It is a dyadic relationship, meaning that it involves a
It is not obligatory; <emp>two individuals choose to form a friendship with each other.
</emp>In Western societies, friendships are one of the least prescribed close
</p>
<p style="color:cadetblue;">
When you go to college, you get to meet people from different walks of life, different
countries, continents, hear stories that will last a lifetime, and see things you won’t
forget.<br> Most friends you make in college last forever. When meeting people in
college, there are two categories of people you’ll meet. The first group is those who are
just a passing phase in your life, while others become your best of friends. " We all take
differnt paths in life, but no matter where we go, we take a little of each other
everywhere".These are some beautiful memories with these precious gems life " my dear
friends".Friendship, a state of enduring affection, esteem, intimacy, and trust between two
people. In all cultures, friendships are important relationships throughout a person's life
span. </p>
</body>
</html>
<html dir="rtl">
<head><title>Formatting Elements</title>
<style>
div
color:yellow;
background-color:green;
margin:2px;
font-size: 25px;
</style>
</head>
<body>
<p>
<h3>fruits list</h3>
<ol type="i">
<li>banana</li>
<li>mango</li>
<li>apple</li>
</ol>
<ol type="a">
<li>banana</li>
<li>mango</li>
<li>apple</li>
</ol>
<ol >
<li>banana</li>
<li>mango</li>
<li>apple</li>
</ol>
<ul>
<li>banana</li>
<li>mango</li>
<li>apple</li>
</ul>
<div>Division1</div>
<div>Division2</div>
<div>Division3</div>
<span>this</span>
<span>should</span>
<span>be combined</span>
<br>
<span>this is span</span>
</p>
Paris, France.</div> It is named after the engineer Gustave Eiffel, whose company
</body>
</html>
Text on Image
<!Doctype html>
<html lang=en>
<head>
<style>
h1
font-size:40px;
color:Black;
text-align:center;
</style>
</head>
</body>
</html>
Registration Form
<!Doctypy html>
<html lang=eng>
<head>
<title>Form</title>
</head>
<div class="reg">
<div>
</div><br><br>
<div>
</div><br><br>
<div>
</div><br><br>
<div>
</div><br><br>
<div font-color:white;>
<label>Gender:</label><br>
<label for="gender-choise">male</label>
<label for="gender-choise">female</label>
<label for="gender-choise">other</label>
</div><br><br>
<div>
<label>Date of Birth</label>
</div><br><br>
<div>
<label for="email">Email</label>
</div><br><br>
<div>
<label for="password">Password</label>
</div><br><br>
<div>
<label>Country:</label>
<option>Country</option>
<option>India</option>
<option>Italy</option>
<option>Monaco</option>
<option>France</option>
<option>Irland</option>
<option>Greece</option>
</select>
</div><br><br>
<div>
<label>State:</label>
<option>States</option>
<option>Karnataka</option>
<option>Maharashtra</option>
<option>Kerala</option>
<option>Tamilnadu</option>
<option>Telangana</option>
<option>Andrapradesh</option>
</select>
</div><br><br>
<div>
<label>District:</label>
<option>Districts</option>
<option>Vijayapur</option>
<option>Bagalkot</option>
<option>Manglore</option>
<option>Kalburgi</option>
<option>Belgavi</option>
<option>Bidar</option>
</select>
</div><br><br>
<div>
<label>Taluka:</label>
<option>Talukas</option>
<option>Vijayapur</option>
<option>Basavanbagevadi</option>
<option>Muddebihal</option>
<option>Sindagi</option>
<option>Indi</option>
<option>Talikot</option>
</select>
</div><br><br>
<div>
<label>Languages:</label>
<option>select</option>
<option>Kannada</option>
<option>English</option>
<option>Hindi</option>
<option>Urdu</option>
<option>Telgu</option>
<option>Tamil</option>
</select>
</div><br><br>
<div>
<label>Language Specifications:</label><br>
<label>Reading</label>
<input type="checkbox"/>
<label>Writing</label>
<input type="checkbox"/>
<label>Speaking</label>
<input type="checkbox"/>
<label>Mother toungue</label>
<input type="checkbox"/>
</div><br><br>
<div>
<label>Hobbies:</label><br>
<label>Singing</label>
<input type="checkbox"/>
<label>Reading</label>
<input type="checkbox"/>
<label>Writing</label>
<input type="checkbox"/>
</div><br><br>
</div>
<div>
</span>
</div>
</form>
</div>
<script>
function myFunnction()
</script>
</body>
</html>
<!Doctype html>
<html>
<head>
<title>Employee</title>
<style>
.button {
background-color: #4CAF50;
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
</style>
</head>
<div class="reg">
<div>
<label for="Name">Name:</label>
</div><br><br>
<div>
Dept of ECE.SECAB.I.E.T, VIJAYAPURA Page 21
Internship Report on WEB DEVELOPMENT
<label for="dept">Department:</label>
</div><br><br>
<div>
<label for="add">Address:</label>
</div><br><br>
<div>
<label>Date of Birth</label>
</div><br><br>
<div>
<label for="email">Email</label>
</div><br><br>
<div>
<label for="password">Password</label>
of atlaest 8 charactes including one uppercase letter, lowercase letter, numeric and one
special character" required>
</div><br><br>
<div>
<label for=int">Interests:</label>
</div><br><br>
<div font-color:white;>
<label for="choise">Yes</label>
<label for="choise">No</label>
</div><br><br>
<div>
<label>Online sources</label>
<input type="checkbox"/>
<label>Phone</label>
<input type="checkbox"/>
<label>Magzines</label>
<input type="checkbox"/>
<label>Books</label>
<input type="checkbox"/>
</div><br><br>
<option>select</option>
<option>Horror</option>
<option>Comedy</option>
<option>Romantic</option>
<option>Thriller</option>
Dept of ECE.SECAB.I.E.T, VIJAYAPURA Page 23
Internship Report on WEB DEVELOPMENT
<option>Tragedy</option>
<option>Petriotic</option>
</select>
</div><br><br>
</span>
</form>
</div>
<script>
function myFunnction()
</script>
</body>
</html>
Image Slider
<!DOCTYPE html>
<html>
<head>
<style>
Dept of ECE.SECAB.I.E.T, VIJAYAPURA Page 24
Internship Report on WEB DEVELOPMENT
* {box-sizing: border-box;}
/* Slideshow container */
.slideshow-container {
max-width: 2000px;
position: relative;
margin: auto;
/* Caption text */
.text {
color: #f2f2f2;
font-size:25px;
position: absolute;
top: 8px;
width: 100%;
text-align: center;
.numbertext {
color: #f2f2f2;
font-size: 12px;
position: absolute;
top: 0;
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
.active {
background-color: #717171;
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
@-webkit-keyframes fade {
to {opacity: 1}
@keyframes fade {
to {opacity: 1}
</style>
</head>
<body style="background-color:navy;">
<h2>Automatic Slideshow</h2>
<div class="slideshow-container">
</div>
</div>
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
slides[i].style.display = "none";
slideIndex++;
slides[slideIndex-1].style.display = "block";
</script>
</body>
</html>
Parallax Scrolling
<!Doctype html>
<html>
<head>
<title>Secab IET</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
</div>
<div class="content">
<h1>Secab IET</h1>
<p1>SECAB Institute of Engineering and Technology (SIET) is the brainchild of the
visionary and founder of the Institute Sri S.A Punekar. It was established in 2002 and
then onwards its fame and name ameliorated to multitudes, making it a prestigious
approved by AICTE. Over the years, SIET evolved and achieved recognition as a notable
latest teaching aids are infused together to meet International Standards. The smart
classrooms and modern infrastructure provide an appealing ambience for academics with
</p1>
</div>
<div class="container1">
</div>
<div class="content">
<h1>Secab IET</h1>
<p1>SECAB Institute of Engineering and Technology (SIET) is the brainchild
of the visionary and founder of the Institute Sri S.A Punekar. It was established in 2002
and then onwards its fame and name ameliorated to multitudes, making it a prestigious
approved by AICTE. Over the years, SIET evolved and achieved recognition as a notable
latest teaching aids are infused together to meet International Standards. The smart
classrooms and modern infrastructure provide an appealing ambience for academics with
</p1>
</div>
<div class="container2">
</div>
<div class="content">
<h1>Secab IET</h1>
<p1>SECAB Institute of Engineering and Technology (SIET) is the brainchild
of the visionary and founder of the Institute Sri S.A Punekar. It was established in 2002
and then onwards its fame and name ameliorated to multitudes, making it a prestigious
approved by AICTE. Over the years, SIET evolved and achieved recognition as a notable
latest teaching aids are infused together to meet International Standards. The smart
classrooms and modern infrastructure provide an appealing ambience for academics with
</p1>
</div>
</body>
</html>
Table Creation
<!Doctype html>
<html>
<head><h1><b>Student Table</b></h1>
<style>
th
color:red;
background-color:navy;
td
color:green;
background-color:pink;
</style>
</head><br><br>
<body>
<table border=2;">
<tr>
<th>NAME</th>
<th>USN</th>
<th>DEPT</th>
<th>SEM</th>
<th>CGPA</th>
<th>PERCENTAGE</th>
</tr>
<tr>
<td>Sana Afreen</td>
<td>2sa18cs015</td>
<td>CSE</td>
<td>7th</td>
<td>6</td>
<td>60</td>
</tr>
<tr>
<td>Fareen</td>
<td>2sa18cs014</td>
<td>CSE</td>
<td>7th</td>
<td>7</td>
<td>70</td>
</tr>
<tr>
<td>Anjum</td>
<td>2sa18ec004</td>
<td>ECE</td>
<td>7th</td>
<td>9</td>
<td>90</td>
</tr>
<tr>
<td>Shilpa</td>
<td>2sa18ec033</td>
<td>ECE</td>
<td>7th</td>
<td>9</td>
<td>90</td>
</tr>
<tr>
<td>Muskan</td>
<td>2sa18cs017</td>
<td>CSE</td>
<td>7th</td>
<td>10</td>
<td>100</td>
</tr>
</table>
</body>
</html>
Login Page
<!Doctype html>
<html>
<head>
<title>login page</title>
</head>
<body>
<form>
<div class="log1">
<h1>Login</h1>
</div>
<div class="log">
<label>user name</label>
<label>password</label>
<span><label>Remember me</label></span>
</div>
</form>
</body>
</html>
Horizontal Parallax
<html>
<head>
">
</head>
<body>
<div id="slideshow">
<div class="slide-wrapper">
<div class="slide">
<h1 class="slide-number">
</h1>
</div>
<div class="slide">
<h1 class="slide-number">
apples
</h1>
</div>
<div class="slide">
<h1 class="slide-number">
mangoes
</h1>
</div>
<div class="slide">
<h1 class="slide-number">
bananas
</h1>
</div>
</div>
</div>
</body>
</html>
Different Buttons
<html>
<head>
<title>types of buttons</title>
</head>
Dept of ECE.SECAB.I.E.T, VIJAYAPURA Page 36
Internship Report on WEB DEVELOPMENT
<body>
<h2>css buttons</h2>
<button>default button</button>
<button class="button">Button</button>
<h2>Button size</h2>
<h2>button padding</h2>
<h2>Rounded Buttons</h2>
<h2>Hoverable Buttons</h2>
<h2>Disabled Button</h2>
<h2>Button Width</h2>
<div class="btn-group">
</div><br><br>
<div>
<div class="btn-group1">
</div>
</div><br><br>
<div>
<div class="btn-group2">
</div>
</div>
<h2>Animated button</h2>
</body>
</html>
<!Doctype html>
<html>
<head>
<title>Best_friuts</title>
<script>
function stickyMenu()
var sticky=dcument.getElementById('sticky');
if(window.pageYOffset>220)
sticky.classList.add('sticky');
else
sticky.classList.remove('sticky');
window.onscroll=function()
stickyMenu();
</script>
</head>
<body>
<div class="parallax">
</div>
<ul>
</ul>
</div>
</body>
</html>
7. Final Project
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.fa {
padding: 20px;
font-size: 30px;
width: 60px;
text-align: center;
text-decoration: none;
border-radius: 50%;
.fa:hover {
opacity: 0.7;
.fa-facebook {
background: #3B5998;
color: white;
.fa-twitter {
background: #55ACEE;
color: white;
.fa-google {
background: #dd4b39;
color: white;
.fa-instagram {
background: #125688;
color: white;
</style>
<meta charset="UTF-8">
</head>
<body>
<header>
<ul class="navigation">
<li><a href="#banner">Home</a></li>
<li><a href="#fruit">Fruits</a></li>
<li><a href="#blog">Blog</a></li>
</ul>
</header>
<div class="content">
<h1><Strong><big>Best</big></strong></h1>
<div class="col50">
<div class="imgBx1">
<img src="ap1.png">
</div>
</div>
<br><br>
</div>
</div>
</section>
<div class="row">
<div class="col50">
fruits through direct source since 1976. Our priority is to deliver fresh and pesticide free
products to our customers. Our brand is committed to deliver you the best quality of fresh
and nutritious fruits and dry fruits At your place at a low price.<br><br>We are from
1976 fruit store with an aim to simplify your daily shopping experience. We deliver you
the same products you get in your regular supermarket and more with the best price at
your door steps... The fruit is delicious and nutritious. It grows on plants and trees in the
gardens. Fruits like mangoes, jackfruits, leeches, apples, pomegranates, oranges, grapes,
papaya, guavas, etc. are consumed with relish and pleasure by us. They are available in
</div>
<div class="col50">
<div class="imgBx">
<img src="ab.jpeg">
</div>
</div>
</div>
<br><br>
</div>
</section>
<div class="title">
</div>
<div class="row">
<div class="content">
<div class="box">
<div class="column">
<div class="imgBox">
<img src="f1.jpeg">
</div>
<div class="text">
<h3>Black Grapes</h3>
<h4>Fresh Fruit</h4>
</div>
</div>
</div>
</div>
<div class="content">
<div class="box">
<div class="column">
<div class="imgBox">
<img src="f2.jpeg">
</div>
<div class="text">
<h3>Pineapple</h3>
<h4>Fresh Fruit</h4>
</div>
</div>
</div>
</div>
<div class="content">
<div class="box">
<div class="column">
<div class="imgBox">
</div>
<div class="text">
<h3>Bananas</h3>
<h4>Fresh Fruit</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="row">
<div class="col50">
<p>When life gives you lemons … you're in luck. Lemons are full
of vitamins, minerals, phytonutrients and antioxidants. They are especially good sources
though some horticulturists theorize they come from Northern India. Lemons grow
throughout southern Europe, the Middle East, and into East Asia.<br><br> They were
brought to the New World by Christopher Columbus in 1493. Today, the leading lemon
producers are California, Arizona, Italy, Spain, Greece, Turkey, Cyprus, Lebanon, South
their peak season. Lemons are an extremely versatile fruit. You can eat them in slices, sip
healthy lemon water, make lemonade, garnish food with them, candy their peels, and use
</div>
<div class="col50">
<div class="imgBx">
<img src="le.jpeg">
</div>
</div>
</div>
<br><br>
</div>
</section>
<div class="title">
</div>
<div class="content">
<div class="box">
<div class="imgBox">
<img src="blog1.jpeg">
</div>
<div class="text">
</div>
</div>
<div class="box">
<div class="imgBox">
<img src="blog2.jpeg">
</div>
<div class="text">
</div>
</div>
<div class="box">
<div class="imgBox">
<img src="blog3.jpeg">
</div>
<div class="text">
</div>
</div>
</div>
</section>
<div class="title">
</div>
<div class="inputBox">
</div>
<div class="inputBox">
</div>
<div class="inputBox">
</div>
<div class="inputBox">
<textarea placeholder="Message"></textarea>
</div>
<div class="inputBox">
</div>
Dept of ECE.SECAB.I.E.T, VIJAYAPURA Page 50
Internship Report on WEB DEVELOPMENT
</div>
</section>
<footer>
<div class="footerstyle">
<div class="container">
<div class="row">
</div>
<p>
</div>
</div>
<p>
<form>
<div class="inputBox">
</div>
</form>
</p>
<br><br>
<div><iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3819.35978104322
07!2d75.71608161434581!3d16.808498423667118!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!
4f13.1!3m3!1m2!1s0x3bc6555e16365461%3A0xe7d295f843466728!2sSecab%20Institut
e%20of%20Engineering%20and%20Technology!5e0!3m2!1sen!2sin!4v1632287113981!
5m2!1sen!2sin" width="200" height="250" style="border:0;" allowfullscreen=""
loading="lazy"></iframe></div>
</div>
</div>
</div>
</div>
<div>
<br>
</div>
<br><br><br><br>
</div>
</div>
</div>
</footer>
</section>
<script type="text/javascript">
window.addEventListener('scroll',function() {
header.classList.toggle("sticky",window.scrollY >0);
});
function toggleMenu(){
menuToggle.classList.toggle('active');
</script>
</body>
</htm
Conclusion
HTML, CSS, DBMS and Python. I think I still need to work on my Python.
However, the overall experience was positive, and everything I learned will be useful
we used,
www.wikipidea.org.
referred,
www.tutorialpoint.com.
referred,
http://www.w3schools.com/